Uses of Class
io.cnaik.GoogleChatNotification
Packages that use GoogleChatNotification
-
Uses of GoogleChatNotification in io.cnaik.service
Constructors in io.cnaik.service with parameters of type GoogleChatNotificationModifierConstructorDescriptionCommonUtil
(GoogleChatNotification googleChatNotification) LogUtil
(GoogleChatNotification googleChatNotification) Deprecated.ResponseMessageUtil
(GoogleChatNotification googleChatNotification, TokenExpander tokenExpander) -
Uses of GoogleChatNotification in jenkins.plugins.googlechat.decisions
Methods in jenkins.plugins.googlechat.decisions with parameters of type GoogleChatNotificationModifier and TypeMethodDescriptionstatic NotificationConditions
NotificationConditions.create
(GoogleChatNotification preferences, BuildAwareLogger log) Constructors in jenkins.plugins.googlechat.decisions with parameters of type GoogleChatNotificationModifierConstructorDescriptionOnAborted
(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)