org.eclipse.egit.github.core
Class RepositoryIssue

java.lang.Object
  extended by org.eclipse.egit.github.core.Issue
      extended by 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

Constructor Summary
RepositoryIssue()
           
 
Method Summary
 Repository getRepository()
           
 RepositoryIssue setRepository(Repository repository)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryIssue

public RepositoryIssue()
Method Detail

getRepository

public Repository getRepository()
Returns:
repository

setRepository

public RepositoryIssue setRepository(Repository repository)
Parameters:
repository -
Returns:
this issue


Copyright © 2012. All Rights Reserved.