@Immutable public final class GulpTaskProperties extends BaseNodeTaskProperties
| Modifier and Type | Field and Description |
|---|---|
static ValidationContext |
VALIDATION_CONTEXT |
| Modifier | Constructor and Description |
|---|---|
protected |
GulpTaskProperties() |
|
GulpTaskProperties(@Nullable String description,
boolean enabled,
@NotNull String nodeExecutable,
@Nullable String environmentVariables,
@Nullable String workingSubdirectory,
@NotNull String gulpExecutable,
@Nullable String task,
@Nullable String gulpfile,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@NotNull String |
getGulpExecutable() |
@Nullable String |
getGulpfile() |
@Nullable String |
getTask() |
protected ValidationContext |
getValidationContext() |
int |
hashCode() |
void |
validate() |
getEnvironmentVariables, getNodeExecutable, getWorkingSubdirectoryapplicableTo, getConditions, getDescription, getRequirements, isEnabled, toStringpublic static final ValidationContext VALIDATION_CONTEXT
protected GulpTaskProperties()
public GulpTaskProperties(@Nullable
@Nullable String description,
boolean enabled,
@NotNull
@NotNull String nodeExecutable,
@Nullable
@Nullable String environmentVariables,
@Nullable
@Nullable String workingSubdirectory,
@NotNull
@NotNull String gulpExecutable,
@Nullable
@Nullable String task,
@Nullable
@Nullable String gulpfile,
@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 getGulpExecutable()
@Nullable public @Nullable String getTask()
@Nullable public @Nullable String getGulpfile()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.