Uses of Interface
com.atlassian.bitbucket.scm.CommandBuilder
-
Uses of CommandBuilder in com.atlassian.bitbucket.scm
Modifier and TypeInterfaceDescriptioninterface
CommandBuilder<B extends CommandBuilder<B>>
Provides a fluent interface for creating free-form commands using arbitraryarguments
.Modifier and TypeInterfaceDescriptioninterface
ScmCommandBuilder<B extends ScmCommandBuilder<B>>
Augments theCommandBuilder
with SCM-related properties, still supporting creating free-form commands.