Improvement tracked by given issue/bug tracker. Example: an improvement corresponds to a JIRA ticket or a GitHub issue/pull request.
| Type | Name and description |
|---|---|
java.lang.Long |
getId()Identifier of the improvement. |
java.util.Collection<java.lang.String> |
getLabels()Labels of this improvement. |
java.lang.String |
getTitle()Title of the improvement. |
java.lang.String |
getUrl()The link to the improvement. |
boolean |
isPullRequest()Informs if given issue is a pull request |
Identifier of the improvement. In case of GitHub it is a number.
Labels of this improvement. In case of GitHub, those are labels attached to the issue/pull request.
Title of the improvement. In case of GitHub it is the "title"
The link to the improvement. The target page contains the details of the improvement. In case of GitHub, it is the link to the issue/pull request in GitHub.
Informs if given issue is a pull request