Class InjectVariablesTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class InjectVariablesTaskProperties extends TaskProperties
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_NAMESPACEstatic java.util.regex.PatternVALID_NAMESPACE_PATTERN
-
Constructor Summary
Constructors Modifier Constructor Description protectedInjectVariablesTaskProperties()InjectVariablesTaskProperties(@Nullable java.lang.String description, boolean enabled, @NotNull java.lang.String path, @NotNull java.lang.String namespace, @NotNull InjectVariablesScope scope, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@NotNull java.lang.StringgetNamespace()@NotNull java.lang.StringgetPath()@NotNull InjectVariablesScopegetScope()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
-
-
-
Constructor Detail
-
InjectVariablesTaskProperties
protected InjectVariablesTaskProperties()
-
InjectVariablesTaskProperties
public InjectVariablesTaskProperties(@Nullable @Nullable java.lang.String description, boolean enabled, @NotNull @NotNull java.lang.String path, @NotNull @NotNull java.lang.String namespace, @NotNull @NotNull InjectVariablesScope scope, @NotNull @NotNull java.util.List<RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends ConditionProperties> conditions) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
getPath
@NotNull public @NotNull java.lang.String getPath()
-
getNamespace
@NotNull public @NotNull java.lang.String getNamespace()
-
getScope
@NotNull public @NotNull InjectVariablesScope getScope()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
-