| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.requirement |
Custom requirements for a job.
|
| com.atlassian.bamboo.specs.api.builders.task |
Generic classes, such as the
AnyTask class for handling tasks unsupported by Bamboo Specs. |
| com.atlassian.bamboo.specs.api.model.deployment |
Deployment project and environments.
|
| com.atlassian.bamboo.specs.api.model.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.model.task |
The AnyTask class for handling tasks unsupported by Bamboo Specs.
|
| Modifier and Type | Method and Description |
|---|---|
protected RequirementProperties |
Requirement.build() |
| Modifier and Type | Field and Description |
|---|---|
protected List<RequirementProperties> |
Task.requirements |
| Modifier and Type | Method and Description |
|---|---|
List<RequirementProperties> |
EnvironmentProperties.getRequirements() |
| Modifier and Type | Method and Description |
|---|---|
List<RequirementProperties> |
JobProperties.getRequirements() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends RequirementProperties> |
TaskProperties.getRequirements() |
| Constructor and Description |
|---|
AnyTaskProperties(@NotNull AtlassianModuleProperties atlassianPlugin,
String description,
boolean isEnabled,
Map<String,String> configuration,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions) |
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.