public abstract class BaseNodeTaskProperties extends TaskProperties
| Constructor and Description |
|---|
BaseNodeTaskProperties() |
BaseNodeTaskProperties(@Nullable String description,
boolean enabled,
@NotNull String nodeExecutable,
@Nullable String environmentVariables,
@Nullable String workingSubdirectory,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable String |
getEnvironmentVariables() |
@NotNull String |
getNodeExecutable() |
protected abstract ValidationContext |
getValidationContext() |
@Nullable String |
getWorkingSubdirectory() |
int |
hashCode() |
void |
validate() |
applicableTo, getAtlassianPlugin, getConditions, getDescription, getRequirements, isEnabled, toStringpublic BaseNodeTaskProperties()
public BaseNodeTaskProperties(@Nullable
@Nullable String description,
boolean enabled,
@NotNull
@NotNull String nodeExecutable,
@Nullable
@Nullable String environmentVariables,
@Nullable
@Nullable String workingSubdirectory,
@NotNull
@NotNull List<RequirementProperties> requirements,
@NotNull
@NotNull List<? extends ConditionProperties> conditions)
throws PropertiesValidationException
PropertiesValidationExceptionprotected abstract ValidationContext getValidationContext()
public void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskProperties@NotNull public @NotNull String getNodeExecutable()
@Nullable public @Nullable String getEnvironmentVariables()
@Nullable public @Nullable String getWorkingSubdirectory()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.