org.hudsonci.rest.api.build
Class TestsConverter
java.lang.Object
org.hudsonci.rest.api.internal.ConverterSupport
org.hudsonci.rest.api.build.TestsConverter
public class TestsConverter
- extends ConverterSupport
Converts AbstractTestResultAction into TestsDTO objects.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestsConverter
public TestsConverter()
convert
public TestsDTO convert(AbstractTestResultAction<?> source)
convert
public TestsDTO convert(TestResultAction source)
convert
public TestSuiteDTO convert(SuiteResult source)
convert
public TestCaseDTO convert(CaseResult source)
convert
public TestCaseStatusDTO convert(CaseResult.Status source)
Copyright © 2004-2011 Hudson. All Rights Reserved.