Uses of Interface
com.atlassian.bitbucket.commit.Commit
Packages that use Commit
Package
Description
-
Uses of Commit in com.atlassian.bitbucket.build.status
Methods in com.atlassian.bitbucket.build.status that return types with arguments of type Commit -
Uses of Commit in com.atlassian.bitbucket.commit
Classes in com.atlassian.bitbucket.commit that implement CommitMethods in com.atlassian.bitbucket.commit that return CommitModifier and TypeMethodDescriptionCommitEnricher.enrich(Repository repository, Commit commit, Collection<String> propertyKeys) CommitService.getCommit(CommitRequest request) Retrieves a commit based on te providedrequest.Changeset.getToCommit()SimpleChangeset.getToCommit()Methods in com.atlassian.bitbucket.commit that return types with arguments of type CommitModifier and TypeMethodDescriptionCommitEnricher.enrichPage(Repository repository, Page<Commit> page, Collection<String> propertyKeys) CommitService.getCommits(CommitsRequest request, PageRequest pageRequest) Retrieves a page of commits, starting from a given branch, tag or commit, optionally filtered to only return commits which modify one or more paths.CommitService.getCommitsBetween(CommitsBetweenRequest request, PageRequest pageRequest) Retrieves a page of commits between theincluded commitsand theexcluded commits.LastModifiedSummary.getLatestCommit()Methods in com.atlassian.bitbucket.commit with parameters of type CommitModifier and TypeMethodDescriptionCommitEnricher.enrich(Repository repository, Commit commit, Collection<String> propertyKeys) LastModifiedSummary.Builder.latestCommit(Commit value) booleanbooleanReceives a fully-populatedcommitfor processing.booleanReceives a fully-populatedcommitwhich last modified the specifiedfile.Method parameters in com.atlassian.bitbucket.commit with type arguments of type CommitModifier and TypeMethodDescriptionCommitEnricher.enrichPage(Repository repository, Page<Commit> page, Collection<String> propertyKeys) Constructors in com.atlassian.bitbucket.commit with parameters of type Commit -
Uses of Commit in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return CommitModifier and TypeMethodDescriptionContentService.editFile(EditFileRequest request) Adds a new file or updates the content of an existing file. -
Uses of Commit in com.atlassian.bitbucket.idx
Methods in com.atlassian.bitbucket.idx with parameters of type CommitModifier and TypeMethodDescriptionvoidCommitIndex.addCommit(Commit commit, Repository repository) Associates the providedCommitwith the specifiedRepository. -
Uses of Commit in com.atlassian.bitbucket.pull
Fields in com.atlassian.bitbucket.pull with type parameters of type CommitModifier and TypeFieldDescriptionstatic final Comparator<Commit>SimpleRescopeDetails.DATE_ORDEROrders commits in reverse chronological order, by descendingauthor timestamp.Methods in com.atlassian.bitbucket.pull that return CommitModifier and TypeMethodDescriptionPullRequestCommitEnricher.enrich(PullRequest pullRequest, Commit commit, Collection<String> propertyKeys) Enrich a single commit with properties from theCommitIndex.PullRequestMergeActivity.getCommit()Methods in com.atlassian.bitbucket.pull that return types with arguments of type CommitModifier and TypeMethodDescriptionPullRequestCommitEnricher.enrichPage(PullRequest pullRequest, Page<Commit> page, Collection<String> propertyKeys) Enrich a page of commits with properties from theCommitIndex.PullRequestService.getCommits(PullRequestCommitsRequest request, PageRequest pageRequest) Retrieves a page of the commits for a given pull request.RescopeDetails.getCommits()SimpleRescopeDetails.getCommits()PullRequestService.getMergeBase(int repositoryId, long pullRequestId) Retrieves the best common ancestor between the latest commits of the source and target branches of the pull request.Methods in com.atlassian.bitbucket.pull with parameters of type CommitModifier and TypeMethodDescriptionPullRequestCommitEnricher.enrich(PullRequest pullRequest, Commit commit, Collection<String> propertyKeys) Enrich a single commit with properties from theCommitIndex.Method parameters in com.atlassian.bitbucket.pull with type arguments of type CommitModifier and TypeMethodDescriptionPullRequestCommitEnricher.enrichPage(PullRequest pullRequest, Page<Commit> page, Collection<String> propertyKeys) Enrich a page of commits with properties from theCommitIndex. -
Uses of Commit in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return types with arguments of type CommitModifier and TypeMethodDescriptionRefChangeDetails.getCommits()Returns a list of commits associated with thisRefChangeDetails.SimpleRefChangeDetails.getCommits()Method parameters in com.atlassian.bitbucket.repository with type arguments of type CommitModifier and TypeMethodDescription -
Uses of Commit in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type CommitModifier and TypeMethodDescriptionScmCommandFactory.commit(CommitCommandParameters parameters) Retrievesdetailsfor the specified commit.ScmCommandFactory.commits(CommitsCommandParameters parameters, PageRequest pageRequest) Retrieves apageof commits matching the specifiedparameters.ScmExtendedCommandFactory.editFile(EditFileCommandParameters parameters) Adds a new file or updates the content of an existing file as described in theparameters. -
Uses of Commit in com.atlassian.bitbucket.scm.bulk
Methods in com.atlassian.bitbucket.scm.bulk with parameters of type CommitModifier and TypeMethodDescriptionbooleanBulkCommitCallback.onCommit(Commit commit, Set<Repository> repositories) Receives a commit, and the set of repositories the commit was found in.