net.sourceforge.cruisecontrol
Class ProgressImpl

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.ProgressImpl
All Implemented Interfaces:
Progress, java.io.Serializable

public class ProgressImpl
extends java.lang.Object
implements Progress

Allow progress updates as projects are processed during various ProjectStates.

Author:
Dan Rollo Date: Jul 20, 2007 Time: 1:46:54 PM
See Also:
Serialized Form

Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface Progress
Parameters:
value - new progress value.

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Progress
Returns:
current progress value represented as a String, prefixed with last update date.