org.kohsuke.jnt
Class AbstractIssueEditor<T extends AbstractIssueEditor<T>>

java.lang.Object
  extended by org.kohsuke.jnt.AbstractIssueEditor<T>
Direct Known Subclasses:
IssueCreator, IssueEditor

public abstract class AbstractIssueEditor<T extends AbstractIssueEditor<T>>
extends Object

Common part between IssueEditor and IssueCreator.

Author:
Kohsuke Kawaguchi

Method Summary
 T appendToWhiteBoard(String words)
          Append new words to the status whiteboard
 T setField(IssueField field, String value)
           
 T setPriority(Priority p)
          Sets the priority.
 T setType(IssueType type)
          Sets the issue type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setField

public T setField(IssueField field,
                  String value)

setPriority

public T setPriority(Priority p)
Sets the priority.


setType

public T setType(IssueType type)
Sets the issue type.


appendToWhiteBoard

public T appendToWhiteBoard(String words)
Append new words to the status whiteboard



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