@Extension
public static final class GlobalConfiguration.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
DescriptorImpl(ArrayList<DelphixEngine> engines) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doTestConnection(String engineAddress,
String engineUsername,
String enginePassword)
Test connection to Delphix Engine and display user status.
|
String |
getDisplayName() |
DelphixEngine |
getEngine(String address)
Get an engine based upon its address.
|
ArrayList<DelphixEngine> |
getEngines()
Get the engines that were added with this plugin.
|
all, getPropertyDescriptors, isApplicable, newInstanceaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic DescriptorImpl()
@DataBoundConstructor public DescriptorImpl(ArrayList<DelphixEngine> engines)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.model.JobProperty<?>>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doTestConnection(@QueryParameter(value="engineAddress")
String engineAddress,
@QueryParameter(value="engineUsername")
String engineUsername,
@QueryParameter(value="enginePassword")
String enginePassword)
engineAddress - StringengineUsername - StringenginePassword - Stringpublic ArrayList<DelphixEngine> getEngines()
public DelphixEngine getEngine(String address)
address - StringCopyright © 2016–2018. All rights reserved.