@Extension public static class TemplatedCloudDeployment.DescriptorImpl extends AbstractCloudDeploymentDescriptor
Constructor and Description |
---|
DescriptorImpl() |
DescriptorImpl(Class<? extends TemplatedCloudDeployment> clazz) |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckConfigFilePath(String configFilePath)
Form validation for the
configFilePath field. |
String |
getDisplayName() |
boolean |
isApplicable(hudson.model.Descriptor descriptor)
Determines whether the given cloud deployment is suitable for use with a particular class of
extensions.
|
configure, doCheckConfigFilePath, doCheckDeploymentName, getModule, getRootUrl, getServicePath
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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 DescriptorImpl()
public DescriptorImpl(Class<? extends TemplatedCloudDeployment> clazz)
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<AbstractCloudDeployment>
public boolean isApplicable(hudson.model.Descriptor descriptor)
Determines whether the given cloud deployment is suitable for use with a particular class of extensions.
For instance, some may be designed for use with aCloud
, while others may be designed
for use with a Publisher
.isApplicable
in class AbstractCloudDeploymentDescriptor
public hudson.util.FormValidation doCheckConfigFilePath(@QueryParameter String configFilePath)
configFilePath
field.Copyright © 2016. All rights reserved.