@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 |
doDtpTestConnection(String dtpUrl,
String dtpUsername,
String dtpPassword) |
hudson.util.FormValidation |
doTestConnection(String emUrl,
String username,
String password) |
String |
getDisplayName() |
hudson.util.Secret |
getDtpPassword() |
String |
getDtpUrl() |
String |
getDtpUsername() |
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()
public String getDtpUrl()
public String getDtpUsername()
public hudson.util.Secret getDtpPassword()
public hudson.util.FormValidation doTestConnection(@QueryParameter
String emUrl,
@QueryParameter
String username,
@QueryParameter
String password)
Copyright © 2016–2019 Parasoft. All rights reserved.