public class TAPFileNameMultiTestPointsResultSeeker extends AbstractTAPFileNameResultSeeker
Seeks for test results matching each TAP file name with the key custom field.
Skips TAP Streams that were skipped.
Modifier and Type | Class and Description |
---|---|
static class |
TAPFileNameMultiTestPointsResultSeeker.DescriptorImpl |
TEXT_PLAIN_CONTENT_TYPE
includeNotes, includePattern, keyCustomField
Constructor and Description |
---|
TAPFileNameMultiTestPointsResultSeeker(String includePattern,
String keyCustomField,
boolean attachTAPStream,
boolean attachYAMLishAttachments,
boolean includeNotes,
boolean compareFullPath,
boolean testpointsAsExecutions) |
Modifier and Type | Method and Description |
---|---|
protected void |
updateTestCase(Map<String,org.tap4j.model.TestSet> testSets,
String key,
TestCaseWrapper automatedTestCase,
String value,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
TestLinkSite testlink) |
extractAttachments, getCompareFullPath, getTapNotes, handleResult, isAttachTAPStream, isAttachYAMLishAttachments, isCompareFullPath, retrievePlatform, seek, setAttachTAPStream, setAttachYAMLishAttachments, setCompareFullPath
all, allExcept, compareTo, getBase64FileContent, getDescriptor, getIncludePattern, getKeyCustomField, getKeyCustomField, isIncludeNotes, scan
protected void updateTestCase(Map<String,org.tap4j.model.TestSet> testSets, String key, TestCaseWrapper automatedTestCase, String value, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, TestLinkSite testlink)
updateTestCase
in class AbstractTAPFileNameResultSeeker
Copyright © 2010–2019 Jenkins. All rights reserved.