@Extension
public class GlobalConfig
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
GlobalConfig()
Instantiates a new pangolin global config.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckPangolinUrl(hudson.model.AbstractProject<?,?> project,
String pangolinUrl)
Do check pangolin URL.
|
hudson.util.FormValidation |
doCheckTestRailUrl(hudson.model.AbstractProject<?,?> project,
String testRailUrl)
Do check test rail URL.
|
hudson.util.FormValidation |
doCheckTestRailUser(hudson.model.AbstractProject<?,?> project,
String testRailUser)
Do check test rail user.
|
hudson.util.FormValidation |
doSaveConnection(String pangolinUrl,
String testRailUrl,
String testRailUserName,
String testRailPassword,
int uploadTimeOut)
Do save connection.
|
String |
getDisplayName() |
String |
getPangolinUrl()
Gets the pangolin url.
|
String |
getTestRailPassword()
Gets the test rail password.
|
String |
getTestRailUrl()
Gets the test rail url.
|
String |
getTestRailUserName()
Gets the test rail user name.
|
int |
getUploadTimeOut()
Gets the upload time out.
|
all, configure, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, toMap@POST
public hudson.util.FormValidation doSaveConnection(@QueryParameter(value="pangolinUrl")
String pangolinUrl,
@QueryParameter(value="testRailUrl")
String testRailUrl,
@QueryParameter(value="testRailUserName")
String testRailUserName,
@QueryParameter(value="testRailPassword")
String testRailPassword,
@QueryParameter(value="uploadTimeOut")
int uploadTimeOut)
pangolinUrl - the pangolin urltestRailUrl - the test rail urltestRailUserName - the test rail user nametestRailPassword - the test rail passworduploadTimeOut - the upload time outpublic hudson.util.FormValidation doCheckPangolinUrl(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String pangolinUrl)
throws IOException,
javax.servlet.ServletException
project - the projectpangolinUrl - the pangolin urlIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionpublic hudson.util.FormValidation doCheckTestRailUrl(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String testRailUrl)
throws IOException,
javax.servlet.ServletException
project - the projecttestRailUrl - the test rail urlIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionpublic hudson.util.FormValidation doCheckTestRailUser(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String testRailUser)
throws IOException,
javax.servlet.ServletException
project - the projecttestRailUser - the test rail userIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public String getPangolinUrl()
public String getTestRailUrl()
public String getTestRailPassword()
public int getUploadTimeOut()
public String getTestRailUserName()
Copyright © 2018 Agiletestware. All rights reserved.