Uses of Interface
com.spotify.github.v3.repos.CommitItem
-
Packages that use CommitItem Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.clients com.spotify.github.v3.repos -
-
Uses of CommitItem in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return CommitItem Modifier and Type Method Description CommitItemImmutableStatusEvent. commit()Related git commitCommitItemStatusEvent. commit()Related git commitMethods in com.spotify.github.v3.activity.events with parameters of type CommitItem Modifier and Type Method Description ImmutableStatusEvent.BuilderImmutableStatusEvent.Builder. commit(CommitItem commit)Initializes the value for thecommitattribute.ImmutableStatusEventImmutableStatusEvent. withCommit(CommitItem value)Copy the current immutable object by setting a value for thecommitattribute. -
Uses of CommitItem in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type CommitItem Modifier and Type Method Description CompletableFuture<List<CommitItem>>PullRequestClient. listCommits(int number)List pull request commits.CompletableFuture<List<CommitItem>>RepositoryClient. listCommits()List repository commits.CompletableFuture<Optional<CommitItem>>RepositoryClient. merge(String base, String head)Perform a merge.CompletableFuture<Optional<CommitItem>>RepositoryClient. merge(String base, String head, String commitMessage)Perform a merge. -
Uses of CommitItem in com.spotify.github.v3.repos
Subinterfaces of CommitItem in com.spotify.github.v3.repos Modifier and Type Interface Description interfaceCommitSingle repository commit resource.Classes in com.spotify.github.v3.repos that implement CommitItem Modifier and Type Class Description classImmutableCommitImmutable implementation ofCommit.classImmutableCommitItemImmutable implementation ofCommitItem.Methods in com.spotify.github.v3.repos with parameters of type CommitItem Modifier and Type Method Description static ImmutableCommitItemImmutableCommitItem. copyOf(CommitItem instance)Creates an immutable copy of aCommitItemvalue.ImmutableCommit.BuilderImmutableCommit.Builder. from(CommitItem instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.CommitIteminstance.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. from(CommitItem instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.CommitIteminstance.
-