Uses of Interface
com.atlassian.bitbucket.scm.git.command.GitCommand

Packages that use GitCommand
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git

    Modifier and Type
    Method
    Description
    GitCommand<com.atlassian.bitbucket.scm.CommandResult>
    GitIntegrityCheckCommandFactory.checkIntegrity(com.atlassian.bitbucket.scm.integrity.IntegrityCheckContext context, com.atlassian.bitbucket.scm.integrity.IntegrityCheckCallback callback)
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command

    Modifier and Type
    Method
    Description
    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)
     
    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)
     
    <T> GitCommand<T>
    GitWorkTreeCommandBuilder.build(com.atlassian.bitbucket.scm.CommandOutputHandler<T> outputHandler)
    Builds a GitCommand which, when executed, will provide output to the provided outputHandler for processing.
    GitPullRequestCommandFactory.bulkRescope(com.atlassian.bitbucket.scm.pull.BulkRescopeCommandParameters parameters)
     
    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)
     
    GitCompareCommandFactory.changes(com.atlassian.bitbucket.compare.CompareRequest compareRequest, com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters parameters, com.atlassian.bitbucket.content.ChangeCallback callback)
     
    GitPullRequestCommandFactory.changes(com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters parameters, com.atlassian.bitbucket.content.ChangeCallback callback)
     
    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)
     
    GitBulkContentCommandFactory.commits(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters parameters, com.atlassian.bitbucket.scm.bulk.BulkCommitCallback callback)
     
    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)
     
    GitCompareCommandFactory.commits(com.atlassian.bitbucket.compare.CompareRequest compareRequest, com.atlassian.bitbucket.commit.CommitCallback callback)
     
    GitPullRequestCommandFactory.commits(com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters parameters, com.atlassian.bitbucket.commit.CommitCallback callback)
     
    GitCommand<com.atlassian.bitbucket.commit.MinimalCommit>
    GitCommandFactory.commonAncestor(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.CommonAncestorCommandParameters parameters)
     
    GitBulkContentCommandFactory.contents(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters parameters, com.atlassian.bitbucket.scm.bulk.BulkContentCallback callback)
     
    GitCommandFactory.create(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.CreateCommandParameters parameters)
     
    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)
     
    GitCommandFactory.delete(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.DeleteCommandParameters parameters)
     
    GitPullRequestCommandFactory.delete(com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.scm.pull.PullRequestDeleteCommandParameters parameters)
     
    GitPullRequestCommandFactory.delete(com.atlassian.bitbucket.repository.Repository repository, long pullRequestId, com.atlassian.bitbucket.scm.pull.PullRequestDeleteCommandParameters parameters)
     
    GitRefCommandFactory.deleteBranch(com.atlassian.bitbucket.repository.Repository repository, GitDeleteBranchCommandParameters parameters)
     
    GitRefCommandFactory.deleteTag(com.atlassian.bitbucket.repository.Repository repository, GitDeleteTagCommandParameters parameters)
     
    GitCommandFactory.diff(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.DiffCommandParameters parameters, com.atlassian.bitbucket.content.DiffContentCallback callback)
     
    GitCommandFactory.diff(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.DiffCommandParameters parameters, com.atlassian.bitbucket.io.TypeAwareOutputSupplier outputSupplier)
     
    GitCompareCommandFactory.diff(com.atlassian.bitbucket.compare.CompareRequest compareRequest, com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters parameters, com.atlassian.bitbucket.content.DiffContentCallback callback)
     
    GitPullRequestCommandFactory.diff(com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters parameters, com.atlassian.bitbucket.content.DiffContentCallback callback)
     
    GitCommand<com.atlassian.bitbucket.content.DiffStatsSummary>
    GitCommandFactory.diffStatsSummary(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters parameters)
     
    GitCommand<com.atlassian.bitbucket.content.DiffStatsSummary>
    GitCompareCommandFactory.diffStatsSummary(com.atlassian.bitbucket.compare.CompareRequest compareRequest, com.atlassian.bitbucket.scm.compare.CompareDiffStatsSummaryCommandParameters parameters)
     
    GitCommand<com.atlassian.bitbucket.content.DiffStatsSummary>
    GitPullRequestCommandFactory.diffStatsSummary(com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.scm.pull.PullRequestDiffStatsSummaryCommandParameters parameters)
     
    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)
     
    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)
     
    GitExtendedCommandFactory.fork(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.ForkCommandParameters parameters)
     
    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>
    GitExtendedCommandFactory.merge(com.atlassian.bitbucket.repository.Repository toRepository, com.atlassian.bitbucket.scm.MergeCommandParameters parameters)
     
    GitCommand<com.atlassian.bitbucket.repository.Branch>
    GitPullRequestCommandFactory.merge(com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters parameters)
     
    GitExtendedCommandFactory.patch(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.PatchCommandParameters parameters, com.atlassian.bitbucket.io.TypeAwareOutputSupplier outputSupplier)
     
    GitExtendedCommandFactory.push(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.PushCommandParameters parameters, com.atlassian.bitbucket.scm.PushCallback callback)
     
    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)
     
    GitCommandFactory.refs(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.RefsCommandParameters parameters, com.atlassian.bitbucket.repository.RefCallback callback)
     
    GitCommand<com.atlassian.bitbucket.scm.RepositorySize>
    GitCommandFactory.repositorySize(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.RepositorySizeCommandParameters parameters)
     
    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<com.atlassian.bitbucket.repository.Branch>
    GitExtendedCommandFactory.revert(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.RevertCommandParameters parameters)
     
    GitExtendedCommandFactory.signedObjects(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.signed.SignedObjectsParameters parameters, com.atlassian.bitbucket.scm.signed.SignedObjectCallback callback)
     
    GitCommandFactory.size(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.SizeCommandParameters parameters)
     
    GitMirrorCommandFactory.synchronize(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters parameters, com.atlassian.bitbucket.scm.mirror.MirrorSyncCallback callback)
    GitCommandFactory.tags(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.TagsCommandParameters parameters, com.atlassian.bitbucket.repository.TagCallback 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)
     
    GitBulkContentCommandFactory.traverseCommits(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters parameters, com.atlassian.bitbucket.scm.bulk.BulkTraversalCallback callback)
     
    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)
     
    GitExtendedCommandFactory.updateDefaultBranch(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters parameters)
     
    GitMirrorCommandFactory.updateRefs(com.atlassian.bitbucket.repository.Repository repository, com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters parameters)
    GitPullRequestCommandFactory.updateRefs(com.atlassian.bitbucket.scm.pull.UpdatePullRequestRefsCommandParameters parameters)
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.add

    Modifier and Type
    Method
    Description
    GitAddBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.branch

    Modifier and Type
    Method
    Description
    GitBranchDeleteBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.commit

    Modifier and Type
    Method
    Description
    GitCommitBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.config

    Modifier and Type
    Method
    Description
    GitConfigGetAllBuilder.build()
    Builds a command which will return a List containing all configured values for the key specified when the builder was created.
    GitConfigGetBuilder.build()
     
    GitConfigListBuilder.build()
     
    GitConfigRemoveSectionBuilder.build()
     
    GitConfigRenameSectionBuilder.build()
     
    GitConfigSetBuilder.build()
     
    GitConfigUnsetAllBuilder.build()
     
    GitConfigUnsetBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.merge

    Modifier and Type
    Method
    Description
    GitMergeBuilderSupport.build()
    Builds a command which will run the configured merge, discarding any output.
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.mv

    Modifier and Type
    Method
    Description
    GitMvBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.notes

    Modifier and Type
    Method
    Description
    GitNotesAddBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.remote

    Modifier and Type
    Method
    Description
    GitRemoteAddBuilder.build()
     
    GitRemoteRmBuilder.build()
     
    GitRemoteSetUrlBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.reset

    Modifier and Type
    Method
    Description
    GitResetBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.rm

    Modifier and Type
    Method
    Description
    GitRmBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.tag

    Modifier and Type
    Method
    Description
    GitTagDeleteBuilder.build()
     
  • Uses of GitCommand in com.atlassian.bitbucket.scm.git.command.updateref

    Modifier and Type
    Method
    Description
    GitUpdateRefBuilderSupport.build()