Uses of Class
org.kohsuke.jnt.IssueStatus

Packages that use IssueStatus
org.kohsuke.jnt The library that exposes programatic manipulation of java.net. 
 

Uses of IssueStatus in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return IssueStatus
 IssueStatus JNIssue.Activity.getCurrentStatus()
          Gets the status of the issue right after this activity.
 IssueStatus JNIssue.getStatus()
          Gets the current status of this issue.
static IssueStatus IssueStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IssueStatus[] IssueStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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