| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.condition |
Task conditions.
|
| 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.plan.condition |
Task conditions.
|
| com.atlassian.bamboo.specs.api.model.task |
The AnyTask class for handling tasks unsupported by Bamboo Specs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskCondition<P extends ConditionProperties> |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionProperties> |
Task.conditions |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyConditionProperties |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ConditionProperties> |
TaskProperties.getConditions() |
| Constructor and Description |
|---|
AnyTaskProperties(@NotNull AtlassianModuleProperties atlassianPlugin,
String description,
boolean isEnabled,
Map<String,String> configuration,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.