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 TypeInterfaceDescriptioninterfaceCommandBuilder<B extends CommandBuilder<B>>Provides a fluent interface for creating free-form commands using arbitraryarguments.Subinterfaces of CommandBuilder in com.atlassian.bitbucket.scmModifier and TypeInterfaceDescriptioninterfaceScmCommandBuilder<B extends ScmCommandBuilder<B>>Augments theCommandBuilderwith SCM-related properties, still supporting creating free-form commands.