|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.jnt.AbstractIssueEditor<T>
public abstract class AbstractIssueEditor<T extends AbstractIssueEditor<T>>
Common part between IssueEditor
and IssueCreator
.
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 |
---|
public T setField(IssueField field, String value)
public T setPriority(Priority p)
public T setType(IssueType type)
public T appendToWhiteBoard(String words)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |