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() |
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 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.