Class RemoteJenkinsServer.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<RemoteJenkinsServer>
io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer.DescriptorImpl
- Enclosing class:
- RemoteJenkinsServer
@Extension
public static class RemoteJenkinsServer.DescriptorImpl
extends Descriptor<RemoteJenkinsServer>
-
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 -
Method Summary
Modifier and TypeMethodDescriptiondoCheckUrl
(String url) Validates the given address to see that it's well-formed, and is reachable.static List<Auth2.Auth2Descriptor>
static Auth2.Auth2Descriptor
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
-
doCheckUrl
@POST @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckUrl(@QueryParameter String url) Validates the given address to see that it's well-formed, and is reachable.- Parameters:
url
- Remote Jenkins Server address to be validated- Returns:
- FormValidation object
-
getAuth2Descriptors
-
getDefaultAuth2Descriptor
-