| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| Modifier and Type | Method and Description |
|---|---|
InjectVariablesTask |
InjectVariablesTask.scope(InjectVariablesScope scope)
Specifies scope of the created variables to result.
|
| Modifier and Type | Method and Description |
|---|---|
InjectVariablesScope |
InjectVariablesTaskProperties.getScope() |
static InjectVariablesScope |
InjectVariablesScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InjectVariablesScope[] |
InjectVariablesScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InjectVariablesTaskProperties(String description,
boolean enabled,
String path,
String namespace,
InjectVariablesScope scope,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.