hudson.plugins.analysis.graph
Class LocalDateLabel

java.lang.Object
  extended by hudson.plugins.analysis.graph.LocalDateLabel
All Implemented Interfaces:
Comparable<LocalDateLabel>

public class LocalDateLabel
extends Object
implements Comparable<LocalDateLabel>

Graph label showing the build date.

Author:
Ulli Hafner

Constructor Summary
LocalDateLabel(org.joda.time.LocalDate date)
          Creates a new instance of LocalDateLabel.
 
Method Summary
 int compareTo(LocalDateLabel o)
          
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalDateLabel

public LocalDateLabel(org.joda.time.LocalDate date)
Creates a new instance of LocalDateLabel.

Parameters:
date - the date of the build
Method Detail

compareTo

public int compareTo(LocalDateLabel o)

Specified by:
compareTo in interface Comparable<LocalDateLabel>

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.