|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Issue
Represents an issue from the issue-tracking system.
This interface is close to IssueData, but added for future extensibility.
The issue-tracker plugins should use IssueData class.
| Method Summary | |
|---|---|
java.lang.String |
getId()
Returns the issue id. |
java.lang.String |
getState()
Returns the issue state (open, fixed, etc.). |
java.lang.String |
getSummary()
Returns the issue summary (a single line which describes the issue briefly). |
java.lang.String |
getUrl()
Returns the URL corresponding to the issue. |
boolean |
isResolved()
Returns whether the issue is resolved (possibly as "won't fix"). |
| Method Detail |
|---|
@NotNull java.lang.String getId()
@NotNull java.lang.String getSummary()
@NotNull java.lang.String getState()
boolean isResolved()
@Nullable java.lang.String getUrl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||