| 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 |
|---|---|
ScriptTask |
ScriptTask.location(ScriptTaskProperties.Location location)
Specifies the source of script to run.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptTaskProperties.Location |
ScriptTaskProperties.getLocation() |
static ScriptTaskProperties.Location |
ScriptTaskProperties.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptTaskProperties.Location[] |
ScriptTaskProperties.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScriptTaskProperties(String description,
boolean enabled,
ScriptTaskProperties.Interpreter interpreter,
ScriptTaskProperties.Location location,
String body,
String path,
String argument,
String environmentVariables,
String workingSubdirectory) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.