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 TypeInterfaceDescriptioninterfaceCommandBuilderSupport<B extends CommandBuilderSupport<B>>Provides a unifying abstraction for common functionality expected to be provided by both free-formCommandBuilders and, for those plugins which choose to provide them, type-safe builders.Subinterfaces of CommandBuilderSupport in com.atlassian.bitbucket.scmModifier and TypeInterfaceDescriptioninterfaceCommandBuilder<B extends CommandBuilder<B>>Provides a fluent interface for creating free-form commands using arbitraryarguments.interfaceScmCommandBuilder<B extends ScmCommandBuilder<B>>Augments theCommandBuilderwith SCM-related properties, still supporting creating free-form commands.