Uses of Interface
com.spotify.github.v3.repos.Commit
-
Packages that use Commit Package Description com.spotify.github.v3.clients com.spotify.github.v3.repos -
-
Uses of Commit in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Commit Modifier and Type Method Description CompletableFuture<Commit>GitDataClient. createCommit(String message, List<String> parents, String treeSha)Create a commit which references a treeCompletableFuture<Commit>RepositoryClient. getCommit(String sha)Get a repository commit. -
Uses of Commit in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Commit Modifier and Type Class Description classImmutableCommitImmutable implementation ofCommit.Methods in com.spotify.github.v3.repos that return Commit Modifier and Type Method Description CommitCommitComparison. baseCommit()BaseCommitImmutableCommitComparison. baseCommit()BaseCommitCommitComparison. mergeBaseCommit()Merge baseCommitImmutableCommitComparison. mergeBaseCommit()Merge baseMethods in com.spotify.github.v3.repos that return types with arguments of type Commit Modifier and Type Method Description List<Commit>CommitComparison. commits()CommitsList<Commit>ImmutableCommitComparison. commits()CommitsMethods in com.spotify.github.v3.repos with parameters of type Commit Modifier and Type Method Description ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. addCommits(Commit element)Adds one element tocommitslist.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. addCommits(Commit... elements)Adds elements tocommitslist.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. baseCommit(Commit baseCommit)Initializes the value for thebaseCommitattribute.static ImmutableCommitImmutableCommit. copyOf(Commit instance)Creates an immutable copy of aCommitvalue.ImmutableCommit.BuilderImmutableCommit.Builder. from(Commit instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.Commitinstance.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. mergeBaseCommit(Commit mergeBaseCommit)Initializes the value for themergeBaseCommitattribute.ImmutableCommitComparisonImmutableCommitComparison. withBaseCommit(Commit value)Copy the current immutable object by setting a value for thebaseCommitattribute.ImmutableCommitComparisonImmutableCommitComparison. withCommits(Commit... elements)Copy the current immutable object with elements that replace the content ofcommits.ImmutableCommitComparisonImmutableCommitComparison. withMergeBaseCommit(Commit value)Copy the current immutable object by setting a value for themergeBaseCommitattribute.Method parameters in com.spotify.github.v3.repos with type arguments of type Commit Modifier and Type Method Description ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. addAllCommits(Iterable<? extends Commit> elements)Adds elements tocommitslist.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. commits(Iterable<? extends Commit> elements)Sets or replaces all elements forcommitslist.ImmutableCommitComparisonImmutableCommitComparison. withCommits(Iterable<? extends Commit> elements)Copy the current immutable object with elements that replace the content ofcommits.
-