@Extension
public static class QTMReportPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAutomationFramework(String automationFramework) |
hudson.util.FormValidation |
doCheckBuildName(String release,
String cycle,
String buildName) |
hudson.util.FormValidation |
doCheckCycle(String project,
String release,
String cycle) |
hudson.util.FormValidation |
doCheckProject(String project) |
hudson.util.FormValidation |
doCheckQtmAutomationApiKey(String qtmAutomationApiKey) |
hudson.util.FormValidation |
doCheckQtmUrl(String qtmUrl) |
hudson.util.FormValidation |
doCheckRelease(String project,
String release) |
hudson.util.FormValidation |
doCheckTestResultFilePath(String testResultFilePath) |
hudson.util.ListBoxModel |
doFillAutomationFrameworkItems() |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic hudson.util.ListBoxModel doFillAutomationFrameworkItems()
public hudson.util.FormValidation doCheckQtmUrl(@QueryParameter
String qtmUrl)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckQtmAutomationApiKey(@QueryParameter
String qtmAutomationApiKey)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckTestResultFilePath(@QueryParameter
String testResultFilePath)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckAutomationFramework(@QueryParameter
String automationFramework)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckProject(@QueryParameter
String project)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckCycle(@QueryParameter
String project,
@QueryParameter
String release,
@QueryParameter
String cycle)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckRelease(@QueryParameter
String project,
@QueryParameter
String release)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckBuildName(@QueryParameter
String release,
@QueryParameter
String cycle,
@QueryParameter
String buildName)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>Copyright © 2016–2018. All rights reserved.