@Extension
public static class CompoundCloud.CompoundCloudDescription
extends hudson.model.Descriptor<hudson.slaves.Cloud>
Constructor and Description |
---|
CompoundCloud.CompoundCloudDescription() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckLabelAtom(String labelAtom,
String role)
FIXME: we use role to distinguish labelAtom of
CompoundCloud.ConfigurationEntry and of a
CompoundCloud.ConfigurationEntry.SlaveEntry -- the former will have null role, the latter will have actual role injected. |
hudson.util.FormValidation |
doCheckMaxInstances(String maxInstances) |
hudson.util.FormValidation |
doCheckNumber(String number) |
hudson.util.FormValidation |
doCheckRetryTimeout(String retryTimeout) |
hudson.util.ListBoxModel |
doFillRoleItems() |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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 CompoundCloud.CompoundCloudDescription()
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.slaves.Cloud>
public hudson.util.ListBoxModel doFillRoleItems()
public hudson.util.FormValidation doCheckLabelAtom(@QueryParameter String labelAtom, @QueryParameter String role)
CompoundCloud.ConfigurationEntry
and of a
CompoundCloud.ConfigurationEntry.SlaveEntry
-- the former will have null role, the latter will have actual role injected.
TODO: we could actually list these via Jenkins.getLabelAtoms()
, not just validatelabelAtom
- role
- public hudson.util.FormValidation doCheckRetryTimeout(@QueryParameter String retryTimeout)
public hudson.util.FormValidation doCheckNumber(@QueryParameter String number)
public hudson.util.FormValidation doCheckMaxInstances(@QueryParameter String maxInstances)
Copyright © 2004-2015. All Rights Reserved.