@Extension
public class GlobConfig
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
GlobConfig() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckDeploymentToken(String value) |
static GlobConfig |
get() |
String |
getDeploymentToken() |
void |
setDeploymentToken(String deploymentToken)
Together with
getDeploymentToken(), binds to entry in config.jelly. |
all, configure, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static GlobConfig get()
public String getDeploymentToken()
@DataBoundSetter public void setDeploymentToken(String deploymentToken)
getDeploymentToken(), binds to entry in config.jelly.deploymentToken - the new value of this fieldpublic hudson.util.FormValidation doCheckDeploymentToken(@QueryParameter
String value)
Copyright © 2016–2019. All rights reserved.