@Symbol(value="xUnitImporter")
@Extension
public static class XUnitImporter.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckBugTrackerId(Integer value,
String uri,
String credentialsId) |
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item project,
String value,
String uri) |
hudson.util.FormValidation |
doCheckReleaseId(Integer value,
String uri,
String credentialsId) |
hudson.util.FormValidation |
doCheckRequirementParentId(Integer value,
String uri,
String credentialsId) |
hudson.util.FormValidation |
doCheckRequirementTrackerId(Integer value,
String uri,
String credentialsId,
Integer requirementParentId) |
hudson.util.FormValidation |
doCheckTestCaseParentId(Integer value,
String uri,
String credentialsId) |
hudson.util.FormValidation |
doCheckTestCaseTrackerId(Integer value,
String uri,
String credentialsId,
Integer testCaseParentId) |
hudson.util.FormValidation |
doCheckTestConfigurationId(Integer value,
String uri,
String credentialsId) |
hudson.util.FormValidation |
doCheckTestRunTrackerId(Integer value,
String uri,
String credentialsId) |
hudson.util.FormValidation |
doCheckTestSetTrackerId(Integer value,
String uri,
String credentialsId) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item project,
String credentialsId) |
String |
getDisplayName() |
String |
getHelpFile() |
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, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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 hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item project,
@QueryParameter
String credentialsId)
public hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath
hudson.model.Item project,
@QueryParameter
String value,
@QueryParameter
String uri)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestSetTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestCaseTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId,
@QueryParameter
Integer testCaseParentId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckReleaseId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestCaseParentId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckRequirementTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId,
@QueryParameter
Integer requirementParentId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckRequirementParentId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestRunTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestConfigurationId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckBugTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String credentialsId)
throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.