@Extension
public class SCMGlobalConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
SCMGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
The method is called when the global configuration page is submitted.
|
static SCMGlobalConfiguration |
get()
Returns the global configuration class and its parameters
|
String |
getTopazCLILocation(hudson.Launcher launcher)
Returns the Topaz Workbench CLI location based on node
|
String |
getTopazCLILocationLinux()
Returns the value of the topazCLILocationLinux field.
|
String |
getTopazCLILocationWindows()
Returns the value of the topazCLILocationLinux.
|
all, getCategory, getDescriptor, getDisplayName, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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 boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
save() method must be called. Data is defined in the config.jelly page.configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>req - Stapler requestjson - Form dataFormExceptionhudson.model.Descriptor.FormExceptionpublic static SCMGlobalConfiguration get()
public String getTopazCLILocation(hudson.Launcher launcher)
public String getTopazCLILocationWindows()
public String getTopazCLILocationLinux()
Copyright © 2016–2017. All rights reserved.