Uses of Interface
com.atlassian.bitbucket.commit.MinimalCommit
Packages that use MinimalCommit
Package
Description
-
Uses of MinimalCommit in com.atlassian.bitbucket.commit
Classes in com.atlassian.bitbucket.commit with type parameters of type MinimalCommitModifier and TypeClassDescriptionprotected static classSimpleMinimalCommit.AbstractMinimalCommitBuilder<B extends SimpleMinimalCommit.AbstractMinimalCommitBuilder<B,R>, R extends MinimalCommit> Subinterfaces of MinimalCommit in com.atlassian.bitbucket.commitModifier and TypeInterfaceDescriptioninterfaceDescribes a single commit.interfaceAMinimalCommitassociated with a specific repository.Classes in com.atlassian.bitbucket.commit that implement MinimalCommitModifier and TypeClassDescriptionclassclassclassA simple implementation ofMinimalRepositoryCommit.Methods in com.atlassian.bitbucket.commit that return MinimalCommitMethods in com.atlassian.bitbucket.commit that return types with arguments of type MinimalCommitModifier and TypeMethodDescriptionCommitService.getCommonAncestor(CommonAncestorRequest request) Retrieves the common ancestor for the provided commitsCommit.getParents()SimpleCommit.getParents()Methods in com.atlassian.bitbucket.commit with parameters of type MinimalCommitModifier and TypeMethodDescriptionSimpleChangeset.Builder.fromCommit(MinimalCommit value) SimpleCommit.Builder.parent(MinimalCommit value) SimpleCommit.Builder.parents(MinimalCommit value, MinimalCommit... values) Method parameters in com.atlassian.bitbucket.commit with type arguments of type MinimalCommitConstructors in com.atlassian.bitbucket.commit with parameters of type MinimalCommit -
Uses of MinimalCommit in com.atlassian.bitbucket.commit.graph
Methods in com.atlassian.bitbucket.commit.graph that return MinimalCommitMethods in com.atlassian.bitbucket.commit.graph that return types with arguments of type MinimalCommit -
Uses of MinimalCommit in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return MinimalCommitConstructors in com.atlassian.bitbucket.event.pull with parameters of type MinimalCommitModifierConstructorDescriptionPullRequestMergedEvent(Object source, PullRequest pullRequest, MinimalCommit commit, String message) Constructs a newPullRequestMergedEvent.PullRequestMergedEvent(Object source, PullRequest pullRequest, MinimalCommit commit, String message, String strategyId, boolean autoMerge) Constructs a newPullRequestMergedEvent. -
Uses of MinimalCommit in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type MinimalCommitModifier and TypeMethodDescriptionScmCommandFactory.commonAncestor(CommonAncestorCommandParameters parameters) Retrieves the common ancestor for the provided commits