org.hudsonci.maven.plugin.ui.gwt.buildinfo
Class ModuleInspector

java.lang.Object
  extended by 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

Constructor Summary
ModuleInspector()
           
 
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
 

Constructor Detail

ModuleInspector

public ModuleInspector()
Method Detail

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.