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 StringDEFAULT_NAMESPACEstatic PatternVALID_NAMESPACE_PATTERN
-
Constructor Summary
Constructors Modifier Constructor Description protectedInjectVariablesTaskProperties()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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@NotNull StringgetNamespace()@NotNull 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 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 Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
getPath
@NotNull public @NotNull String getPath()
-
getNamespace
@NotNull public @NotNull String getNamespace()
-
getScope
@NotNull public @NotNull InjectVariablesScope getScope()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
-