hudson.util
Class ChartUtil.NumberOnlyBuildLabel

java.lang.Object
  extended by hudson.util.ChartUtil.NumberOnlyBuildLabel
All Implemented Interfaces:
Comparable<ChartUtil.NumberOnlyBuildLabel>
Enclosing class:
ChartUtil

public static final class ChartUtil.NumberOnlyBuildLabel
extends Object
implements Comparable<ChartUtil.NumberOnlyBuildLabel>

Can be used as a graph label. Only displays numbers.


Field Summary
 hudson.model.AbstractBuild build
           
 
Constructor Summary
ChartUtil.NumberOnlyBuildLabel(hudson.model.AbstractBuild build)
           
 
Method Summary
 int compareTo(ChartUtil.NumberOnlyBuildLabel that)
           
 boolean equals(Object o)
           
 hudson.model.AbstractBuild getBuild()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

build

public final hudson.model.AbstractBuild build
Constructor Detail

ChartUtil.NumberOnlyBuildLabel

public ChartUtil.NumberOnlyBuildLabel(hudson.model.AbstractBuild build)
Method Detail

getBuild

public hudson.model.AbstractBuild getBuild()

compareTo

public int compareTo(ChartUtil.NumberOnlyBuildLabel that)
Specified by:
compareTo in interface Comparable<ChartUtil.NumberOnlyBuildLabel>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.