org.hudsonci.rest.api.project
Class HealthConverter

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ConverterSupport
      extended by org.hudsonci.rest.api.project.HealthConverter

public class HealthConverter
extends ConverterSupport

Converts HealthReport to HealthDTO objects.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ConverterSupport
log
 
Method Summary
 HealthDTO convert(HealthReport source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public HealthDTO convert(HealthReport source)
Parameters:
source - the source to convert what to convert
Returns:
a converted HealthReport
Throws:
NullPointerException - if source is null


Copyright © 2004-2011 Hudson. All Rights Reserved.