Class GruntTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
com.atlassian.bamboo.specs.model.task.GruntTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGruntTaskProperties(@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) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull AtlassianModuleProperties@NotNull String@Nullable String@Nullable StringgetTask()protected ValidationContextinthashCode()voidvalidate()Methods inherited from class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
getEnvironmentVariables, getNodeExecutable, getWorkingSubdirectoryMethods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Field Details
-
VALIDATION_CONTEXT
-
-
Constructor Details
-
GruntTaskProperties
protected GruntTaskProperties() -
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 - Throws:
PropertiesValidationException
-
-
Method Details
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classBaseNodeTaskProperties
-
equals
- Overrides:
equalsin classBaseNodeTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseNodeTaskProperties
-
getAtlassianPlugin
- Specified by:
getAtlassianPluginin classTaskProperties
-
getValidationContext
- Specified by:
getValidationContextin classBaseNodeTaskProperties
-
getGruntCliExecutable
-
getTask
-
getGruntfile
-