| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.model.deployment |
Deployment project and environments.
|
| com.atlassian.bamboo.specs.api.model.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.model.project |
Bamboo project (which is a container for plans).
|
| com.atlassian.bamboo.specs.api.rsbs |
Contains classes used for interaction with Runners.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable RepositoryStoredSpecsData |
DeploymentProperties.getRepositoryStoredSpecsData() |
| Constructor and Description |
|---|
DeploymentProperties(@Nullable BambooOidProperties oid,
@NotNull PlanIdentifierProperties plan,
@NotNull String name,
@Nullable String description,
@NotNull ReleaseNamingProperties releaseNaming,
@NotNull List<EnvironmentProperties> environments,
@Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RepositoryStoredSpecsData |
PlanProperties.getRepositoryStoredSpecsData() |
| Constructor and Description |
|---|
PlanProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
ProjectProperties project,
List<StageProperties> stages,
List<PlanRepositoryLinkProperties> repositories,
List<TriggerProperties> triggers,
List<VariableProperties> variables,
boolean enabled,
Collection<PluginConfigurationProperties> pluginConfigurations,
PlanBranchManagementProperties planBranchManagementProperties,
DependenciesProperties dependenciesProperties,
@Nullable RepositoryStoredSpecsData repositoryStoredSpecsData,
@NotNull List<NotificationProperties> notifications,
List<VcsRepositoryBranchProperties> repositoryBranches,
List<LabelProperties> labels,
@Nullable PlanBranchConfigurationProperties planBranchConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RepositoryStoredSpecsData |
ProjectProperties.getRepositoryStoredSpecsData() |
| Constructor and Description |
|---|
ProjectProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
@NotNull List<VariableProperties> variables,
@NotNull List<SharedCredentialsProperties> sharedCredentials,
@NotNull List<VcsRepositoryProperties> repositories,
@Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryStoredSpecsData |
RunnerSettings.getRepositoryStoredSpecsData() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RunnerSettings.setRepositoryStoredSpecsData(RepositoryStoredSpecsData repositoryStoredSpecsData) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.