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