@Extension
public class TotalTestGlobalConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
TotalTestGlobalConfiguration() |
| 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 TotalTestGlobalConfiguration |
get()
Returns the global configuration class and its parameters
|
String |
getopazTotalTestCLILocationLinux()
Returns the value of the topazTotalTestCLILocationLinux field.
|
String |
getTopazCLILocation(hudson.Launcher launcher)
Returns the Topaz Workbench CLI location based on node
|
String |
getTopazTotalTestCLILocationWindows()
Returns the value of the topazTotalTesCLILocationLinux.
|
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 dataFormException - If unable to process form information.hudson.model.Descriptor.FormExceptionpublic static TotalTestGlobalConfiguration get()
public String getTopazCLILocation(hudson.Launcher launcher)
launcher - An instance of launcher for launch project,public String getTopazTotalTestCLILocationWindows()
public String getopazTotalTestCLILocationLinux()
Copyright © 2016–2017. All rights reserved.