public class TapParser extends Object
| Constructor and Description |
|---|
TapParser(Boolean outputTapToConsole,
Boolean enableSubtests,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
Boolean validateNumberOfTests,
Boolean planRequired,
Boolean verbose,
PrintStream logger) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnableSubtests() |
Boolean |
getIncludeCommentDiagnostics() |
Boolean |
getOutputTapToConsole() |
boolean |
getParserErrors() |
Boolean |
getPlanRequired() |
Boolean |
getTodoIsFailure() |
Boolean |
getValidateNumberOfTests() |
Boolean |
getVerbose() |
boolean |
hasFailedTests() |
Boolean |
hasParserErrors() |
TapResult |
parse(hudson.FilePath[] results,
hudson.model.AbstractBuild<?,?> build) |
public Boolean hasParserErrors()
public Boolean getOutputTapToConsole()
public Boolean getTodoIsFailure()
public boolean getParserErrors()
public Boolean getIncludeCommentDiagnostics()
public Boolean getValidateNumberOfTests()
public Boolean getPlanRequired()
public Boolean getEnableSubtests()
public boolean hasFailedTests()
public Boolean getVerbose()
public TapResult parse(hudson.FilePath[] results, hudson.model.AbstractBuild<?,?> build)
Copyright © 2011-2014 Jenkins. All Rights Reserved.