public class GHMilestone extends GHObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
closed_at |
created_at, id, updated_at, url| Constructor and Description |
|---|
GHMilestone() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this issue.
|
protected String |
getApiRoute() |
Date |
getClosedAt()
When was this milestone closed?
|
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, getUrlprotected String closed_at
public GitHub getRoot()
public GHRepository getOwner()
public GHUser getCreator()
public Date getDueOn()
public Date getClosedAt() throws IOException
IOExceptionpublic 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 © 2016. All Rights Reserved.