AbstractCommandBuilder<B extends CommandBuilder<B>> |
Provides a basic implementation of most CommandBuilder functionality, to simplify creating builders. |
AbstractRepositoryScmRequest |
Extends AbstractScmRequest and adds properties to facilitate implementing SCM requests
which interact with a repository, to read or write . |
AbstractScm |
Convenience implementation of Scm that returns null for all of the optional contract members. |
AbstractScmCommandBuilder<B extends ScmCommandBuilder<B>> |
Extends AbstractCommandBuilder and provides a basic implementation of ScmCommandBuilder. |
AbstractScmRequest |
A simple base class to facilitate implementing SCM requests . |
AbstractScmRequestHandlerModuleDescriptor<T> |
A base class for constructing module descriptors for ScmRequest handlers. |
BaseCommand<T> |
Wrapper around Atlassian's process utils. |
BaseWeightedModuleDescriptor<T> |
|
DefaultCommandExitHandler |
|
DeleteCommandParameters |
|
DeleteCommandParameters.Builder |
|
ForkCommandParameters |
Describes the fork being created. |
ForkCommandParameters.Builder |
|
ScmModuleDescriptor |
ModuleDescriptor which interprets <scm/> tags in atlassian-plugin.xml . |
ScmProtocolModuleDescriptor |
Provides an ScmProtocol implementation used in connection with one or more Scms . |
ScmRequestCheckModuleDescriptor |
Provides an ScmRequestCheck implementation used by the ScmRequestCheckService . |
ScmUrlFormatterModuleDescriptor |
Parses the nested url-formatter element, when present, to produce an ScmUrlFormatter . |
ScmUrlRequest |
Describes a repository and base URL to use when
formatting a URL . |
ScmUrlRequest.Builder |
|
SimpleCommand<T> |
Implementation of the Command interface that provides empty implementations for all methods
except call() . |