| Constructor and Description |
|---|
NodePoolDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckConnectionString(String connectionString) |
hudson.util.FormValidation |
doCheckCredentialsId(String credentialsId) |
hudson.util.FormValidation |
doCheckLabelPrefix(String labelPrefix) |
hudson.util.FormValidation |
doCheckRequestTimeout(String requestTimeout) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.ItemGroup context,
String credentialsId)
Shamelessly stolen from
https://github.com/jenkinsci/ssh-slaves-plugin/blob/master/src/main/java/hudson/plugins/sshslaves/SSHConnector.java#L314
|
void |
doTestZooKeeperConnection(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp,
String connectionString,
String zooKeeperRoot) |
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, toMappublic void doTestZooKeeperConnection(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp,
@QueryParameter
String connectionString,
@QueryParameter
String zooKeeperRoot)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckConnectionString(@QueryParameter
String connectionString)
public hudson.util.FormValidation doCheckCredentialsId(@QueryParameter
String credentialsId)
public hudson.util.FormValidation doCheckLabelPrefix(@QueryParameter
String labelPrefix)
public hudson.util.FormValidation doCheckRequestTimeout(@QueryParameter
String requestTimeout)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.ItemGroup context,
@QueryParameter
String credentialsId)
context - item grouping contextcredentialsId - Jenkins credential identifierCopyright © 2016–2018. All rights reserved.