public class RepositoryIssue extends Issue
Issue that includes the Repository that the
issue is in.
This type of issue is returned from IssueService calls that don't
require an IRepositoryIdProvider to be specified and therefore the
repository information is needed to correlate which issues occur in which
repositories.
| Constructor and Description |
|---|
RepositoryIssue() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
getRepository() |
RepositoryIssue |
setRepository(Repository repository) |
getAssignee, getBody, getBodyHtml, getBodyText, getClosedAt, getClosedBy, getComments, getCreatedAt, getHtmlUrl, getId, getLabels, getMilestone, getNumber, getPullRequest, getState, getTitle, getUpdatedAt, getUrl, getUser, setAssignee, setBody, setBodyHtml, setBodyText, setClosedAt, setClosedBy, setComments, setCreatedAt, setHtmlUrl, setId, setLabels, setMilestone, setNumber, setPullRequest, setState, setTitle, setUpdatedAt, setUrl, setUser, toStringpublic Repository getRepository()
public RepositoryIssue setRepository(Repository repository)
repository -