| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders |
The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.
|
| com.atlassian.bamboo.specs.api.builders.credentials |
Shared credentials for authenticating repositories or AWS access.
|
| com.atlassian.bamboo.specs.api.builders.repository |
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
|
| com.atlassian.bamboo.specs.api.builders.repository.viewer |
Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.
|
| com.atlassian.bamboo.specs.api.model.credentials |
Shared credentials for authenticating repositories or AWS access.
|
| com.atlassian.bamboo.specs.api.model.notification |
Bamboo notifications support.
|
| com.atlassian.bamboo.specs.api.model.plan.configuration |
Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.
|
| com.atlassian.bamboo.specs.api.model.repository |
Generic plan-local and linked source code repositories as well as change detection settings.
|
| com.atlassian.bamboo.specs.api.model.repository.viewer |
Generic repository viewers.
|
| com.atlassian.bamboo.specs.api.model.task |
The AnyTask class for handling tasks unsupported by Bamboo Specs.
|
| com.atlassian.bamboo.specs.api.model.trigger |
Build triggers.
|
| com.atlassian.bamboo.specs.api.validators |
The 'validators.*' packages contain data validators, you usually won't call them directly, unless writing own builders.
|
| com.atlassian.bamboo.specs.api.validators.common |
Common validators for strings, numbers, database constraints etc.
|
| com.atlassian.bamboo.specs.model.credentials |
Shared credentials for user-password and SSH authentication.
|
| com.atlassian.bamboo.specs.model.notification |
Bamboo notifications support.
|
| com.atlassian.bamboo.specs.model.repository.bitbucket.cloud |
Bitbucket Cloud repository type.
|
| com.atlassian.bamboo.specs.model.repository.bitbucket.server |
Bitbucket Server repository type.
|
| com.atlassian.bamboo.specs.model.repository.git |
Git repository type.
|
| com.atlassian.bamboo.specs.model.repository.viewer |
Repository viewers.
|
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| com.atlassian.bamboo.specs.model.task.docker |
Properties classes related to Docker CLI task.
|
| com.atlassian.bamboo.specs.model.trigger |
Build triggers.
|
| Modifier and Type | Method and Description |
|---|---|
protected AtlassianModuleProperties |
AtlassianModule.build() |
| Modifier and Type | Field and Description |
|---|---|
protected AtlassianModuleProperties |
AnySharedCredentials.atlassianPlugin |
| Constructor and Description |
|---|
AnyVcsRepository(AtlassianModuleProperties atlassianPlugin)
Specifies a repository of given type.
|
| Constructor and Description |
|---|
AnyVcsRepositoryViewer(AtlassianModuleProperties atlassianPlugin)
Specifies a repository viewer of given type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AtlassianModuleProperties |
SharedCredentialsProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
AnySharedCredentialsProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnySharedCredentialsProperties(AtlassianModuleProperties atlassianPlugin,
String name,
BambooOidProperties oid,
Map<String,Object> configuration) |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
AnyNotificationRecipientProperties.getAtlassianPlugin() |
abstract AtlassianModuleProperties |
NotificationTypeProperties.getAtlassianPlugin() |
abstract AtlassianModuleProperties |
NotificationRecipientProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
AnyNotificationTypeProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyNotificationRecipientProperties(AtlassianModuleProperties atlassianPlugin,
String recipientString) |
AnyNotificationRecipientProperties(AtlassianModuleProperties atlassianPlugin,
String recipientString,
EnumSet<Applicability> applicableTo) |
AnyNotificationTypeProperties(AtlassianModuleProperties atlassianPlugin,
String conditionString) |
AnyNotificationTypeProperties(AtlassianModuleProperties atlassianPlugin,
String conditionString,
EnumSet<Applicability> applicableTo) |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
PluginConfigurationProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
ConcurrentBuildsProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
AllOtherPluginsConfigurationProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
abstract AtlassianModuleProperties |
VcsRepositoryProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
PlanRepositoryLinkProperties.LinkedGlobalRepository.getAtlassianPlugin()
Returns atlassian plugin inherited from parent if known, null if it's not.
|
AtlassianModuleProperties |
AnyVcsRepositoryProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin,
String name,
BambooOidProperties oid,
String description,
String parent,
Map<String,Object> serverConfiguration,
Map<String,Object> branchConfiguration,
VcsChangeDetectionProperties changeDetectionConfiguration,
Map<String,Object> branchDetectionConfiguration,
VcsRepositoryViewerProperties repositoryViewerProperties) |
LinkedGlobalRepository(String parent,
AtlassianModuleProperties atlassianPlugin) |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
AnyVcsRepositoryViewerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
VcsRepositoryViewerProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyVcsRepositoryViewerProperties(AtlassianModuleProperties atlassianPlugin,
Map<String,Object> configuration) |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
AnyTaskProperties.getAtlassianPlugin() |
abstract AtlassianModuleProperties |
TaskProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyTaskProperties(AtlassianModuleProperties atlassianPlugin,
String description,
boolean isEnabled,
Map<String,String> configuration) |
| Modifier and Type | Method and Description |
|---|---|
abstract AtlassianModuleProperties |
TriggerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
AnyTriggerProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyTriggerProperties(AtlassianModuleProperties atlassianPlugin,
String name,
String description,
boolean isEnabled,
Map<String,String> configuration,
RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType,
List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories) |
| Modifier and Type | Method and Description |
|---|---|
static List<ValidationProblem> |
AtlassianModuleValidator.validate(AtlassianModuleProperties moduleProperties) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ImporterUtils.checkPluginKey(ValidationContext validationContext,
AtlassianModuleProperties actual,
AtlassianModuleProperties expected) |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
SshCredentialsProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
UsernamePasswordCredentialsProperties.getAtlassianPlugin() |
| Modifier and Type | Field and Description |
|---|---|
static AtlassianModuleProperties |
XFailedChainsNotificationProperties.ATLASSIAN_PLUGIN |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
HipChatRecipientProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
ImRecipientProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
UserRecipientProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
XFailedChainsNotificationProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
GroupRecipientProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
BuildErrorNotificationProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
EmailRecipientProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
BitbucketCloudRepositoryProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
BitbucketServerRepositoryProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
GitRepositoryProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
GenericRepositoryViewerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
FishEyeRepositoryViewerProperties.getAtlassianPlugin() |
| Modifier and Type | Field and Description |
|---|---|
static AtlassianModuleProperties |
AbstractDockerTaskProperties.MODULE_KEY |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
AbstractDockerTaskProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
AtlassianModuleProperties |
RemoteTriggerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
AfterSuccessfulBuildPlanTriggerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
BitbucketServerTriggerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
AfterSuccessfulStageTriggerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
AfterSuccessfulDeploymentTriggerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
ScheduledTriggerProperties.getAtlassianPlugin() |
AtlassianModuleProperties |
RepositoryPollingTriggerProperties.getAtlassianPlugin() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.