|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kohsuke.github.GHIssue
public class GHIssue
Represents an issue on GitHub.
| Constructor Summary | |
|---|---|
GHIssue()
|
|
| Method Summary | |
|---|---|
void |
close()
Closes this issue. |
void |
comment(java.lang.String message)
Updates the issue by adding a comment. |
java.lang.String |
getBody()
The description of this pull request. |
java.util.List<GHIssueComment> |
getComments()
Obtains all the comments associated with this issue. |
java.util.Date |
getCreatedAt()
|
java.util.Collection<java.lang.String> |
getLabels()
|
int |
getNumber()
ID. |
GHRepository |
getRepository()
Repository to which the issue belongs. |
GHIssueState |
getState()
|
java.lang.String |
getTitle()
|
java.util.Date |
getUpdatedAt()
|
java.net.URL |
getUrl()
The HTML page of this issue, like https://github.com/jenkinsci/jenkins/issues/100 |
void |
reopen()
Reopens this issue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GHIssue()
| Method Detail |
|---|
public GHRepository getRepository()
public java.lang.String getBody()
public int getNumber()
public java.net.URL getUrl()
public java.lang.String getTitle()
public GHIssueState getState()
public java.util.Collection<java.lang.String> getLabels()
public java.util.Date getCreatedAt()
public java.util.Date getUpdatedAt()
public void comment(java.lang.String message)
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
java.io.IOException
public void reopen()
throws java.io.IOException
java.io.IOException
public java.util.List<GHIssueComment> getComments()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||