Uses of Interface
com.spotify.github.v3.repos.PushCommit
-
Packages that use PushCommit Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.repos -
-
Uses of PushCommit in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return types with arguments of type PushCommit Modifier and Type Method Description List<PushCommit>ImmutablePushEvent. commits()An array of commit objects describing the pushed commits.List<PushCommit>PushEvent. commits()An array of commit objects describing the pushed commits.Optional<PushCommit>ImmutablePushEvent. headCommit()The push commit object of the most recent commit on ref after the push.Optional<PushCommit>PushEvent. headCommit()The push commit object of the most recent commit on ref after the push.Methods in com.spotify.github.v3.activity.events with parameters of type PushCommit Modifier and Type Method Description ImmutablePushEvent.BuilderImmutablePushEvent.Builder. addCommits(PushCommit element)Adds one element tocommitslist.ImmutablePushEvent.BuilderImmutablePushEvent.Builder. addCommits(PushCommit... elements)Adds elements tocommitslist.ImmutablePushEventImmutablePushEvent. withCommits(PushCommit... elements)Copy the current immutable object with elements that replace the content ofcommits.Method parameters in com.spotify.github.v3.activity.events with type arguments of type PushCommit Modifier and Type Method Description ImmutablePushEvent.BuilderImmutablePushEvent.Builder. addAllCommits(Iterable<? extends PushCommit> elements)Adds elements tocommitslist.ImmutablePushEvent.BuilderImmutablePushEvent.Builder. commits(Iterable<? extends PushCommit> elements)Sets or replaces all elements forcommitslist.ImmutablePushEvent.BuilderImmutablePushEvent.Builder. headCommit(Optional<PushCommit> headCommit)Initializes the value for theheadCommitattribute.ImmutablePushEventImmutablePushEvent. withCommits(Iterable<? extends PushCommit> elements)Copy the current immutable object with elements that replace the content ofcommits.ImmutablePushEventImmutablePushEvent. withHeadCommit(Optional<PushCommit> value)Copy the current immutable object by setting a value for theheadCommitattribute. -
Uses of PushCommit in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement PushCommit Modifier and Type Class Description classImmutablePushCommitImmutable implementation ofPushCommit.Methods in com.spotify.github.v3.repos with parameters of type PushCommit Modifier and Type Method Description static ImmutablePushCommitImmutablePushCommit. copyOf(PushCommit instance)Creates an immutable copy of aPushCommitvalue.ImmutablePushCommit.BuilderImmutablePushCommit.Builder. from(PushCommit instance)Fill a builder with attribute values from the providedPushCommitinstance.
-