Uses of Interface
com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
Packages that use GitCommandBuilderSupport
Package
Description
-
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.auth
Methods in com.atlassian.bitbucket.scm.git.auth with type parameters of type GitCommandBuilderSupportModifier and TypeMethodDescription<T extends GitCommandBuilderSupport<T>>
GitCommandBuilderSupport<T>GitAuthHelper.configure(GitCommandBuilderSupport<T> builder, String username, String password, Path keyFile) Configured the suppliedGitCommandBuilderSupportto make authenticated requests.Methods in com.atlassian.bitbucket.scm.git.auth that return GitCommandBuilderSupportModifier and TypeMethodDescription<T extends GitCommandBuilderSupport<T>>
GitCommandBuilderSupport<T>GitAuthHelper.configure(GitCommandBuilderSupport<T> builder, String username, String password, Path keyFile) Configured the suppliedGitCommandBuilderSupportto make authenticated requests.Methods in com.atlassian.bitbucket.scm.git.auth with parameters of type GitCommandBuilderSupportModifier and TypeMethodDescription<T extends GitCommandBuilderSupport<T>>
GitCommandBuilderSupport<T>GitAuthHelper.configure(GitCommandBuilderSupport<T> builder, String username, String password, Path keyFile) Configured the suppliedGitCommandBuilderSupportto make authenticated requests. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command
Classes in com.atlassian.bitbucket.scm.git.command with type parameters of type GitCommandBuilderSupportModifier and TypeInterfaceDescriptioninterfaceGitCommandBuilderSupport<B extends GitCommandBuilderSupport<B>>ExtendsCommandBuilderSupportand serves as the super-interface describing additional functionality that is required to be provided by all type-safegitcommand builders.Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.commandModifier and TypeInterfaceDescriptioninterfaceAugments the free-formScmCommandBuilderwith git-specific type-safe builders, to simplify using well-known commands.interfaceGitTypedCommandBuilder<B extends GitTypedCommandBuilder<B>>Augments the free-formScmCommandBuilderwith git-specific type-safe builders, to simplify using well-known commands.interfaceAugments theGitScmCommandBuilderwith type-safe builders for commands supported inwork trees. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.add
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.add -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.archive
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.archiveModifier and TypeInterfaceDescriptioninterfaceA builder which can be used to construct acommandfor runninggit archive. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.blame
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.blame -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.branch
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.branchModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.catfile
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.catfileModifier and TypeInterfaceDescriptioninterfaceThe interface for a builder capable of buildinggit cat-file --batchcommandsinterface -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.checkrefformat
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.checkrefformatModifier and TypeInterfaceDescriptioninterfaceBuilds agit check-ref-formatcommand to validate any git ref. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.commit
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.commit -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.config
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.configModifier and TypeInterfaceDescriptioninterfaceA builder for constructinggit config --get-allcommands.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceTypedGitConfigBuilder<T extends TypedGitConfigBuilder<T>> -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.countobjects
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.countobjectsModifier and TypeInterfaceDescriptioninterfaceA builder for constructinggit count-objectscommand. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.diff
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.diffModifier and TypeInterfaceDescriptioninterfaceExtends thediff-core builderwith options specific togit diff.interfaceGitDiffCoreBuilder<B extends GitDiffCoreBuilder<B>>interface -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.fetch
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.fetchModifier and TypeInterfaceDescriptioninterfaceA builder which can be used to construct acommandfor runninggit fetch. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.foreachref
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.foreachref -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.formatpatch
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.formatpatchModifier and TypeInterfaceDescriptioninterfaceA builder which can be used to construct acommandfor runninggit format-patch. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.log
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.logModifier and TypeInterfaceDescriptioninterfaceCurrently a minimal API for getting logs beyond renaming. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.lsfiles
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.lsfiles -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.lstree
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.lstreeModifier and TypeInterfaceDescriptioninterfaceA type-safe, argument-safe builder forgit ls-tree. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.merge
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.mergeModifier and TypeInterfaceDescriptioninterfaceinterfaceGitMergeBaseBuilderSupport<B extends GitMergeBaseBuilderSupport<B>>interfaceinterfaceA builder which can be used to construct acommandfor runninggit merge.interfaceGitMergeBuilderSupport<B extends GitMergeBuilderSupport<B>>A base class for constructing builders aroundgit merge, supplying properties which are common to all usages of the command.interfaceA builder which can be used to construct acommandfor runninggit merge --squash. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.mv
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.mvModifier and TypeInterfaceDescriptioninterfaceA builder for the {code git mv} command -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.notes
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.notesModifier and TypeInterfaceDescriptioninterfaceinterfaceGitNotesBuilderSupport<B extends GitNotesBuilderSupport<B>>interfaceinterface -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.packobjects
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.packobjectsModifier and TypeInterfaceDescriptioninterfaceA type-safe builder for using thegit pack-objectscommand. -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.push
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.push -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.remote
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.remoteModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.reset
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.reset -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.revlist
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.revlistModifier and TypeInterfaceDescriptioninterfaceGitRevCoreBuilder<B extends GitRevCoreBuilder<B>>Describes commonrev-listfunctionality, which is shared bylog.interface -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.rm
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.rm -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.status
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.status -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.tag
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.tag -
Uses of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.updateref
Subinterfaces of GitCommandBuilderSupport in com.atlassian.bitbucket.scm.git.command.updaterefModifier and TypeInterfaceDescriptioninterfaceGitUpdateRefBuilderSupport<B extends GitUpdateRefBuilderSupport<B>>interfaceinterface