public static final class BumblebeePublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
BumblebeePublisher.DescriptorImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckbumblebeeUrl(hudson.model.AbstractProject<?,?> project,
String bumblebeeUrl) |
hudson.util.FormValidation |
doCheckDomain(hudson.model.AbstractProject<?,?> project,
String domain) |
hudson.util.FormValidation |
doCheckFormat(hudson.model.AbstractProject<?,?> project,
String format) |
hudson.util.FormValidation |
doCheckProjectName(hudson.model.AbstractProject<?,?> project,
String projectName) |
hudson.util.FormValidation |
doCheckqcUrl(hudson.model.AbstractProject<?,?> project,
String qcUrl) |
hudson.util.FormValidation |
doCheckqcUserName(hudson.model.AbstractProject<?,?> project,
String qcUserName) |
hudson.util.FormValidation |
doCheckTestLab(hudson.model.AbstractProject<?,?> project,
String testLab) |
hudson.util.FormValidation |
doCheckTestPlan(hudson.model.AbstractProject<?,?> project,
String testPlan) |
hudson.util.FormValidation |
doCheckTestSet(hudson.model.AbstractProject<?,?> project,
String testSet) |
hudson.util.FormValidation |
doSaveConnection(String bumblebeeUrl,
String qcUrl,
String qcUserName,
String password,
int timeOut) |
String |
getBumblebeeUrl() |
String |
getDisplayName() |
String |
getHelpFile() |
String |
getPassword() |
String |
getQcUrl() |
String |
getQcUserName() |
int |
getTimeOut() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
BumblebeePublisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic BumblebeePublisher.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public BumblebeePublisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic 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)
public String getBumblebeeUrl()
public String getQcUserName()
public String getQcUrl()
public String getPassword()
public int getTimeOut()
public hudson.util.FormValidation doCheckDomain(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String domain)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckProjectName(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String projectName)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckTestPlan(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String testPlan)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckTestLab(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String testLab)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckTestSet(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String testSet)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFormat(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String format)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckbumblebeeUrl(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String bumblebeeUrl)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckqcUrl(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String qcUrl)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckqcUserName(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String qcUserName)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2015. All Rights Reserved.