public abstract class AbstractTestNGResultSeeker extends ResultSeeker
Modifier and Type | Field and Description |
---|---|
static String |
FAIL |
protected TestNGParser |
parser |
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 void |
handleResult(TestCaseWrapper automatedTestCase,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
TestLinkSite testlink,
br.eti.kinoshita.testlinkjavaapi.constants.ExecutionStatus status,
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 final TestNGParser parser
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, Suite suiteResult)
Copyright © 2010-2013 Jenkins. All Rights Reserved.