Uses of Class
com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
-
Packages that use NotificationProperties Package Description com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.api.model.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.notification Bamboo notifications support.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs. -
-
Uses of NotificationProperties in com.atlassian.bamboo.specs.api.builders.notification
Methods in com.atlassian.bamboo.specs.api.builders.notification that return NotificationProperties Modifier and Type Method Description protected NotificationPropertiesNotification. build() -
Uses of NotificationProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return types with arguments of type NotificationProperties Modifier and Type Method Description java.util.List<NotificationProperties>EnvironmentProperties. getNotifications() -
Uses of NotificationProperties in com.atlassian.bamboo.specs.api.model.notification
Subclasses of NotificationProperties in com.atlassian.bamboo.specs.api.model.notification Modifier and Type Class Description classEmptyNotificationsListPropertiesDeprecated. -
Uses of NotificationProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type NotificationProperties Modifier and Type Method Description java.util.List<NotificationProperties>PlanProperties. getNotifications()
-