| 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.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.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.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(@NotNull AtlassianModuleProperties atlassianPlugin)
Specifies a repository viewer of given type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract @NotNull AtlassianModuleProperties |
SharedCredentialsProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
AnySharedCredentialsProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnySharedCredentialsProperties(AtlassianModuleProperties atlassianPlugin,
String name,
BambooOidProperties oid,
Map<String,Object> configuration) |
| Modifier and Type | Method and Description |
|---|---|
abstract @Nullable AtlassianModuleProperties |
VcsRepositoryProperties.getAtlassianPlugin() |
@Nullable AtlassianModuleProperties |
PlanRepositoryLinkProperties.LinkedGlobalRepository.getAtlassianPlugin()
Returns atlassian plugin inherited from parent if known, null if it's not.
|
@Nullable AtlassianModuleProperties |
AnyVcsRepositoryProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin,
@Nullable String name,
@Nullable BambooOidProperties oid,
@Nullable String description,
@Nullable String parent,
@Nullable Map<String,Object> serverConfiguration,
@Nullable Map<String,Object> branchConfiguration,
@Nullable VcsChangeDetectionProperties changeDetectionConfiguration,
@Nullable Map<String,Object> branchDetectionConfiguration,
@Nullable VcsRepositoryViewerProperties repositoryViewerProperties) |
LinkedGlobalRepository(@NotNull String parent,
@Nullable AtlassianModuleProperties atlassianPlugin) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AtlassianModuleProperties |
AnyVcsRepositoryViewerProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
VcsRepositoryViewerProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyVcsRepositoryViewerProperties(@NotNull AtlassianModuleProperties atlassianPlugin,
@NotNull Map<String,Object> configuration) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AtlassianModuleProperties |
AnyTaskProperties.getAtlassianPlugin() |
abstract @NotNull AtlassianModuleProperties |
TaskProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyTaskProperties(@NotNull AtlassianModuleProperties atlassianPlugin,
String description,
boolean isEnabled,
Map<String,String> configuration) |
| Modifier and Type | Method and Description |
|---|---|
abstract @NotNull AtlassianModuleProperties |
TriggerProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
AnyTriggerProperties.getAtlassianPlugin() |
| Constructor and Description |
|---|
AnyTriggerProperties(@NotNull 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(@NotNull AtlassianModuleProperties moduleProperties) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ImporterUtils.checkPluginKey(@NotNull ValidationContext validationContext,
@NotNull AtlassianModuleProperties actual,
@NotNull AtlassianModuleProperties expected) |
static void |
ImporterUtils.checkPluginKey(@NotNull ValidationContext validationContext,
@NotNull AtlassianModuleProperties actual,
@NotNull AtlassianModuleProperties expected) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AtlassianModuleProperties |
SshCredentialsProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
UsernamePasswordCredentialsProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable AtlassianModuleProperties |
BitbucketServerRepositoryProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable AtlassianModuleProperties |
GitRepositoryProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AtlassianModuleProperties |
GenericRepositoryViewerProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
FishEyeRepositoryViewerProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AtlassianModuleProperties |
ArtifactDownloaderTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
VcsCheckoutTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
SshTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
CleanWorkingDirectoryTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
ScriptTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
MavenTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
FastlaneTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
TestParserTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
NpmTaskProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
ScpTaskProperties.getAtlassianPlugin() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AtlassianModuleProperties |
RemoteTriggerProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
BitbucketServerTriggerProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
ScheduledTriggerProperties.getAtlassianPlugin() |
@NotNull AtlassianModuleProperties |
RepositoryPollingTriggerProperties.getAtlassianPlugin() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.