com.atlassian.bamboo.jira.jiraissues
Interface JiraIssueDetails

All Known Implementing Classes:
JiraIssueDetailsImpl

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

getType

@Nullable
JiraType getType()
Returns JIRA issue type as parsed from remote JIRA response

Returns:
JIRA issue type

getStatus

@Nullable
JiraStatus getStatus()
Returns JIRA issue status as parsed from remote JIRA response

Returns:
JIRA issue status

getSummary

@Nullable
java.lang.String getSummary()
Returns JIRA issue summary as parsed from remote JIRA response

Returns:
JIRA issue summary

getIssueKey

@NotNull
java.lang.String getIssueKey()
Returns JIRA issue key

Returns:
JIRA issue key

getDisplayUrl

@NotNull
java.net.URL getDisplayUrl()
Returns remote JIRA URL that would display issue

Returns:
Remote JIRA URL


Copyright © 2011 Atlassian. All Rights Reserved.