public abstract class TaskProperties extends Object implements EntityProperties
| Modifier | Constructor and Description |
|---|---|
protected |
TaskProperties() |
|
TaskProperties(String description,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract @NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@Nullable String |
getDescription() |
int |
hashCode() |
boolean |
isEnabled() |
String |
toString() |
void |
validate() |
protected TaskProperties()
public TaskProperties(String description, boolean enabled) throws PropertiesValidationException
PropertiesValidationException@NotNull public abstract @NotNull AtlassianModuleProperties getAtlassianPlugin()
@Nullable public @Nullable String getDescription()
public boolean isEnabled()
public void validate()
validate in interface EntityPropertiesCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.