Uses of Class
cdx.scorebot.util.Timestamp

Packages that use Timestamp
cdx.scorebot.app.auditor Contains classes related to the Auditor. 
cdx.scorebot.net.tests Individual test implementations and the generic test framework; subpackages may have protected helper classes. 
cdx.scorebot.scoring The framework for scoring test results. 
cdx.scorebot.util Helper classes. 
cdx.scorebot.util.swing Swing utilities 
 

Uses of Timestamp in cdx.scorebot.app.auditor
 

Methods in cdx.scorebot.app.auditor with parameters of type Timestamp
 boolean Filterer.filterCompTime(Timestamp timestamp)
           
 boolean Filterer.filterReportTime(Timestamp timestamp)
           
 

Uses of Timestamp in cdx.scorebot.net.tests
 

Methods in cdx.scorebot.net.tests that return Timestamp
 Timestamp TestSchedule.getMostRecentRunTime()
          gets when the test was last scheduled to run
 Timestamp TestSchedule.getNextRunTime()
          gets when the test is next scheduled to run
 Timestamp TestEvent.getTimeCompleted()
          gets the ending timestamp
 Timestamp TestEvent.getTimeReported()
          gets the time the event was reported
 Timestamp TestEvent.getTimeStarted()
          gets the starting timestamp
 Timestamp TestSchedule.scheduleNextRunTime()
          The next run time will be set as follows.
 

Methods in cdx.scorebot.net.tests with parameters of type Timestamp
 void TestEvent.setTimeReported(Timestamp time)
          sets the time the event was reported
 

Uses of Timestamp in cdx.scorebot.scoring
 

Methods in cdx.scorebot.scoring that return Timestamp
 Timestamp ManualScoreEvent.getTime()
          gets the time of the "event" which caused this score change to be entered
 Timestamp TestScoreEvent.getTimeCompleted()
          gets the ending time of the last TestEvent
 Timestamp TestScoreEvent.getTimeGenerated()
          gets the time the first (earliest) TestEvent completed (from the generatingRule) (note: this overloads ScoreEvents getTimeGenerated() method)
 Timestamp TestScoreEvent.getTimeReported()
          the time the last TestEvent to be reported (null if not all TestEvents have been reported yet)
 Timestamp ManualScoreEvent.getTimeReported()
           
 

Methods in cdx.scorebot.scoring with parameters of type Timestamp
 void ManualScoreEvent.setTime(Timestamp relevantTime)
          sets the time of the "event" which caused this score change to be entered
 void TestScoreEvent.setTimeReported(Timestamp time)
          sets the time all constituent test events was reported
 void ManualScoreEvent.setTimeReported(Timestamp time)
           
 

Constructors in cdx.scorebot.scoring with parameters of type Timestamp
ManualScoreEvent(java.lang.String title, int scoreChange, java.lang.String msg, Timestamp reported)
          Instantiates a ManualScoreEvent
 

Uses of Timestamp in cdx.scorebot.util
 

Methods in cdx.scorebot.util that return Timestamp
 Timestamp TimestampRange.getEndTime()
          gets the end time
 Timestamp TimestampRange.getStartTime()
          gets the start time
 Timestamp Event.getTimeGenerated()
          gets when the event was generated
abstract  Timestamp Event.getTimeReported()
          gets the time the event was reported
 

Methods in cdx.scorebot.util with parameters of type Timestamp
 int Timestamp.compareTo(Timestamp t)
          Compares this Timestamp with the specified Timestamp: earliest timestamp will come first.
 void TimestampRange.setEndTime(Timestamp endTime)
          sets the end time
 void TimestampRange.setStartTime(Timestamp startTime)
          sets the start time
 void Event.setTimeGenerated(Timestamp timeGenerated)
          sets when the event was generated
abstract  void Event.setTimeReported(Timestamp time)
          sets the time the event was reported
 

Constructors in cdx.scorebot.util with parameters of type Timestamp
TimestampRange(Timestamp startTime, Timestamp endTime)
          sets both timestamps to the specified times
 

Uses of Timestamp in cdx.scorebot.util.swing
 

Methods in cdx.scorebot.util.swing that return Timestamp
 Timestamp CalendarHourComboBox.getTimestamp()
          Gets the timestamp this holds
 

Methods in cdx.scorebot.util.swing with parameters of type Timestamp
 void CalendarHourComboBox.setTimestamp(Timestamp t)
          Sets the timestamp this holds