Package | Description |
---|---|
com.atlassian.bitbucket.scm |
Modifier and Type | Interface and Description |
---|---|
interface |
ScmCommandBuilder<B extends ScmCommandBuilder<B>>
Augments the
CommandBuilder with SCM-related properties, still supporting creating free-form commands. |
Modifier and Type | Method and Description |
---|---|
ScmCommandBuilder<?> |
ScmService.createBuilder(Repository repository)
Creates a
ScmCommandBuilder which can be used to construct free-form commands to interact directly with
the underlying SCM implementation and perform custom functions on repositories. |
Copyright © 2022 Atlassian. All rights reserved.