Class ScriptTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
ConstructorDescriptionScriptTaskProperties
(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) -
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
ScriptTaskProperties
public ScriptTaskProperties(String description, boolean enabled, @Nullable @Nullable ScriptTaskProperties.Interpreter interpreter, @Nullable @Nullable ScriptTaskProperties.Location location, @Nullable @Nullable String body, @Nullable @Nullable String path, @Nullable @Nullable String argument, @Nullable @Nullable String environmentVariables, @Nullable @Nullable String workingSubdirectory, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getInterpreter
-
getLocation
-
getBody
-
getPath
-
getArgument
-
getEnvironmentVariables
-
getWorkingSubdirectory
-
validate
- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
- Throws:
PropertiesValidationException
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-