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 TypeInterfaceDescriptioninterfaceScmCommandBuilder<B extends ScmCommandBuilder<B>>Augments theCommandBuilderwith SCM-related properties, still supporting creating free-form commands.Methods in com.atlassian.bitbucket.scm that return ScmCommandBuilderModifier and TypeMethodDescriptionScmService.createBuilder(Repository repository) Creates aScmCommandBuilderwhich can be used to construct free-form commands to interact directly with the underlying SCM implementation and perform custom functions on repositories.