Class ConfigManagementLink.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ConfigManagementLink>
com.atlassian.jira.cloud.jenkins.config.ConfigManagementLink.DescriptorImpl
- Enclosing class:
- ConfigManagementLink
@Extension
public static class ConfigManagementLink.DescriptorImpl
extends Descriptor<ConfigManagementLink>
-
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 TypeMethodDescriptiondoCheckAutoBuildsRegex
(String value) doCheckSite
(String value) doCheckWebhookUrl
(String value) doFillCredentialsIdItems
(Item item, String credentialsId) doTestConnection
(String site, String webhookUrl, String credentialsId) void
setCloudIdResolver
(CloudIdResolver cloudIdResolver) void
setPingApi
(PingApi pingApi) void
setSecretRetriever
(SecretRetriever secretRetriever) 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, getDisplayName, 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
-
setSecretRetriever
-
setPingApi
-
setCloudIdResolver
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId) -
doCheckSite
-
doCheckWebhookUrl
-
doCheckAutoBuildsRegex
-
doCheckAutoDeploymentsRegex
-
doTestConnection
public FormValidation doTestConnection(@QueryParameter String site, @QueryParameter String webhookUrl, @QueryParameter String credentialsId)
-