| 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.
|
| Modifier and Type | Method and Description |
|---|---|
InjectVariablesTask |
InjectVariablesTask.namespace(@NotNull String namespace)
Specifies namespace to avoid name conflicts with existing variables.
|
InjectVariablesTask |
InjectVariablesTask.path(@NotNull String path)
Specifies path to properties file.
|
InjectVariablesTask |
InjectVariablesTask.scope(@NotNull InjectVariablesScope scope)
Specifies scope of the created variables to result.
|
InjectVariablesTask |
InjectVariablesTask.scopeLocal()
Specifies scope of the created variables to local.
|
InjectVariablesTask |
InjectVariablesTask.scopeResult()
Specifies scope of the created variables to result.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.