@Symbol(value="googlechatnotification")
@Extension
public static class GoogleChatNotification.Descriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultMessageFormat |
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckMessage(String value,
String messageFormat) |
hudson.util.FormValidation |
doCheckUrl(String value) |
hudson.util.ListBoxModel |
doFillMessageFormatItems() |
String |
getDisplayName() |
String |
getMessage() |
String |
getMessageFormat() |
String |
getThreadKey() |
String |
getUrl() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
boolean |
isNotifyAborted() |
boolean |
isNotifyBackToNormal() |
boolean |
isNotifyFailure() |
boolean |
isNotifyNotBuilt() |
boolean |
isNotifySuccess() |
boolean |
isNotifyUnstable() |
boolean |
isSameThreadNotification() |
boolean |
isSuppressInfoLoggers() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String defaultMessageFormat
public hudson.util.FormValidation doCheckUrl(@QueryParameter
String value)
public hudson.util.FormValidation doCheckMessage(@QueryParameter
String value,
@QueryParameter
String messageFormat)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.ListBoxModel doFillMessageFormatItems()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getUrl()
public String getMessage()
public String getMessageFormat()
public boolean isSameThreadNotification()
public String getThreadKey()
public boolean isNotifyAborted()
public boolean isNotifyFailure()
public boolean isNotifyNotBuilt()
public boolean isNotifySuccess()
public boolean isNotifyUnstable()
public boolean isNotifyBackToNormal()
public boolean isSuppressInfoLoggers()
Copyright © 2016–2023. All rights reserved.