public class GHMilestone extends GHObject
created_at, id, updated_at, url| Constructor and Description |
|---|
GHMilestone() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this issue.
|
protected java.lang.String |
getApiRoute() |
int |
getClosedIssues() |
GHUser |
getCreator() |
java.lang.String |
getDescription() |
java.util.Date |
getDueOn() |
java.net.URL |
getHtmlUrl()
URL of this object for humans, which renders some HTML.
|
int |
getNumber() |
int |
getOpenIssues() |
GHRepository |
getOwner() |
GitHub |
getRoot() |
GHMilestoneState |
getState() |
java.lang.String |
getTitle() |
GHMilestone |
wrap(GHRepository repo) |
getCreatedAt, getId, getUpdatedAt, getUrlpublic GitHub getRoot()
public GHRepository getOwner()
public GHUser getCreator()
public java.util.Date getDueOn()
public java.lang.String getTitle()
public java.lang.String getDescription()
public int getClosedIssues()
public int getOpenIssues()
public int getNumber()
public java.net.URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectpublic GHMilestoneState getState()
public void close()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getApiRoute()
public GHMilestone wrap(GHRepository repo)
Copyright © 2015. All Rights Reserved.