Uses of Enum Class
com.atlassian.bamboo.specs.model.task.ScriptTaskProperties.Interpreter
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Tasks you can execute in a job.
-
Uses of ScriptTaskProperties.Interpreter in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionScriptTask.interpreter
(ScriptTaskProperties.Interpreter interpreter) Selects interpreter that will run the script. -
Uses of ScriptTaskProperties.Interpreter in com.atlassian.bamboo.specs.model.task
Modifier and TypeMethodDescriptionScriptTaskProperties.getInterpreter()
Returns the enum constant of this class with the specified name.static ScriptTaskProperties.Interpreter[]
ScriptTaskProperties.Interpreter.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionScriptTaskProperties
(String description, boolean enabled, @Nullable ScriptTaskProperties.Interpreter interpreter, @Nullable ScriptTaskProperties.Location location, @Nullable String body, @Nullable String path, @Nullable String argument, @Nullable String environmentVariables, @Nullable String workingSubdirectory, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)