@Immutable public interface JiraIssue
Modifier and Type | Method and Description |
---|---|
void |
assign(String name)
Assign it to another user.
|
Iterable<JiraComment> |
comments()
Get its comments (in reverse order, latest first).
|
String |
key()
Its key.
|
void |
post(String body)
Post a comment.
|
void |
revert(String message)
Revert it back to the original owner before the latest change.
|
String key()
void assign(String name)
name
- Name of the user to assign tovoid revert(String message)
message
- Error message to showIterable<JiraComment> comments()
void post(String body)
body
- Body of itCopyright © 2009–2014 Rultor Inc.. All rights reserved.