@Extension public static class CloudDeploymentDeleter.DescriptorImpl extends AbstractCloudDeploymentDescriptor
Constructor and Description |
---|
DescriptorImpl() |
DescriptorImpl(Class<? extends CloudDeploymentDeleter> clazz) |
Modifier and Type | Method and Description |
---|---|
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 CloudDeploymentDeleter> 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
Copyright © 2016. All rights reserved.