public abstract class TriggerProperties extends Object implements EntityProperties
| Modifier | Constructor and Description |
|---|---|
protected |
TriggerProperties() |
|
TriggerProperties(String name,
String description,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
applicableTo() |
boolean |
equals(Object o) |
abstract AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getDescription() |
String |
getName() |
int |
hashCode() |
boolean |
isEnabled() |
String |
toString() |
void |
validate() |
@Nullable public String getDescription()
public boolean isEnabled()
@NotNull public String getName()
@NotNull public abstract AtlassianModuleProperties getAtlassianPlugin()
public void validate()
throws PropertiesValidationException
validate in interface EntityPropertiesPropertiesValidationExceptionpublic EnumSet<Applicability> applicableTo()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.