@Extension
public static final class OrkaCloud.DescriptorImpl
extends hudson.model.Descriptor<hudson.slaves.Cloud>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckHttpTimeout(String value) |
hudson.util.FormValidation |
doCheckTimeout(String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems() |
hudson.util.FormValidation |
doTestConnection(String credentialsId,
String endpoint,
boolean useJenkinsProxySettings,
boolean ignoreSSLErrors) |
int |
getDefaultHttpTimeout() |
int |
getDefaultTimeout() |
String |
getDisplayName() |
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.slaves.Cloud>
public int getDefaultTimeout()
public int getDefaultHttpTimeout()
public hudson.util.ListBoxModel doFillCredentialsIdItems()
public hudson.util.FormValidation doCheckTimeout(@QueryParameter String value)
public hudson.util.FormValidation doCheckHttpTimeout(@QueryParameter String value)
@POST public hudson.util.FormValidation doTestConnection(@QueryParameter String credentialsId, @QueryParameter String endpoint, @QueryParameter boolean useJenkinsProxySettings, @QueryParameter boolean ignoreSSLErrors) throws IOException
IOException
Copyright © 2016–2024. All rights reserved.