org.kohsuke.jnt
Class IssueVersion

java.lang.Object
  extended by org.kohsuke.jnt.IssueVersion

public final class IssueVersion
extends Object

The version against which issues can be reported.

Author:
Kohsuke Kawaguchi

Method Summary
 boolean equals(Object o)
           
 String getName()
          Returns the human-readable name of the version, such as "current" (which is the one automatically set when a new project is created.)
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()
Returns the human-readable name of the version, such as "current" (which is the one automatically set when a new project is created.)


equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2009 Kohsuke Kawaguchi. All Rights Reserved.