@Extension
public class SetupConfig
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
SetupConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteAssignedLabelString(String value) |
hudson.util.FormValidation |
doCheckAssignedLabelString(String value) |
hudson.util.FormValidation |
doCheckFilesDir(String value) |
static SetupConfig |
get() |
List<SetupConfigItem> |
getSetupConfigItems() |
void |
setSetupConfigItems(List<SetupConfigItem> setupConfigItems) |
all, getDescriptor, getDisplayName, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic List<SetupConfigItem> getSetupConfigItems()
public void setSetupConfigItems(List<SetupConfigItem> setupConfigItems)
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>hudson.model.Descriptor.FormExceptionpublic static SetupConfig get()
public hudson.model.AutoCompletionCandidates doAutoCompleteAssignedLabelString(@QueryParameter
String value)
public hudson.util.FormValidation doCheckFilesDir(@QueryParameter
String value)
public hudson.util.FormValidation doCheckAssignedLabelString(@QueryParameter
String value)
Copyright © 2004-2015. All Rights Reserved.