Uses of Interface
com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Uses of CommandBuilderSupport in com.atlassian.bitbucket.scm
Modifier and TypeInterfaceDescriptioninterface
CommandBuilderSupport<B extends CommandBuilderSupport<B>>
Provides a unifying abstraction for common functionality expected to be provided by both free-formCommandBuilder
s and, for those plugins which choose to provide them, type-safe builders.Modifier and TypeInterfaceDescriptioninterface
CommandBuilder<B extends CommandBuilder<B>>
Provides a fluent interface for creating free-form commands using arbitraryarguments
.interface
ScmCommandBuilder<B extends ScmCommandBuilder<B>>
Augments theCommandBuilder
with SCM-related properties, still supporting creating free-form commands.