@Immutable public final class GruntTaskProperties extends BaseNodeTaskProperties
| Modifier and Type | Field and Description |
|---|---|
static ValidationContext |
VALIDATION_CONTEXT |
| Modifier | Constructor and Description |
|---|---|
protected |
GruntTaskProperties() |
|
GruntTaskProperties(@Nullable String description,
boolean enabled,
@NotNull String nodeExecutable,
@Nullable String environmentVariables,
@Nullable String workingSubdirectory,
@NotNull String gruntCliExecutable,
@Nullable String task,
@Nullable String gruntfile,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@NotNull String |
getGruntCliExecutable() |
@Nullable String |
getGruntfile() |
@Nullable String |
getTask() |
protected ValidationContext |
getValidationContext() |
int |
hashCode() |
void |
validate() |
getEnvironmentVariables, getNodeExecutable, getWorkingSubdirectoryapplicableTo, getConditions, getDescription, getRequirements, isEnabled, toStringpublic static final ValidationContext VALIDATION_CONTEXT
protected GruntTaskProperties()
public GruntTaskProperties(@Nullable
@Nullable String description,
boolean enabled,
@NotNull
@NotNull String nodeExecutable,
@Nullable
@Nullable String environmentVariables,
@Nullable
@Nullable String workingSubdirectory,
@NotNull
@NotNull String gruntCliExecutable,
@Nullable
@Nullable String task,
@Nullable
@Nullable String gruntfile,
@NotNull
@NotNull List<RequirementProperties> requirements,
@NotNull
@NotNull List<? extends ConditionProperties> conditions)
throws PropertiesValidationException
PropertiesValidationExceptionpublic void validate()
validate in interface EntityPropertiesvalidate in class BaseNodeTaskPropertiespublic boolean equals(Object o)
equals in class BaseNodeTaskPropertiespublic int hashCode()
hashCode in class BaseNodeTaskProperties@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiesprotected ValidationContext getValidationContext()
getValidationContext in class BaseNodeTaskProperties@NotNull public @NotNull String getGruntCliExecutable()
@Nullable public @Nullable String getTask()
@Nullable public @Nullable String getGruntfile()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.