Uses of Interface
com.atlassian.bitbucket.scm.ScmCommandBuilder
-
Uses of ScmCommandBuilder in com.atlassian.bitbucket.scm
Modifier and TypeInterfaceDescriptioninterface
ScmCommandBuilder<B extends ScmCommandBuilder<B>>
Augments theCommandBuilder
with SCM-related properties, still supporting creating free-form commands.Modifier 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.