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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInjectVariablesTaskProperties(@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 StringgetPath()@NotNull InjectVariablesScopegetScope()inthashCode()voidvalidate()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:
getAtlassianPluginin classTaskProperties
-
getPath
-
getNamespace
-
getScope
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
equals
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskProperties
-