@Immutable public final class ScriptTaskProperties extends TaskProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptTaskProperties.Interpreter |
static class |
ScriptTaskProperties.Location |
| Constructor and Description |
|---|
ScriptTaskProperties(String description,
boolean enabled,
ScriptTaskProperties.Interpreter interpreter,
ScriptTaskProperties.Location location,
String body,
String path,
String argument,
String environmentVariables,
String workingSubdirectory,
List<RequirementProperties> requirements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArgument() |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getBody() |
String |
getEnvironmentVariables() |
ScriptTaskProperties.Interpreter |
getInterpreter() |
ScriptTaskProperties.Location |
getLocation() |
String |
getPath() |
String |
getWorkingSubdirectory() |
int |
hashCode() |
void |
validate() |
applicableTo, getDescription, getRequirements, isEnabled, toStringpublic ScriptTaskProperties(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) throws PropertiesValidationException
PropertiesValidationException@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiespublic ScriptTaskProperties.Interpreter getInterpreter()
public ScriptTaskProperties.Location getLocation()
@Nullable public String getBody()
@Nullable public String getPath()
@Nullable public String getArgument()
@Nullable public String getEnvironmentVariables()
@Nullable public String getWorkingSubdirectory()
public void validate()
throws PropertiesValidationException
validate in interface EntityPropertiesvalidate in class TaskPropertiesPropertiesValidationExceptionpublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskPropertiesCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.