open class Notifications : BuildFeature
Build feature for notification rule
See Also
sealed class NotifierSettings : CompoundParam |
Notifications(init: Notifications.() -> Unit = {}, base: Notifications? = null) |
var branchFilter: String?
Branch filter |
|
var buildFailed: Boolean?
Send notification if build failed |
|
var buildFailedToStart: Boolean?
Send notification if build fails to start |
|
var buildFinishedSuccessfully: Boolean?
Send notification if build finished successfully |
|
var buildProbablyHanging: Boolean?
Build is probably hanging |
|
var buildStarted: Boolean?
Send notification when build started |
|
var firstBuildErrorOccurs: Boolean?
Notify when the first build error occurs |
|
var firstFailureAfterSuccess: Boolean?
Send notification if build failed for the first time after success |
|
var firstSuccessAfterFailure: Boolean?
Send notification if build is successfull for the first time after failure |
|
var
Only notify on new build problem or new failed test |
|
var newBuildProblemOccurred: Boolean?
Only notify on new build problem or new failed test |
|
var
Notifier that will send notifications |
|
var notifierSettings: NotifierSettings?
Notifier that will send notifications |
|
var notifyUntilBuildIsComplete: Boolean?
Keep notifying until build is complete (even without my changes) |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |
fun emailNotifier(init: EmailNotifier.() -> Unit = {}): EmailNotifier
Send notifications via email |
|
fun slackNotifier(init: SlackNotifier.() -> Unit = {}): SlackNotifier
Send notifications to Slack |