Package io.cnaik
Class GoogleChatNotification
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
io.cnaik.GoogleChatNotification
- All Implemented Interfaces:
- ExtensionPoint,- Describable<Publisher>,- BuildStep,- SimpleBuildStep
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class hudson.tasks.PublisherPublisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStepBuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudsonNested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStepSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
- 
Field SummaryFields inherited from interface hudson.tasks.BuildStepBUILDERS, PUBLISHERS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBuild()getUrl()getWs()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanperform(AbstractBuild build, Launcher launcher, BuildListener listener) voidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidvoidsetLogUtil(LogUtil logUtil) voidsetMessageFormat(Object messageFormat) voidsetNotifyAborted(boolean notifyAborted) voidsetNotifyBackToNormal(boolean notifyBackToNormal) voidsetNotifyFailure(boolean notifyFailure) voidsetNotifyNotBuilt(boolean notifyNotBuilt) voidsetNotifyRegression(boolean notifyRegression) voidsetNotifyRepeatedFailure(boolean notifyRepeatedFailure) voidsetNotifySingleFailure(boolean notifySingleFailure) voidsetNotifySuccess(boolean notifySuccess) voidsetNotifyUnstable(boolean notifyUnstable) voidsetResponseMessageUtil(ResponseMessageUtil responseMessageUtil) voidsetSameThreadNotification(boolean sameThreadNotification) voidsetSuppressInfoLoggers(boolean suppressInfoLoggers) voidsetTaskListener(TaskListener taskListener) voidsetThreadKey(String threadKey) voidtoString()Methods inherited from class hudson.tasks.Publisherall, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayergetProjectAction, getProjectActions, perform, prebuildMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStepgetProjectAction, getProjectActions, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStepperform, perform, requiresWorkspace
- 
Constructor Details- 
GoogleChatNotification
 
- 
- 
Method Details- 
setMessageFormat
- 
setSameThreadNotification@DataBoundSetter public void setSameThreadNotification(boolean sameThreadNotification) 
- 
setThreadKey
- 
setNotifyAborted@DataBoundSetter public void setNotifyAborted(boolean notifyAborted) 
- 
setNotifyFailure@DataBoundSetter public void setNotifyFailure(boolean notifyFailure) 
- 
setNotifySingleFailure@DataBoundSetter public void setNotifySingleFailure(boolean notifySingleFailure) 
- 
setNotifyRepeatedFailure@DataBoundSetter public void setNotifyRepeatedFailure(boolean notifyRepeatedFailure) 
- 
setNotifyRegression@DataBoundSetter public void setNotifyRegression(boolean notifyRegression) 
- 
setNotifyNotBuilt@DataBoundSetter public void setNotifyNotBuilt(boolean notifyNotBuilt) 
- 
setNotifySuccess@DataBoundSetter public void setNotifySuccess(boolean notifySuccess) 
- 
setNotifyUnstable@DataBoundSetter public void setNotifyUnstable(boolean notifyUnstable) 
- 
setNotifyBackToNormal@DataBoundSetter public void setNotifyBackToNormal(boolean notifyBackToNormal) 
- 
setSuppressInfoLoggers@DataBoundSetter public void setSuppressInfoLoggers(boolean suppressInfoLoggers) 
- 
getUrl
- 
getMessage
- 
getMessageFormat
- 
isSimpleMessageFormatpublic boolean isSimpleMessageFormat()
- 
isCardMessageFormatpublic boolean isCardMessageFormat()
- 
getThreadKey
- 
isSameThreadNotificationpublic boolean isSameThreadNotification()
- 
isNotifyAbortedpublic boolean isNotifyAborted()
- 
isNotifyFailurepublic boolean isNotifyFailure()
- 
isNotifySingleFailurepublic boolean isNotifySingleFailure()
- 
isNotifyRepeatedFailurepublic boolean isNotifyRepeatedFailure()
- 
isNotifyRegressionpublic boolean isNotifyRegression()
- 
isNotifyNotBuiltpublic boolean isNotifyNotBuilt()
- 
isNotifySuccesspublic boolean isNotifySuccess()
- 
isNotifyUnstablepublic boolean isNotifyUnstable()
- 
isNotifyBackToNormalpublic boolean isNotifyBackToNormal()
- 
isSuppressInfoLoggerspublic boolean isSuppressInfoLoggers()
- 
getTaskListener
- 
setTaskListener
- 
getWs
- 
setWs
- 
getBuild
- 
setBuild
- 
getLogUtil
- 
setLogUtil
- 
getResponseMessageUtil
- 
setResponseMessageUtil
- 
perform- Specified by:
- performin interface- BuildStep
- Overrides:
- performin class- BuildStepCompatibilityLayer
 
- 
performpublic void perform(@NonNull Run<?, ?> run, @NonNull FilePath workspace, @NonNull Launcher launcher, @NonNull TaskListener listener) - Specified by:
- performin interface- SimpleBuildStep
 
- 
getDescriptor- Specified by:
- getDescriptorin interface- Describable<Publisher>
- Overrides:
- getDescriptorin class- Notifier
 
- 
getRequiredMonitorService- Specified by:
- getRequiredMonitorServicein interface- BuildStep
 
- 
toString
 
-