Uses of Enum Class
com.atlassian.bamboo.testutils.model.task.ScriptTaskDetails.Interpreter
-
Uses of ScriptTaskDetails.Interpreter in com.atlassian.bamboo.testutils.model.task
Modifier and TypeMethodDescriptionScriptTaskDetails.getInterpreter()
Returns the enum constant of this class with the specified name.static ScriptTaskDetails.Interpreter[]
ScriptTaskDetails.Interpreter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionScriptTaskDetails.ScriptTaskDetailsBuilder.interpreter
(ScriptTaskDetails.Interpreter interpreter) ModifierConstructorDescriptionScriptTaskDetails
(String description, String script, String scriptBody, ScriptTaskDetails.Interpreter interpreter)