GitCommand<Void> |
GitExtendedCommandFactory.archive(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ArchiveCommandParameters parameters,
com.atlassian.bitbucket.io.TypeAwareOutputSupplier outputSupplier) |
GitCommand<com.atlassian.bitbucket.util.Page<com.atlassian.bitbucket.content.Blame>> |
GitCommandFactory.blame(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.BlameCommandParameters parameters,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
GitCommand<Void> |
GitCommandFactory.branches(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.BranchesCommandParameters parameters,
com.atlassian.bitbucket.repository.BranchCallback callback) |
GitCommand<com.atlassian.bitbucket.util.Page<com.atlassian.bitbucket.repository.Branch>> |
GitCommandFactory.branches(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.BranchesCommandParameters parameters,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
<T> GitCommand<T> |
GitCommandBuilderSupport.build(com.atlassian.bitbucket.scm.CommandOutputHandler<T> outputHandler)
In addition to all contracts for the parent
interface , mandates that built commands be GitCommands , which support both synchronous
and asynchronous execution, rather than simple Commands .
|
<T> GitCommand<T> |
GitScmCommandBuilder.build(com.atlassian.bitbucket.scm.CommandOutputHandler<T> outputHandler) |
GitCommand<Void> |
GitPullRequestCommandFactory.bulkRescope(com.atlassian.bitbucket.scm.pull.BulkRescopeCommandParameters parameters) |
GitCommand<Void> |
GitCompareCommandFactory.changes(com.atlassian.bitbucket.compare.CompareRequest compareRequest,
com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters parameters,
com.atlassian.bitbucket.content.ChangeCallback callback) |
GitCommand<Void> |
GitPullRequestCommandFactory.changes(com.atlassian.bitbucket.pull.PullRequest pullRequest,
com.atlassian.bitbucket.scm.pull.PullRequestChangeCommandParameters parameters,
com.atlassian.bitbucket.content.ChangeCallback callback)
|
GitCommand<Void> |
GitPullRequestCommandFactory.changes(com.atlassian.bitbucket.pull.PullRequest pullRequest,
com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters parameters,
com.atlassian.bitbucket.content.ChangeCallback callback) |
GitCommand<Void> |
GitCommandFactory.changes(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ChangesCommandParameters parameters,
com.atlassian.bitbucket.content.ChangeCallback callback) |
GitCommand<com.atlassian.bitbucket.util.Page<com.atlassian.bitbucket.content.Change>> |
GitCommandFactory.changes(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ChangesCommandParameters parameters,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
GitCommand<com.atlassian.bitbucket.util.Page<com.atlassian.bitbucket.commit.Changeset>> |
GitCommandFactory.changesets(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ChangesetsCommandParameters parameters,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
GitCommand<com.atlassian.bitbucket.commit.Commit> |
GitCommandFactory.commit(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.CommitCommandParameters parameters) |
GitCommand<Void> |
GitCompareCommandFactory.commits(com.atlassian.bitbucket.compare.CompareRequest compareRequest,
com.atlassian.bitbucket.commit.CommitCallback callback) |
GitCommand<Void> |
GitPullRequestCommandFactory.commits(com.atlassian.bitbucket.pull.PullRequest pullRequest,
com.atlassian.bitbucket.commit.CommitCallback callback)
|
GitCommand<Void> |
GitPullRequestCommandFactory.commits(com.atlassian.bitbucket.pull.PullRequest pullRequest,
com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters parameters,
com.atlassian.bitbucket.commit.CommitCallback callback) |
GitCommand<Void> |
GitBulkContentCommandFactory.commits(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters parameters,
com.atlassian.bitbucket.scm.bulk.BulkCommitCallback callback) |
GitCommand<Void> |
GitCommandFactory.commits(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.CommitsCommandParameters parameters,
com.atlassian.bitbucket.commit.CommitCallback callback) |
GitCommand<com.atlassian.bitbucket.util.Page<com.atlassian.bitbucket.commit.Commit>> |
GitCommandFactory.commits(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.CommitsCommandParameters parameters,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
GitCommand<com.atlassian.bitbucket.commit.MinimalCommit> |
GitCommandFactory.commonAncestor(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.CommonAncestorCommandParameters parameters) |
GitCommand<Void> |
GitBulkContentCommandFactory.contents(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters parameters,
com.atlassian.bitbucket.scm.bulk.BulkContentCallback callback) |
GitCommand<Void> |
GitCommandFactory.create(com.atlassian.bitbucket.repository.Repository repository) |
GitCommand<com.atlassian.bitbucket.repository.Branch> |
GitRefCommandFactory.createBranch(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters parameters) |
GitCommand<com.atlassian.bitbucket.repository.Tag> |
GitRefCommandFactory.createTag(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters parameters) |
GitCommand<com.atlassian.bitbucket.repository.Branch> |
GitCommandFactory.defaultBranch(com.atlassian.bitbucket.repository.Repository repository) |
GitCommand<Void> |
GitPullRequestCommandFactory.delete(com.atlassian.bitbucket.pull.PullRequest pullRequest,
com.atlassian.bitbucket.scm.pull.PullRequestDeleteCommandParameters parameters) |
GitCommand<Void> |
GitCommandFactory.delete(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.DeleteCommandParameters parameters) |
GitCommand<Void> |
GitRefCommandFactory.deleteBranch(com.atlassian.bitbucket.repository.Repository repository,
GitDeleteBranchCommandParameters parameters) |
GitCommand<Void> |
GitRefCommandFactory.deleteTag(com.atlassian.bitbucket.repository.Repository repository,
GitDeleteTagCommandParameters parameters) |
GitCommand<Void> |
GitCompareCommandFactory.diff(com.atlassian.bitbucket.compare.CompareRequest compareRequest,
com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters parameters,
com.atlassian.bitbucket.content.DiffContentCallback callback) |
GitCommand<Void> |
GitPullRequestCommandFactory.diff(com.atlassian.bitbucket.pull.PullRequest pullRequest,
com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters parameters,
com.atlassian.bitbucket.content.DiffContentCallback callback) |
GitCommand<Void> |
GitCommandFactory.diff(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.DiffCommandParameters parameters,
com.atlassian.bitbucket.content.DiffContentCallback callback) |
GitCommand<Void> |
GitCommandFactory.directory(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.DirectoryCommandParameters parameters,
com.atlassian.bitbucket.content.ContentTreeCallback callback,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
GitCommand<com.atlassian.bitbucket.commit.Commit> |
GitExtendedCommandFactory.editFile(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.EditFileCommandParameters parameters) |
GitCommand<com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff> |
GitPullRequestCommandFactory.effectiveDiff(com.atlassian.bitbucket.pull.PullRequest pullRequest) |
GitCommand<Void> |
GitCommandFactory.file(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.FileCommandParameters parameters,
com.atlassian.bitbucket.content.FileContentCallback callback,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
GitCommand<Void> |
GitExtendedCommandFactory.fork(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ForkCommandParameters parameters) |
GitCommand<Void> |
GitCommandFactory.heads(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.repository.RefCallback callback) |
GitCommand<Void> |
GitExtendedCommandFactory.lastModified(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.LastModifiedCommandParameters parameters,
com.atlassian.bitbucket.commit.LastModifiedCallback callback) |
GitCommand<com.atlassian.bitbucket.repository.Branch> |
GitPullRequestCommandFactory.merge(com.atlassian.bitbucket.pull.PullRequest pullRequest,
com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters parameters) |
GitCommand<com.atlassian.bitbucket.repository.Branch> |
GitExtendedCommandFactory.merge(com.atlassian.bitbucket.repository.Repository toRepository,
com.atlassian.bitbucket.scm.MergeCommandParameters parameters) |
GitCommand<Void> |
GitExtendedCommandFactory.patch(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.PatchCommandParameters parameters,
com.atlassian.bitbucket.io.TypeAwareOutputSupplier outputSupplier) |
GitCommand<Void> |
GitCommandFactory.rawFile(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.RawFileCommandParameters parameters,
com.atlassian.bitbucket.io.TypeAwareOutputSupplier outputSupplier) |
GitCommand<com.atlassian.bitbucket.repository.Branch> |
GitExtendedCommandFactory.rebase(com.atlassian.bitbucket.repository.Repository repository,
GitRebaseCommandParameters parameters) |
GitCommand<Void> |
GitCommandFactory.refs(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.RefsCommandParameters parameters,
com.atlassian.bitbucket.repository.RefCallback callback) |
GitCommand<Void> |
GitRefCommandFactory.resolveAnnotatedTags(com.atlassian.bitbucket.repository.Repository repository,
GitResolveAnnotatedTagsCommandParameters parameters,
GitAnnotatedTagCallback callback) |
GitCommand<com.atlassian.bitbucket.repository.Ref> |
GitCommandFactory.resolveRef(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ResolveRefCommandParameters parameters) |
GitCommand<Map<String,com.atlassian.bitbucket.repository.Ref>> |
GitCommandFactory.resolveRefs(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.ResolveRefsCommandParameters parameters) |
GitCommand<Void> |
GitExtendedCommandFactory.signedObjects(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.signed.SignedObjectsParameters parameters,
com.atlassian.bitbucket.scm.signed.SignedObjectCallback callback) |
GitCommand<Void> |
GitMirrorCommandFactory.synchronize(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters parameters,
com.atlassian.bitbucket.scm.mirror.MirrorSyncCallback callback) |
GitCommand<com.atlassian.bitbucket.util.Page<com.atlassian.bitbucket.repository.Tag>> |
GitCommandFactory.tags(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.TagsCommandParameters parameters,
com.atlassian.bitbucket.util.PageRequest pageRequest) |
GitCommand<Void> |
GitCommandFactory.tags(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.TagsCommandParameters parameters,
com.atlassian.bitbucket.repository.TagCallback callback) |
GitCommand<Void> |
GitBulkContentCommandFactory.traverseCommits(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters parameters,
com.atlassian.bitbucket.scm.bulk.BulkTraversalCallback callback) |
GitCommand<Void> |
GitCommandFactory.traverseCommits(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.commit.graph.TraversalCallback callback) |
GitCommand<com.atlassian.bitbucket.pull.PullRequestMergeResult> |
GitPullRequestCommandFactory.tryMerge(com.atlassian.bitbucket.pull.PullRequest pullRequest)
Attempt to merge the pull request to determine what the expected result of actually merging it would be.
|
GitCommand<com.atlassian.bitbucket.content.ContentTreeNode.Type> |
GitCommandFactory.type(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.TypeCommandParameters parameters) |
GitCommand<Void> |
GitExtendedCommandFactory.updateDefaultBranch(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters parameters) |
GitCommand<Void> |
GitMirrorCommandFactory.updateRefs(com.atlassian.bitbucket.repository.Repository repository,
com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters parameters) |