@Extension
public static final class NeoGlobalConfig.DescriptorImpl
extends hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
| Constructor and Description |
|---|
DescriptorImpl()
Instantiates a new Descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Configure boolean.
|
hudson.util.FormValidation |
doCheckLoginPassword(String loginPassword)
Do check login password form validation.
|
hudson.util.FormValidation |
doCheckLoginUser(String loginUser)
Do check login user form validation.
|
hudson.util.FormValidation |
doCheckPrivateKey(String privateKey)
Do check private key form validation.
|
hudson.util.FormValidation |
doCheckUrl(String url)
Do check url form validation.
|
List<CollabServerInfo> |
getCollabInfo()
Gets collab info.
|
String |
getDefaultExecutable() |
String |
getDisplayName()
Gets display name.
|
List<NTSServerInfo> |
getNtsInfo()
Gets nts info.
|
void |
setCollabInfo(List<CollabServerInfo> collabInfo)
Sets collab info.
|
void |
setDefaultExecutable(String defaultExecutable) |
void |
setNtsInfo(List<NTSServerInfo> ntsInfo)
Sets nts info.
|
addHelpFileRedirect, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>req - the reqjson - the jsonFormException - the form exceptionhudson.model.Descriptor.FormExceptionpublic List<NTSServerInfo> getNtsInfo()
public void setNtsInfo(List<NTSServerInfo> ntsInfo)
ntsInfo - the nts infopublic hudson.util.FormValidation doCheckUrl(@QueryParameter
String url)
url - the urlpublic hudson.util.FormValidation doCheckLoginUser(@QueryParameter
String loginUser)
loginUser - the login userpublic hudson.util.FormValidation doCheckLoginPassword(@QueryParameter
String loginPassword)
loginPassword - the login passwordpublic hudson.util.FormValidation doCheckPrivateKey(@QueryParameter
String privateKey)
privateKey - the private keypublic List<CollabServerInfo> getCollabInfo()
public void setCollabInfo(List<CollabServerInfo> collabInfo)
collabInfo - the collab infopublic String getDefaultExecutable()
public void setDefaultExecutable(String defaultExecutable)
Copyright © 2004-2021. All Rights Reserved.