Uses of Class
org.kohsuke.jnt.IssueField

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

Uses of IssueField in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return IssueField
static IssueField IssueField.find(String value)
           
abstract  IssueField JNIssue.Activity.getField()
          Gets the field that has changed.
 IssueField JNIssue.UpdateActivity.getField()
           
 IssueField JNIssue.CreationActivity.getField()
           
static IssueField IssueField.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IssueField[] IssueField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kohsuke.jnt with parameters of type IssueField
 T AbstractIssueEditor.setField(IssueField field, String value)
           
 



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