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 String |
getApiRoute() |
int |
getClosedIssues() |
GHUser |
getCreator() |
String |
getDescription() |
Date |
getDueOn() |
URL |
getHtmlUrl()
URL of this object for humans, which renders some HTML.
|
int |
getNumber() |
int |
getOpenIssues() |
GHRepository |
getOwner() |
GitHub |
getRoot() |
GHMilestoneState |
getState() |
String |
getTitle() |
GHMilestone |
wrap(GHRepository repo) |
getCreatedAt, getId, getUpdatedAt, getUrlpublic GitHub getRoot()
public GHRepository getOwner()
public GHUser getCreator()
public Date getDueOn()
public String getTitle()
public String getDescription()
public int getClosedIssues()
public int getOpenIssues()
public int getNumber()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectpublic GHMilestoneState getState()
public void close()
throws IOException
IOExceptionprotected String getApiRoute()
public GHMilestone wrap(GHRepository repo)
Copyright © 2015. All Rights Reserved.