org.hudsonci.maven.plugin.ui.gwt.buildinfo
Class ModuleInspector
java.lang.Object
org.hudsonci.maven.plugin.ui.gwt.buildinfo.ModuleInspector
public class ModuleInspector
- extends Object
Encapsulates the rich domain logic for the MavenProjectDTO.
May be used by GWT so ensure that only translatable classes are used.
- Since:
- 2.1.0
- Author:
- Jamie Whitehouse
|
Method Summary |
static boolean |
hasDuration(MavenProjectDTO module)
TODO: make duration a Long then it can be null to indicate there is no duration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleInspector
public ModuleInspector()
hasDuration
public static boolean hasDuration(MavenProjectDTO module)
- TODO: make duration a Long then it can be null to indicate there is no duration.
Copyright © 2004-2011 Hudson. All Rights Reserved.