public static class CodeBeamerCoveragePublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_SHORTNAME |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckTestCaseParentId(Integer value,
String uri,
String username,
String password) |
hudson.util.FormValidation |
doCheckTestCaseTrackerId(Integer value,
String uri,
String username,
String password,
Integer testCaseParentId) |
hudson.util.FormValidation |
doCheckTestConfigurationId(Integer value,
String uri,
String username,
String password) |
hudson.util.FormValidation |
doCheckTestRunTrackerId(Integer value,
String uri,
String username,
String password) |
hudson.util.FormValidation |
doCheckTestSetTrackerId(Integer value,
String uri,
String username,
String password) |
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, 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 static final String PLUGIN_SHORTNAME
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 hudson.util.FormValidation doCheckTestSetTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String username,
@QueryParameter
String password)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestCaseTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String username,
@QueryParameter
String password,
@QueryParameter
Integer testCaseParentId)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestCaseParentId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String username,
@QueryParameter
String password)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestRunTrackerId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String username,
@QueryParameter
String password)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTestConfigurationId(@QueryParameter
Integer value,
@QueryParameter
String uri,
@QueryParameter
String username,
@QueryParameter
String password)
throws IOException
IOExceptionpublic hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item project,
@QueryParameter
String credentialsId)
Copyright © 2016–2019. All rights reserved.