hudson.plugins.analysis.graph
Class LocalDateLabel
java.lang.Object
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
LocalDateLabel
public LocalDateLabel(org.joda.time.LocalDate date)
- Creates a new instance of
LocalDateLabel.
- Parameters:
date - the date of the build
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.