Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doValidateBasic(String name,
String url,
String loginType,
String timeout,
String userName,
String password,
String consumerKey,
String privateKey,
String secret,
String token)
Checks if the details required for the basic login is valid.
|
hudson.util.FormValidation |
doValidateOAuth(String name,
String url,
String loginType,
String timeout,
String userName,
String password,
String consumerKey,
String privateKey,
String secret,
String token) |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<Site>
public hudson.util.FormValidation doValidateBasic(@QueryParameter String name, @QueryParameter String url, @QueryParameter String loginType, @QueryParameter String timeout, @QueryParameter String userName, @QueryParameter String password, @QueryParameter String consumerKey, @QueryParameter String privateKey, @QueryParameter String secret, @QueryParameter String token) throws IOException
IOException
public hudson.util.FormValidation doValidateOAuth(@QueryParameter String name, @QueryParameter String url, @QueryParameter String loginType, @QueryParameter String timeout, @QueryParameter String userName, @QueryParameter String password, @QueryParameter String consumerKey, @QueryParameter String privateKey, @QueryParameter String secret, @QueryParameter String token) throws IOException
IOException
Copyright © 2016–2017 ThoughtsLive. All rights reserved.