Package jenkins.plugins.mqttnotification
Class MqttNotifier.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
jenkins.plugins.mqttnotification.MqttNotifier.DescriptorImpl
- Enclosing class:
 - MqttNotifier
 
@Symbol("mqttNotification")
@Extension
public static final class MqttNotifier.DescriptorImpl
extends BuildStepDescriptor<Publisher>
- 
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self - 
Field Summary
 - 
Constructor Summary
Constructors Constructor Description DescriptorImpl() - 
Method Summary
Modifier and Type Method Description booleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)FormValidationdoCheckBrokerHost(String value)FormValidationdoCheckBrokerPort(String value)ListBoxModeldoFillCredentialsIdItems(Item context)ListBoxModeldoFillQosItems()FormValidationdoTestConnection(String brokerUrl, String credentialsId)StringgetDisplayName()booleanisApplicable(Class<? extends AbstractProject> aClass)Methods inherited from class hudson.model.Descriptor
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap 
- 
Constructor Details
- 
DescriptorImpl
public DescriptorImpl() 
 - 
 - 
Method Details
- 
doCheckBrokerHost
 - 
doCheckBrokerPort
 - 
doFillQosItems
 - 
doTestConnection
public FormValidation doTestConnection(@QueryParameter("brokerUrl") String brokerUrl, @QueryParameter("credentialsId") String credentialsId) - 
doFillCredentialsIdItems
 - 
isApplicable
- Specified by:
 isApplicablein classBuildStepDescriptor<Publisher>
 - 
getDisplayName
- Overrides:
 getDisplayNamein classDescriptor<Publisher>
 - 
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException- Overrides:
 configurein classDescriptor<Publisher>- Throws:
 Descriptor.FormException
 
 -