public abstract class AbstractTestNGResultSeeker extends ResultSeeker
Modifier and Type | Field and Description |
---|---|
protected com.tupilabs.testng.parser.TestNGParser |
_parser |
static String |
FAIL |
static String |
PASS |
static String |
SKIP |
static String |
TEXT_XML_CONTENT_TYPE |
includeNotes, includePattern, keyCustomField
Constructor and Description |
---|
AbstractTestNGResultSeeker(String includePattern,
String keyCustomField,
boolean attachTestNGXML,
boolean markSkippedTestAsBlocked,
boolean includeNotes) |
Modifier and Type | Method and Description |
---|---|
protected com.tupilabs.testng.parser.TestNGParser |
getParser() |
protected void |
handleResult(TestCaseWrapper automatedTestCase,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
TestLinkSite testlink,
br.eti.kinoshita.testlinkjavaapi.constants.ExecutionStatus status,
com.tupilabs.testng.parser.Suite suiteResult) |
boolean |
isAttachTestNGXML() |
boolean |
isMarkSkippedTestAsBlocked() |
void |
setAttachTestNGXML(boolean attachTestNGXML) |
void |
setMarkSkippedTestAsBlocked(boolean markSkippedTestAsBlocked) |
all, allExcept, compareTo, getBase64FileContent, getDescriptor, getIncludePattern, getKeyCustomField, getKeyCustomField, isIncludeNotes, scan, seek
public static final String PASS
public static final String FAIL
public static final String SKIP
public static final String TEXT_XML_CONTENT_TYPE
protected transient com.tupilabs.testng.parser.TestNGParser _parser
@Nonnull protected com.tupilabs.testng.parser.TestNGParser getParser()
public void setAttachTestNGXML(boolean attachTestNGXML)
public boolean isAttachTestNGXML()
public void setMarkSkippedTestAsBlocked(boolean markSkippedTestAsBlocked)
public boolean isMarkSkippedTestAsBlocked()
protected void handleResult(TestCaseWrapper automatedTestCase, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, TestLinkSite testlink, br.eti.kinoshita.testlinkjavaapi.constants.ExecutionStatus status, com.tupilabs.testng.parser.Suite suiteResult)
Copyright © 2010–2019 Jenkins. All rights reserved.