org.eclipse.egit.github.core
Class RepositoryIssue
java.lang.Object
org.eclipse.egit.github.core.Issue
org.eclipse.egit.github.core.RepositoryIssue
- All Implemented Interfaces:
- Serializable
public class RepositoryIssue
- extends Issue
Extension of 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.
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.egit.github.core.Issue |
getAssignee, getBody, getBodyHtml, getBodyText, getClosedAt, getComments, getCreatedAt, getHtmlUrl, getId, getLabels, getMilestone, getNumber, getPullRequest, getState, getTitle, getUpdatedAt, getUrl, getUser, setAssignee, setBody, setBodyHtml, setBodyText, setClosedAt, setComments, setCreatedAt, setHtmlUrl, setId, setLabels, setMilestone, setNumber, setPullRequest, setState, setTitle, setUpdatedAt, setUrl, setUser, toString |
RepositoryIssue
public RepositoryIssue()
getRepository
public Repository getRepository()
- Returns:
- repository
setRepository
public RepositoryIssue setRepository(Repository repository)
- Parameters:
repository
-
- Returns:
- this issue
Copyright © 2012. All Rights Reserved.