Class InjectVariablesTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
InjectVariablesTaskProperties
(@Nullable String description, boolean enabled, @NotNull String path, @NotNull String namespace, @NotNull InjectVariablesScope scope, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull AtlassianModuleProperties
@NotNull String
@NotNull String
getPath()
@NotNull InjectVariablesScope
getScope()
int
hashCode()
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Field Details
-
VALID_NAMESPACE_PATTERN
-
DEFAULT_NAMESPACE
-
-
Constructor Details
-
InjectVariablesTaskProperties
protected InjectVariablesTaskProperties() -
InjectVariablesTaskProperties
public InjectVariablesTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String path, @NotNull @NotNull String namespace, @NotNull @NotNull InjectVariablesScope scope, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getPath
-
getNamespace
-
getScope
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-