hu.midori.kosmos.model
Class CcBuildStatus
java.lang.Object
hu.midori.kosmos.model.CcBuildStatus
public class CcBuildStatus
- extends java.lang.Object
Represents the status of a CruiseControl build.
This should be a Java 5 enum, but enumerated types can't be serialized
and sent through Hessian, so it's a plain old-style Java constant for now.
- Version:
- $Id$
- Author:
- Aron Gombas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
SUCCEEDED
public static final int SUCCEEDED
- See Also:
- Constant Field Values
FAILED
public static final int FAILED
- See Also:
- Constant Field Values
CcBuildStatus
public CcBuildStatus()