@Extension public static final class ProjectSlaveConfiguration.DescriptorImpl extends AbstractSlaveConfiguration.AbstractSlaveConfigurationDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckBox(String box) |
hudson.util.FormValidation |
doCheckCloud(String cloud) |
hudson.util.FormValidation |
doCheckWorkspace(String workspace) |
hudson.util.ListBoxModel |
doFillBoxDeploymentTypeItems(String cloud,
String workspace,
String box) |
hudson.util.ListBoxModel |
doFillBoxItems(String cloud,
String workspace) |
hudson.util.ListBoxModel |
doFillBoxVersionItems(String cloud,
String workspace,
String box) |
hudson.util.ListBoxModel |
doFillCloudItems() |
hudson.util.ListBoxModel |
doFillLocationItems(String cloud,
String provider) |
hudson.util.ListBoxModel |
doFillProfileItems(String cloud,
String workspace,
String box) |
hudson.util.ListBoxModel |
doFillProviderItems(String cloud,
String workspace) |
hudson.util.ListBoxModel |
doFillWorkspaceItems(String cloud) |
DescriptorHelper.JsonArrayResponse |
doGetBoxStack(String cloud,
String workspace,
String box,
String boxVersion) |
DescriptorHelper.JsonArrayResponse |
doGetInstances(String cloud,
String workspace,
String box,
String boxVersion) |
String |
getDisplayName() |
void |
validateSlaveConfiguration(ProjectSlaveConfiguration slaveConfig) |
checkBoxVersion, doCheckMaxBuildsText, uniqueIdaddHelpFileRedirect, 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 String getDisplayName()
getDisplayName in class hudson.model.Descriptor<AbstractSlaveConfiguration>public hudson.util.ListBoxModel doFillCloudItems()
public hudson.util.ListBoxModel doFillWorkspaceItems(@QueryParameter
String cloud)
public hudson.util.ListBoxModel doFillBoxItems(@QueryParameter
String cloud,
@QueryParameter
String workspace)
public hudson.util.ListBoxModel doFillBoxDeploymentTypeItems(@QueryParameter
String cloud,
@QueryParameter
String workspace,
@QueryParameter
String box)
public hudson.util.ListBoxModel doFillBoxVersionItems(@QueryParameter
String cloud,
@QueryParameter
String workspace,
@QueryParameter
String box)
public hudson.util.ListBoxModel doFillProfileItems(@QueryParameter
String cloud,
@QueryParameter
String workspace,
@QueryParameter
String box)
public hudson.util.ListBoxModel doFillProviderItems(@QueryParameter
String cloud,
@QueryParameter
String workspace)
public hudson.util.ListBoxModel doFillLocationItems(@QueryParameter
String cloud,
@QueryParameter
String provider)
public hudson.util.FormValidation doCheckCloud(@QueryParameter
String cloud)
public hudson.util.FormValidation doCheckWorkspace(@QueryParameter
String workspace)
public hudson.util.FormValidation doCheckBox(@QueryParameter
String box)
public DescriptorHelper.JsonArrayResponse doGetBoxStack(@QueryParameter String cloud, @QueryParameter String workspace, @QueryParameter String box, @QueryParameter String boxVersion)
public DescriptorHelper.JsonArrayResponse doGetInstances(@QueryParameter String cloud, @QueryParameter String workspace, @QueryParameter String box, @QueryParameter String boxVersion)
public void validateSlaveConfiguration(ProjectSlaveConfiguration slaveConfig) throws hudson.model.Descriptor.FormException
hudson.model.Descriptor.FormExceptionCopyright © 2016–2019. All rights reserved.