@Extension
@Symbol(value="pangolinTestRail")
public static final class PangolinPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckFormat(String format)
Do check format.
|
hudson.util.FormValidation |
doCheckTestPath(String testPath,
String format)
Do check test path.
|
hudson.util.FormValidation |
doCheckTestRailProject(String testRailProject)
Do check project name.
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
PangolinPublisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, 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 boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public PangolinPublisher 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 doCheckTestRailProject(@QueryParameter
String testRailProject)
throws IOException,
javax.servlet.ServletException
testRailProject - the test rail projectIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionpublic hudson.util.FormValidation doCheckFormat(@QueryParameter
String format)
throws IOException,
javax.servlet.ServletException
format - the formatIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionpublic hudson.util.FormValidation doCheckTestPath(@QueryParameter
String testPath,
@QueryParameter
String format)
throws IOException,
javax.servlet.ServletException
testPath - the test pathIOException - Signals that an I/O exception has occurred.javax.servlet.ServletException - the servlet exceptionCopyright © 2018–2022 Agiletestware. All rights reserved.