@Extension
public static class RocketChatNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
static CommitInfoChoice[] |
COMMIT_INFO_CHOICES |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest sr,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doTestConnection(String rocketServerURL,
String username,
String password,
String channel,
String buildServerUrl) |
String |
getBuildServerUrl() |
String |
getChannel() |
String |
getDisplayName() |
String |
getPassword() |
String |
getRocketServerURL() |
String |
getUsername() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
RocketChatNotifier |
newInstance(org.kohsuke.stapler.StaplerRequest sr,
net.sf.json.JSONObject json) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final CommitInfoChoice[] COMMIT_INFO_CHOICES
public String getRocketServerURL()
public String getUsername()
public String getPassword()
public String getChannel()
public String getBuildServerUrl()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public RocketChatNotifier newInstance(org.kohsuke.stapler.StaplerRequest sr, net.sf.json.JSONObject json)
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean configure(org.kohsuke.stapler.StaplerRequest sr,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doTestConnection(@QueryParameter(value="rocketServer")
String rocketServerURL,
@QueryParameter(value="rocketUsername")
String username,
@QueryParameter(value="rocketPassword")
String password,
@QueryParameter(value="rocketChannel")
String channel,
@QueryParameter(value="rocketBuildServerUrl")
String buildServerUrl)
throws hudson.model.Descriptor.FormException
hudson.model.Descriptor.FormExceptionCopyright © 2016. All rights reserved.