Uses of Interface
com.atlassian.bitbucket.scm.CommandBuilderSupport
Packages that use CommandBuilderSupport
-
Uses of CommandBuilderSupport in com.atlassian.bitbucket.scm
Classes in com.atlassian.bitbucket.scm with type parameters of type CommandBuilderSupportModifier 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.Subinterfaces of CommandBuilderSupport in com.atlassian.bitbucket.scmModifier 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.