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