public abstract class AbstractJUnitResultSeeker extends ResultSeeker
includeNotes, includePattern, keyCustomField
Constructor and Description |
---|
AbstractJUnitResultSeeker(String includePattern,
String keyCustomField,
boolean attachJunitXML,
boolean includeNotes) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleResult(TestCaseWrapper automatedTestCase,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
TestLinkSite testlink,
hudson.tasks.junit.SuiteResult suiteResult) |
boolean |
isAttachJUnitXML() |
void |
setAttachJUnitXML(boolean attachJUnitXML) |
all, allExcept, compareTo, getBase64FileContent, getDescriptor, getIncludePattern, getKeyCustomField, getKeyCustomField, isIncludeNotes, scan, seek
public void setAttachJUnitXML(boolean attachJUnitXML)
attachJUnitXML
- the attachJunitXML to setpublic boolean isAttachJUnitXML()
protected void handleResult(TestCaseWrapper automatedTestCase, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, TestLinkSite testlink, hudson.tasks.junit.SuiteResult suiteResult)
Copyright © 2010–2019 Jenkins. All rights reserved.