NotificationPreferenceArgs

data class NotificationPreferenceArgs(val sendNotification: Output<Boolean>, val stageName: Output<Either<String, NotificationStageName>>) : ConvertibleToJava<NotificationPreferenceArgs>

Notification preference for a job stage.

Constructors

Link copied to clipboard
constructor(sendNotification: Output<Boolean>, stageName: Output<Either<String, NotificationStageName>>)

Properties

Link copied to clipboard

Notification is required or not.

Link copied to clipboard
val stageName: Output<Either<String, NotificationStageName>>

Name of the stage.

Functions

Link copied to clipboard
open override fun toJava(): NotificationPreferenceArgs