|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JiraIssueDetails
Bamboo's representation of an issue received from the jira server
Use JiraIssueDetailsBuilder
to construct JiraIssueDetails
objects
Method Summary | |
---|---|
java.net.URL |
getDisplayUrl()
Returns remote JIRA URL that would display issue |
java.lang.String |
getIssueKey()
Returns JIRA issue key |
JiraStatus |
getStatus()
Returns JIRA issue status as parsed from remote JIRA response |
java.lang.String |
getSummary()
Returns JIRA issue summary as parsed from remote JIRA response |
JiraType |
getType()
Returns JIRA issue type as parsed from remote JIRA response |
Method Detail |
---|
@Nullable JiraType getType()
@Nullable JiraStatus getStatus()
@Nullable java.lang.String getSummary()
@NotNull java.lang.String getIssueKey()
@NotNull java.net.URL getDisplayUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |