org.hudsonci.rest.api.build
Class BuildConverter
java.lang.Object
org.hudsonci.rest.api.internal.ConverterSupport
org.hudsonci.rest.api.build.BuildConverter
public class BuildConverter
- extends ConverterSupport
Converts a AbstractBuild into a BuildDTO object.
- 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 |
BuildConverter
@Inject
public BuildConverter(SystemService systemService,
CauseConverter causex)
convert
public BuildDTO convert(AbstractBuild<?,?> source)
convert
public BuildDTO convert(Run<?,?> source)
convert
public BuildResultDTO convert(Result source)
Copyright © 2004-2011 Hudson. All Rights Reserved.