Uses of Interface
jenkins.plugins.googlechat.logging.BuildAwareLogger
Packages that use BuildAwareLogger
-
Uses of BuildAwareLogger in jenkins.plugins.googlechat.decisions
Methods in jenkins.plugins.googlechat.decisions that return BuildAwareLoggerModifier and TypeMethodDescriptionOnAborted.log()
OnBackToNormal.log()
OnEveryFailure.log()
OnNotBuilt.log()
OnRegression.log()
OnRepeatedFailure.log()
OnSingleFailure.log()
OnSuccess.log()
OnUnstable.log()
Methods in jenkins.plugins.googlechat.decisions with parameters of type BuildAwareLoggerModifier and TypeMethodDescriptionstatic NotificationConditions
NotificationConditions.create
(GoogleChatNotification preferences, BuildAwareLogger log) Constructors in jenkins.plugins.googlechat.decisions with parameters of type BuildAwareLoggerModifierConstructorDescriptionOnAborted
(GoogleChatNotification preferences, BuildAwareLogger log) OnBackToNormal
(GoogleChatNotification preferences, BuildAwareLogger log) OnEveryFailure
(GoogleChatNotification preferences, BuildAwareLogger log) OnNotBuilt
(GoogleChatNotification preferences, BuildAwareLogger log) OnRegression
(GoogleChatNotification preferences, BuildAwareLogger log) OnRepeatedFailure
(GoogleChatNotification preferences, BuildAwareLogger log) OnSingleFailure
(GoogleChatNotification preferences, BuildAwareLogger log) OnSuccess
(GoogleChatNotification preferences, BuildAwareLogger log) OnUnstable
(GoogleChatNotification preferences, BuildAwareLogger log) -
Uses of BuildAwareLogger in jenkins.plugins.googlechat.logging
Classes in jenkins.plugins.googlechat.logging that implement BuildAwareLogger