Package io.jenkins.plugins.venafivcert
Class ConnectorConfig.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<ConnectorConfig>
-
- io.jenkins.plugins.venafivcert.ConnectorConfig.DescriptorImpl
-
- Enclosing class:
- ConnectorConfig
@Extension public static class ConnectorConfig.DescriptorImpl extends Descriptor<ConnectorConfig>
-
-
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
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckCloudCredentialsId(Item item, String value, ConnectorType type)
FormValidation
doCheckName(String value)
FormValidation
doCheckTppBaseUrl(String value, String type)
FormValidation
doCheckTppCredentialsId(Item item, String value, ConnectorType type)
ListBoxModel
doFillCloudCredentialsIdItems(Item item, String value)
ListBoxModel
doFillTppCredentialsIdItems(Item item, String value)
String
getDisplayName()
-
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
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<ConnectorConfig>
-
doFillTppCredentialsIdItems
public ListBoxModel doFillTppCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String value)
-
doFillCloudCredentialsIdItems
public ListBoxModel doFillCloudCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String value)
-
doCheckName
public FormValidation doCheckName(@QueryParameter String value)
-
doCheckTppBaseUrl
public FormValidation doCheckTppBaseUrl(@QueryParameter String value, @QueryParameter String type)
-
doCheckTppCredentialsId
public FormValidation doCheckTppCredentialsId(@AncestorInPath Item item, @QueryParameter String value, @QueryParameter ConnectorType type)
-
doCheckCloudCredentialsId
public FormValidation doCheckCloudCredentialsId(@AncestorInPath Item item, @QueryParameter String value, @QueryParameter ConnectorType type)
-
-