| 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).
|
| com.atlassian.bamboo.specs.codegen.emitters.plan |
Various implementations of
CodeEmitter which are used for converting
Plan-related settings model into Java. |
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PlanIdentifierProperties |
PlanPermissionsProperties.getPlanIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanIdentifierProperties> |
DependenciesProperties.getChildPlans() |
List<PlanIdentifierProperties> |
EmptyDependenciesListProperties.getChildPlans()
Deprecated.
|
| Constructor and Description |
|---|
DependenciesProperties(DependenciesConfigurationProperties dependenciesConfigurationProperties,
List<PlanIdentifierProperties> childPlans) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PlanIdentifierEmitter.emitConstructorInvocation(CodeGenerationContext context,
PlanIdentifierProperties entity) |
protected void |
PlanIdentifierEmitter.initBuilderClass(PlanIdentifierProperties entity) |
| Modifier and Type | Method and Description |
|---|---|
PlanIdentifierProperties |
ArtifactDownloaderTaskProperties.getSourcePlan() |
PlanIdentifierProperties |
ArtifactItemProperties.getSourcePlan() |
| Constructor and Description |
|---|
ArtifactDownloaderTaskProperties(String description,
boolean enabled,
PlanIdentifierProperties sourcePlan,
List<DownloadItemProperties> artifacts) |
ArtifactItemProperties(PlanIdentifierProperties sourcePlan,
boolean allArtifacts,
String artifactName) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.