@Extension
@Symbol(value="websocketin")
public static final class WebsocketInNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAdditionalHttpHeaders(String additionalHttpHeaders) |
hudson.util.FormValidation |
doCheckUrl(String url) |
hudson.util.FormValidation |
doTestConnection(String url,
String startMessage,
String additionalHttpHeaders,
hudson.model.Item item) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
static Map<String,String> |
toMap(String value) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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 boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheckUrl(@QueryParameter
String url)
public hudson.util.FormValidation doCheckAdditionalHttpHeaders(@QueryParameter
String additionalHttpHeaders)
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="url")
String url,
@QueryParameter(value="startMessage")
String startMessage,
@QueryParameter(value="additionalHttpHeaders")
String additionalHttpHeaders,
@AncestorInPath
hudson.model.Item item)
public static Map<String,String> toMap(String value) throws IOException
IOExceptionCopyright © 2016–2021. All rights reserved.