@Extension
public class BumblebeeGlobalConfig
extends jenkins.model.GlobalConfiguration
Constructor and Description |
---|
BumblebeeGlobalConfig()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckBumblebeeUrl(hudson.model.AbstractProject<?,?> project,
String bumblebeeUrl) |
hudson.util.FormValidation |
doCheckQcUrl(hudson.model.AbstractProject<?,?> project,
String qcUrl) |
hudson.util.FormValidation |
doCheckQcUserName(hudson.model.AbstractProject<?,?> project,
String qcUserName,
String qcUrl,
String pcUrl) |
hudson.util.FormValidation |
doCheckUftRunnerPath(String uftRunnerPath) |
hudson.util.FormValidation |
doSaveConnection(String bumblebeeUrl,
String qcUrl,
String qcUserName,
String password,
int timeOut,
String uftRunnerPath,
String pcUrl,
int pcTimeOut) |
String |
getBumblebeeUrl() |
String |
getDisplayName() |
String |
getHelpFile() |
String |
getPassword() |
int |
getPcTimeOut() |
String |
getPcUrl() |
String |
getQcUrl() |
String |
getQcUserName() |
int |
getTimeOut() |
String |
getUftRunnerPath() |
void |
populateBaseParameters(com.agiletestware.bumblebee.client.api.BaseParameters params) |
all, getCategory, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class jenkins.model.GlobalConfiguration
public String getHelpFile()
getHelpFile
in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
public void populateBaseParameters(com.agiletestware.bumblebee.client.api.BaseParameters params)
public hudson.util.FormValidation doSaveConnection(@QueryParameter(value="bumblebeeUrl") String bumblebeeUrl, @QueryParameter(value="qcUrl") String qcUrl, @QueryParameter(value="qcUserName") String qcUserName, @QueryParameter(value="password") String password, @QueryParameter(value="timeOut") int timeOut, @QueryParameter(value="uftRunnerPath") String uftRunnerPath, @QueryParameter(value="pcUrl") String pcUrl, @QueryParameter(value="pcTimeOut") int pcTimeOut)
public String getBumblebeeUrl()
public String getQcUserName()
public String getQcUrl()
public String getPassword()
public int getTimeOut()
public String getUftRunnerPath()
public String getPcUrl()
public int getPcTimeOut()
public hudson.util.FormValidation doCheckBumblebeeUrl(@AncestorInPath hudson.model.AbstractProject<?,?> project, @QueryParameter String bumblebeeUrl) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckQcUrl(@AncestorInPath hudson.model.AbstractProject<?,?> project, @QueryParameter String qcUrl) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckQcUserName(@AncestorInPath hudson.model.AbstractProject<?,?> project, @QueryParameter String qcUserName, @QueryParameter String qcUrl, @QueryParameter String pcUrl) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckUftRunnerPath(@QueryParameter String uftRunnerPath)
Copyright © 2004-2017. All Rights Reserved.