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