类 SonicGlobalConfiguration
- java.lang.Object
-
- hudson.model.Descriptor<GlobalConfiguration>
-
- jenkins.model.GlobalConfiguration
-
- io.jenkins.plugins.sonic.SonicGlobalConfiguration
-
- 所有已实现的接口:
ExtensionPoint
,Describable<GlobalConfiguration>
,Saveable
,OnMaster
@Extension public class SonicGlobalConfiguration extends GlobalConfiguration
-
-
嵌套类概要
-
从类继承的嵌套类/接口 hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
从接口继承的嵌套类/接口 hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
字段概要
-
从类继承的字段 hudson.model.Descriptor
clazz
-
-
构造器概要
构造器 构造器 说明 SonicGlobalConfiguration()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 FormValidation
doCheckHost(String value)
static SonicGlobalConfiguration
get()
String
getHost()
void
setHost(String host)
-
从类继承的方法 jenkins.model.GlobalConfiguration
all, configure, getDescriptor, getGlobalConfigPage
-
从类继承的方法 hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
方法详细资料
-
setHost
@DataBoundSetter public void setHost(String host)
-
getHost
public String getHost()
-
get
public static SonicGlobalConfiguration get()
- 返回:
- the singleton instance
-
doCheckHost
public FormValidation doCheckHost(@QueryParameter String value)
-
-