@Extension public static final class WTSettings.DescriptorImpl extends Descriptor<WTSettings>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getHostUrl() |
String |
getProtocol() |
String |
getSecretId() |
Secret |
getSecretKey() |
String |
getToolPath() |
int |
hashCode() |
void |
load() |
void |
save() |
void |
setHostUrl(String hostUrl) |
void |
setProtocol(String protocol) |
void |
setSecretId(String secretId) |
void |
setSecretKey(Secret secretKey) |
void |
setToolPath(String toolPath) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, self, toArray, toList, toMap@Nonnull public String getDisplayName()
getDisplayName in class Descriptor<WTSettings>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws Descriptor.FormException
configure in class Descriptor<WTSettings>Descriptor.FormExceptionpublic void save()
save in interface Saveablesave in class Descriptor<WTSettings>public void load()
load in class Descriptor<WTSettings>public String getSecretId()
public void setSecretId(String secretId)
public void setSecretKey(Secret secretKey)
public Secret getSecretKey()
public void setHostUrl(String hostUrl)
public String getHostUrl()
public void setToolPath(String toolPath)
public String getToolPath()
public void setProtocol(String protocol)
public String getProtocol()
Copyright © 2016–2021. All rights reserved.