Uses of Class
com.atlassian.bamboo.plugins.script.task.ScriptConfig.Interpreter
-
Packages that use ScriptConfig.Interpreter Package Description com.atlassian.bamboo.plugins.script.task -
-
Uses of ScriptConfig.Interpreter in com.atlassian.bamboo.plugins.script.task
Methods in com.atlassian.bamboo.plugins.script.task that return ScriptConfig.Interpreter Modifier and Type Method Description ScriptConfig.Interpreter
ScriptConfig. getInterpreter()
static ScriptConfig.Interpreter
ScriptConfig.Interpreter. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScriptConfig.Interpreter[]
ScriptConfig.Interpreter. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-