Uses of Interface
com.atlassian.bitbucket.scm.ScmCommandBuilder
Packages that use ScmCommandBuilder
-
Uses of ScmCommandBuilder in com.atlassian.bitbucket.scm
Classes in com.atlassian.bitbucket.scm with type parameters of type ScmCommandBuilderModifier and TypeInterfaceDescriptioninterface
ScmCommandBuilder<B extends ScmCommandBuilder<B>>
Augments theCommandBuilder
with SCM-related properties, still supporting creating free-form commands.Methods in com.atlassian.bitbucket.scm that return ScmCommandBuilderModifier and TypeMethodDescriptionScmService.createBuilder
(Repository repository) Creates aScmCommandBuilder
which can be used to construct free-form commands to interact directly with the underlying SCM implementation and perform custom functions on repositories.