Class XFailedChainsNotificationProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties
com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AtlassianModuleProperties
static final ValidationContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDetermines if notification type is applicable toApplicability.PLANS
orApplicability.DEPLOYMENTS
.boolean
@NotNull AtlassianModuleProperties
int
int
hashCode()
void
validate()
-
Field Details
-
VALIDATION_CONTEXT
-
ATLASSIAN_PLUGIN
-
-
Constructor Details
-
XFailedChainsNotificationProperties
public XFailedChainsNotificationProperties(int numberOfFailures)
-
-
Method Details
-
getNumberOfFailures
public int getNumberOfFailures() -
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classNotificationTypeProperties
-
validate
public void validate() -
applicableTo
Description copied from class:NotificationTypeProperties
Determines if notification type is applicable toApplicability.PLANS
orApplicability.DEPLOYMENTS
.- Overrides:
applicableTo
in classNotificationTypeProperties
- Returns:
- applicable entities
-
equals
-
hashCode
public int hashCode()
-