@Extension public static final class SlaveConfiguration.DescriptorImpl extends AbstractSlaveConfiguration.AbstractSlaveConfigurationDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckBox(String box) |
hudson.util.FormValidation |
doCheckBoxVersion(String value,
String name,
String endpointUrl,
String token,
String workspace,
String box) |
hudson.util.FormValidation |
doCheckWorkspace(String workspace) |
hudson.util.ListBoxModel |
doFillBoxDeploymentTypeItems(String name,
String endpointUrl,
String token,
String workspace,
String box) |
hudson.util.ListBoxModel |
doFillBoxItems(String name,
String endpointUrl,
String token,
String workspace) |
hudson.util.ListBoxModel |
doFillBoxVersionItems(String name,
String endpointUrl,
String token,
String workspace,
String box) |
hudson.util.ListBoxModel |
doFillLocationItems(String name,
String endpointUrl,
String token,
String provider) |
hudson.util.ListBoxModel |
doFillProfileItems(String name,
String endpointUrl,
String token,
String workspace,
String box) |
hudson.util.ListBoxModel |
doFillProviderItems(String name,
String endpointUrl,
String token,
String workspace) |
hudson.util.ListBoxModel |
doFillWorkspaceItems(String name,
String endpointUrl,
String token) |
DescriptorHelper.JsonArrayResponse |
doGetBoxStack(String name,
String endpointUrl,
String token,
String workspace,
String box,
String boxVersion) |
DescriptorHelper.JsonArrayResponse |
doGetInstances(String name,
String endpointUrl,
String token,
String workspace,
String box,
String boxVersion) |
String |
getDisplayName() |
void |
validateSlaveConfiguration(SlaveConfiguration slaveConfig,
ElasticBoxCloud newCloud) |
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 void validateSlaveConfiguration(SlaveConfiguration slaveConfig, ElasticBoxCloud newCloud) throws hudson.model.Descriptor.FormException
hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillWorkspaceItems(@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token)
public hudson.util.ListBoxModel doFillBoxItems(@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token,
@QueryParameter
String workspace)
public hudson.util.ListBoxModel doFillBoxDeploymentTypeItems(@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token,
@QueryParameter
String workspace,
@QueryParameter
String box)
public hudson.util.ListBoxModel doFillBoxVersionItems(@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token,
@QueryParameter
String workspace,
@QueryParameter
String box)
public hudson.util.ListBoxModel doFillProfileItems(@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token,
@QueryParameter
String workspace,
@QueryParameter
String box)
public hudson.util.ListBoxModel doFillProviderItems(@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token,
@QueryParameter
String workspace)
public hudson.util.ListBoxModel doFillLocationItems(@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token,
@QueryParameter
String provider)
public hudson.util.FormValidation doCheckWorkspace(@QueryParameter
String workspace)
public hudson.util.FormValidation doCheckBox(@QueryParameter
String box)
public hudson.util.FormValidation doCheckBoxVersion(@QueryParameter
String value,
@RelativePath(value="..") @QueryParameter
String name,
@RelativePath(value="..") @QueryParameter
String endpointUrl,
@RelativePath(value="..") @QueryParameter
String token,
@QueryParameter
String workspace,
@QueryParameter
String box)
public DescriptorHelper.JsonArrayResponse doGetBoxStack(@RelativePath(value="..") @QueryParameter String name, @RelativePath(value="..") @QueryParameter String endpointUrl, @RelativePath(value="..") @QueryParameter String token, @QueryParameter String workspace, @QueryParameter String box, @QueryParameter String boxVersion)
public DescriptorHelper.JsonArrayResponse doGetInstances(@RelativePath(value="..") @QueryParameter String name, @RelativePath(value="..") @QueryParameter String endpointUrl, @RelativePath(value="..") @QueryParameter String token, @QueryParameter String workspace, @QueryParameter String box, @QueryParameter String boxVersion)
Copyright © 2016–2019. All rights reserved.