Package | Description |
---|---|
com.atlassian.bamboo.testutils.model.task |
Modifier and Type | Method and Description |
---|---|
ScriptTaskDetails.Interpreter |
ScriptTaskDetails.getInterpreter() |
static ScriptTaskDetails.Interpreter |
ScriptTaskDetails.Interpreter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptTaskDetails.Interpreter[] |
ScriptTaskDetails.Interpreter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScriptTaskDetails.ScriptTaskDetailsBuilder |
ScriptTaskDetails.ScriptTaskDetailsBuilder.interpreter(ScriptTaskDetails.Interpreter interpreter) |
Constructor and Description |
---|
ScriptTaskDetails(String description,
String script,
String scriptBody,
ScriptTaskDetails.Interpreter interpreter) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.