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