Package | Description |
---|---|
com.atlassian.bitbucket.scm |
Modifier and Type | Interface and Description |
---|---|
interface |
CommandBuilderSupport<B extends CommandBuilderSupport<B>>
Provides a unifying abstraction for common functionality expected to be provided by both free-form
CommandBuilder s and, for those plugins which choose to provide them, type-safe builders. |
Modifier and Type | Interface and Description |
---|---|
interface |
CommandBuilder<B extends CommandBuilder<B>>
Provides a fluent interface for creating free-form commands using arbitrary
arguments . |
interface |
ScmCommandBuilder<B extends ScmCommandBuilder<B>>
Augments the
CommandBuilder with SCM-related properties, still supporting creating free-form commands. |
Copyright © 2022 Atlassian. All rights reserved.