org.hudsonci.rest.api.build
Class TestsConverter

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ConverterSupport
      extended by org.hudsonci.rest.api.build.TestsConverter

public class TestsConverter
extends ConverterSupport

Converts AbstractTestResultAction into TestsDTO objects.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ConverterSupport
log
 
Constructor Summary
TestsConverter()
           
 
Method Summary
 TestsDTO convert(AbstractTestResultAction<?> source)
           
 TestCaseStatusDTO convert(CaseResult.Status source)
           
 TestCaseDTO convert(CaseResult source)
           
 TestSuiteDTO convert(SuiteResult source)
           
 TestsDTO convert(TestResultAction source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestsConverter

public TestsConverter()
Method Detail

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.