Uses of Class
com.atlassian.bamboo.testutils.model.task.ScriptTaskDetails.Interpreter
-
Packages that use ScriptTaskDetails.Interpreter Package Description com.atlassian.bamboo.testutils.model.task -
-
Uses of ScriptTaskDetails.Interpreter in com.atlassian.bamboo.testutils.model.task
Methods in com.atlassian.bamboo.testutils.model.task that return ScriptTaskDetails.Interpreter Modifier and Type Method Description ScriptTaskDetails.InterpreterScriptTaskDetails. getInterpreter()static ScriptTaskDetails.InterpreterScriptTaskDetails.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.Methods in com.atlassian.bamboo.testutils.model.task with parameters of type ScriptTaskDetails.Interpreter Modifier and Type Method Description ScriptTaskDetails.ScriptTaskDetailsBuilderScriptTaskDetails.ScriptTaskDetailsBuilder. interpreter(ScriptTaskDetails.Interpreter interpreter)Constructors in com.atlassian.bamboo.testutils.model.task with parameters of type ScriptTaskDetails.Interpreter Constructor Description ScriptTaskDetails(String description, String script, String scriptBody, ScriptTaskDetails.Interpreter interpreter)
-