Uses of Enum Class
com.atlassian.bamboo.testutils.model.task.ScriptTaskDetails.Interpreter
Packages that use ScriptTaskDetails.Interpreter
-
Uses of ScriptTaskDetails.Interpreter in com.atlassian.bamboo.testutils.model.task
Methods in com.atlassian.bamboo.testutils.model.task that return ScriptTaskDetails.InterpreterModifier 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.Methods in com.atlassian.bamboo.testutils.model.task with parameters of type ScriptTaskDetails.InterpreterModifier and TypeMethodDescriptionScriptTaskDetails.ScriptTaskDetailsBuilder.interpreter(ScriptTaskDetails.Interpreter interpreter) Constructors in com.atlassian.bamboo.testutils.model.task with parameters of type ScriptTaskDetails.InterpreterModifierConstructorDescriptionScriptTaskDetails(String description, String script, String scriptBody, ScriptTaskDetails.Interpreter interpreter)