@Immutable public final class InjectVariablesTaskProperties extends TaskProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAMESPACE |
static Pattern |
VALID_NAMESPACE_PATTERN |
| Modifier | Constructor and Description |
|---|---|
protected |
InjectVariablesTaskProperties() |
|
InjectVariablesTaskProperties(@Nullable String description,
boolean enabled,
@NotNull String path,
@NotNull String namespace,
@NotNull InjectVariablesScope scope,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@NotNull String |
getNamespace() |
@NotNull String |
getPath() |
@NotNull InjectVariablesScope |
getScope() |
int |
hashCode() |
void |
validate() |
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toStringpublic static final Pattern VALID_NAMESPACE_PATTERN
public static final String DEFAULT_NAMESPACE
protected 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
PropertiesValidationException@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskProperties@NotNull public @NotNull String getPath()
@NotNull public @NotNull String getNamespace()
@NotNull public @NotNull InjectVariablesScope getScope()
public void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskPropertiesCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.