@Immutable public final class TagTriggerProperties extends TriggerProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_KEY |
static String |
NAME |
| Constructor and Description |
|---|
TagTriggerProperties(String description,
boolean isEnabled,
Set<TriggerConditionProperties> conditions,
String filter,
boolean checkingIfTagIsInBranch) |
TagTriggerProperties(String description,
boolean isEnabled,
String filter,
boolean checkingIfTagIsInBranch)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getFilter() |
int |
hashCode() |
boolean |
isCheckingIfTagIsInBranch() |
void |
validate() |
applicableTo, getConditions, getDescription, getName, isEnabled, toStringpublic static final String NAME
public static final String MODULE_KEY
@Deprecated public TagTriggerProperties(String description, boolean isEnabled, String filter, boolean checkingIfTagIsInBranch)
TagTriggerProperties(String, boolean, Set, String, boolean)public TagTriggerProperties(String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, String filter, boolean checkingIfTagIsInBranch)
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TriggerPropertiespublic void validate()
throws PropertiesValidationException
validate in interface EntityPropertiesvalidate in class TriggerPropertiesPropertiesValidationExceptionpublic String getFilter()
public boolean isCheckingIfTagIsInBranch()
public boolean equals(Object o)
equals in class TriggerPropertiespublic int hashCode()
hashCode in class TriggerPropertiesCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.