public class GHMilestone extends Object
| Constructor and Description |
|---|
GHMilestone() |
| Modifier and Type | Method and Description |
|---|---|
int |
getClosedIssues() |
Date |
getCreatedAt() |
GHUser |
getCreator() |
String |
getDescription() |
Date |
getDueOn() |
int |
getNumber() |
int |
getOpenIssues() |
GHRepository |
getOwner() |
GitHub |
getRoot() |
GHMilestoneState |
getState() |
String |
getTitle() |
String |
getUrl() |
GHMilestone |
wrap(GHRepository repo) |
public GitHub getRoot()
public GHRepository getOwner()
public GHUser getCreator()
public Date getDueOn()
public String getTitle()
public String getUrl()
public Date getCreatedAt()
public String getDescription()
public int getClosedIssues()
public int getOpenIssues()
public int getNumber()
public GHMilestoneState getState()
public GHMilestone wrap(GHRepository repo)
Copyright © 2014. All rights reserved.