| 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(@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> |
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(@NotNull CodeGenerationContext context,
@NotNull PlanIdentifierProperties entity) |
protected void |
PlanIdentifierEmitter.initBuilderClass(@NotNull PlanIdentifierProperties entity) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable PlanIdentifierProperties |
ArtifactItemProperties.getSourcePlan() |
@Nullable PlanIdentifierProperties |
ArtifactDownloaderTaskProperties.getSourcePlan() |
| Constructor and Description |
|---|
ArtifactDownloaderTaskProperties(@Nullable String description,
boolean enabled,
@Nullable PlanIdentifierProperties sourcePlan,
@NotNull List<DownloadItemProperties> artifacts,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
ArtifactItemProperties(@Nullable PlanIdentifierProperties sourcePlan,
boolean allArtifacts,
@Nullable String artifactName) |
| Modifier and Type | Method and Description |
|---|---|
List<PlanIdentifierProperties> |
PlansGreenTriggerConditionProperties.getPlans() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.