Uses of Class
com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
-
Packages that use AnyNotificationTypeProperties Package Description com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.codegen.emitters.notification Various implementations ofCodeEmitterwhich are used for convertingEntityPropertiesmodel into Java. -
-
Uses of AnyNotificationTypeProperties in com.atlassian.bamboo.specs.api.builders.notification
Methods in com.atlassian.bamboo.specs.api.builders.notification that return AnyNotificationTypeProperties Modifier and Type Method Description protected @NotNull AnyNotificationTypePropertiesAnyNotificationType. build() -
Uses of AnyNotificationTypeProperties in com.atlassian.bamboo.specs.builders.notification
Methods in com.atlassian.bamboo.specs.builders.notification that return AnyNotificationTypeProperties Modifier and Type Method Description protected @NotNull AnyNotificationTypePropertiesCommentAddedNotification. build()protected @NotNull AnyNotificationTypePropertiesDeploymentFailedNotification. build()protected @NotNull AnyNotificationTypePropertiesDeploymentFinishedNotification. build()protected @NotNull AnyNotificationTypePropertiesDeploymentStartedAndFinishedNotification. build()protected @NotNull AnyNotificationTypePropertiesFirstFailedJobNotification. build()protected @NotNull AnyNotificationTypePropertiesJobCompletedNotification. build()protected @NotNull AnyNotificationTypePropertiesJobFailedNotification. build()protected @NotNull AnyNotificationTypePropertiesJobHungNotification. build()protected @NotNull AnyNotificationTypePropertiesJobStatusChangedNotification. build()protected @NotNull AnyNotificationTypePropertiesJobTimeoutNotification. build()protected @NotNull AnyNotificationTypePropertiesJobWithoutAgentNotification. build()protected @NotNull AnyNotificationTypePropertiesPlanCompletedNotification. build()protected @NotNull AnyNotificationTypePropertiesPlanFailedNotification. build()protected @NotNull AnyNotificationTypePropertiesPlanStatusChangedNotification. build()protected @NotNull AnyNotificationTypePropertiesResponsibilityChangedNotification. build() -
Uses of AnyNotificationTypeProperties in com.atlassian.bamboo.specs.codegen.emitters.notification
Methods in com.atlassian.bamboo.specs.codegen.emitters.notification with parameters of type AnyNotificationTypeProperties Modifier and Type Method Description @NotNull java.lang.StringAnyNotificationTypeEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull AnyNotificationTypeProperties entity)
-