| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.model.deployment |
Deployment project and environments.
|
| com.atlassian.bamboo.specs.api.model.permission |
Immutable permissions like plan permissions properties, deployment permissions properties etc.
|
| com.atlassian.bamboo.specs.api.model.plan.dependencies |
Plan dependencies (so that build of one plan may trigger builds of another plans).
|
| Modifier and Type | Method and Description |
|---|---|
protected PlanIdentifierProperties |
PlanIdentifier.build() |
| Modifier and Type | Method and Description |
|---|---|
PlanIdentifierProperties |
DeploymentProperties.getPlan() |
| 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 |
|---|---|
PlanIdentifierProperties |
PlanPermissionsProperties.getPlanIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanIdentifierProperties> |
EmptyDependenciesListProperties.getChildPlans()
Deprecated.
|
List<PlanIdentifierProperties> |
DependenciesProperties.getChildPlans() |
| Constructor and Description |
|---|
DependenciesProperties(DependenciesConfigurationProperties dependenciesConfigurationProperties,
List<PlanIdentifierProperties> childPlans) |
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.