|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestSetMap | |
|---|---|
| org.tap4j.plugin | |
| org.tap4j.plugin.model | |
| Uses of TestSetMap in org.tap4j.plugin |
|---|
| Methods in org.tap4j.plugin that return types with arguments of type TestSetMap | |
|---|---|
List<TestSetMap> |
TapResult.getParseErrorTestSets()
|
List<TestSetMap> |
TapResult.getTestSets()
|
| Constructor parameters in org.tap4j.plugin with type arguments of type TestSetMap | |
|---|---|
TapResult(String name,
hudson.model.AbstractBuild<?,?> owner,
List<TestSetMap> testSets)
Deprecated. since JENKINS-15401 |
|
TapResult(String name,
hudson.model.AbstractBuild<?,?> owner,
List<TestSetMap> testSets,
Boolean todoIsFailure)
Deprecated. |
|
TapResult(String name,
hudson.model.AbstractBuild<?,?> owner,
List<TestSetMap> testSets,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics)
|
|
| Uses of TestSetMap in org.tap4j.plugin.model |
|---|
| Subclasses of TestSetMap in org.tap4j.plugin.model | |
|---|---|
class |
ParseErrorTestSetMap
A test set map that failed to parse. |
| Constructors in org.tap4j.plugin.model with parameters of type TestSetMap | |
|---|---|
TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult)
Deprecated. |
|
TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult,
Boolean todoIsFailure)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||