@Extension
public static final class EnvironmentManagerPlugin.EnvironmentManagerPluginDescriptor
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
EnvironmentManagerPluginDescriptor() |
EnvironmentManagerPluginDescriptor(String emUrl,
String username,
hudson.util.Secret password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doTestConnection(String emUrl,
String username,
String password) |
String |
getDisplayName() |
String |
getEmUrl() |
hudson.util.Secret |
getPassword() |
String |
getUsername() |
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 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 String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public String getEmUrl()
public String getUsername()
public hudson.util.Secret getPassword()
Copyright © 2016–2017. All rights reserved.