Uses of Interface
com.atlassian.bitbucket.scm.CommandBuilder
Packages that use CommandBuilder
-
Uses of CommandBuilder in com.atlassian.bitbucket.scm
Classes in com.atlassian.bitbucket.scm with type parameters of type CommandBuilderModifier and TypeInterfaceDescriptioninterface
CommandBuilder<B extends CommandBuilder<B>>
Provides a fluent interface for creating free-form commands using arbitraryarguments
.Subinterfaces of CommandBuilder in com.atlassian.bitbucket.scmModifier and TypeInterfaceDescriptioninterface
ScmCommandBuilder<B extends ScmCommandBuilder<B>>
Augments theCommandBuilder
with SCM-related properties, still supporting creating free-form commands.