Uses of Enum Class
com.atlassian.bamboo.specs.model.task.ScriptTaskProperties.Location
Packages that use ScriptTaskProperties.Location
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.Location in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task with parameters of type ScriptTaskProperties.LocationModifier and TypeMethodDescriptionScriptTask.location
(ScriptTaskProperties.Location location) Specifies the source of script to run. -
Uses of ScriptTaskProperties.Location in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return ScriptTaskProperties.LocationModifier and TypeMethodDescriptionScriptTaskProperties.getLocation()
Returns the enum constant of this class with the specified name.static ScriptTaskProperties.Location[]
ScriptTaskProperties.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task with parameters of type ScriptTaskProperties.LocationModifierConstructorDescriptionScriptTaskProperties
(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)