org.hudsonci.rest.api.project
Class HealthConverter
java.lang.Object
org.hudsonci.rest.api.internal.ConverterSupport
org.hudsonci.rest.api.project.HealthConverter
public class HealthConverter
- extends ConverterSupport
Converts HealthReport to HealthDTO 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 |
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.