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.
|
com.atlassian.bamboo.specs.model.trigger |
Build triggers.
|
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> |
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 |
ArtifactItemProperties.getSourcePlan() |
PlanIdentifierProperties |
ArtifactDownloaderTaskProperties.getSourcePlan() |
Constructor and Description |
---|
ArtifactDownloaderTaskProperties(String description,
boolean enabled,
PlanIdentifierProperties sourcePlan,
List<DownloadItemProperties> artifacts,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions) |
ArtifactItemProperties(PlanIdentifierProperties sourcePlan,
boolean allArtifacts,
String artifactName) |
Modifier and Type | Method and Description |
---|---|
List<PlanIdentifierProperties> |
PlansGreenTriggerConditionProperties.getPlans() |
Constructor and Description |
---|
PlansGreenTriggerConditionProperties(Set<PlanIdentifierProperties> plans) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.