@Extension
public static final class BumblebeePublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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) |
String |
getDisplayName() |
String |
getHelpFile() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
BumblebeePublisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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 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 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.ServletExceptionCopyright © 2004-2016. All Rights Reserved.