Class AnyNotificationTypeProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties
-
- com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class AnyNotificationTypeProperties extends NotificationTypeProperties
-
-
Constructor Summary
Constructors Constructor Description AnyNotificationTypeProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String conditionString)AnyNotificationTypeProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String conditionString, EnumSet<Applicability> applicableTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Applicability>applicableTo()Determines if notification type is applicable toApplicability.PLANSorApplicability.DEPLOYMENTS.booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()StringgetConditionString()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
AnyNotificationTypeProperties
public AnyNotificationTypeProperties(@NotNull @NotNull AtlassianModuleProperties atlassianPlugin, String conditionString) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
AnyNotificationTypeProperties
public AnyNotificationTypeProperties(@NotNull @NotNull AtlassianModuleProperties atlassianPlugin, String conditionString, EnumSet<Applicability> applicableTo) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classNotificationTypeProperties
-
getConditionString
public String getConditionString()
-
applicableTo
public Set<Applicability> applicableTo()
Description copied from class:NotificationTypePropertiesDetermines if notification type is applicable toApplicability.PLANSorApplicability.DEPLOYMENTS.- Overrides:
applicableToin classNotificationTypeProperties- Returns:
- applicable entities
-
validate
public void validate()
-
-