Class Configuration.ConfigurationDescriptor
java.lang.Object
hudson.model.Descriptor<Configuration>
org.jenkinsci.plugins.electricflow.Configuration.ConfigurationDescriptor
- Enclosing class:
- Configuration
@Extension
public static final class Configuration.ConfigurationDescriptor
extends Descriptor<Configuration>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckConfigurationName
(String value) doCheckElectricFlowUrl
(String value) doCheckElectricFlowUser
(String value) doFillCredentialIdItems
(Item item) doTestConnection
(String electricFlowUrl, String electricFlowUser, String electricFlowPassword, String electricFlowApiVersion, boolean ignoreSslConnectionErrors, String credentialId, String credsType, Item item) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
ConfigurationDescriptor
public ConfigurationDescriptor()
-
-
Method Details
-
doCheckConfigurationName
-
doCheckElectricFlowApiVersion
-
doCheckElectricFlowPassword
-
doCheckElectricFlowUrl
-
doCheckElectricFlowUser
-
doFillElectricFlowApiVersionItems
-
doFillCredentialIdItems
-
doTestConnection
public FormValidation doTestConnection(@QueryParameter("electricFlowUrl") String electricFlowUrl, @QueryParameter("electricFlowUser") String electricFlowUser, @QueryParameter("electricFlowPassword") String electricFlowPassword, @QueryParameter("electricFlowApiVersion") String electricFlowApiVersion, @QueryParameter("ignoreSslConnectionErrors") boolean ignoreSslConnectionErrors, @QueryParameter @RelativePath("overrideCredential") String credentialId, @QueryParameter("credsType") String credsType, @AncestorInPath Item item) throws IOException - Throws:
IOException
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Configuration>
-