Uses of Interface
com.atlassian.bitbucket.scm.git.command.GitTypedCommandBuilder
Packages that use GitTypedCommandBuilder
-
Uses of GitTypedCommandBuilder in com.atlassian.bitbucket.scm.git.command
Classes in com.atlassian.bitbucket.scm.git.command with type parameters of type GitTypedCommandBuilderModifier and TypeInterfaceDescriptioninterfaceGitTypedCommandBuilder<B extends GitTypedCommandBuilder<B>>Augments the free-formScmCommandBuilderwith git-specific type-safe builders, to simplify using well-known commands.Subinterfaces of GitTypedCommandBuilder in com.atlassian.bitbucket.scm.git.commandModifier and TypeInterfaceDescriptioninterfaceAugments the free-formScmCommandBuilderwith git-specific type-safe builders, to simplify using well-known commands.interfaceAugments theGitScmCommandBuilderwith type-safe builders for commands supported inwork trees.