public class GHMilestone extends GHObject
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
closed_at |
created_at, id, updated_at, url| Constructor and Description |
|---|
GHMilestone() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this milestone.
|
protected java.lang.String |
getApiRoute() |
java.util.Date |
getClosedAt()
When was this milestone closed?
|
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() |
void |
reopen()
Reopens this milestone.
|
GHMilestone |
wrap(GHRepository repo) |
getCreatedAt, getId, getUpdatedAt, getUrl, toStringpublic GitHub getRoot()
public GHRepository getOwner()
public GHUser getCreator()
public java.util.Date getDueOn()
public java.util.Date getClosedAt()
throws java.io.IOException
java.io.IOExceptionpublic 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.IOExceptionpublic void reopen()
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getApiRoute()
public GHMilestone wrap(GHRepository repo)
Copyright © 2016. All Rights Reserved.