| 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(BambooOidProperties oid,
PlanIdentifierProperties plan,
String name,
String description,
ReleaseNamingProperties releaseNaming,
List<EnvironmentProperties> environments,
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 © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.