org.kohsuke.github
Class GHMilestone
java.lang.Object
org.kohsuke.github.GHMilestone
public class GHMilestone
- extends Object
- Author:
- Yusuke Kokubo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHMilestone
public GHMilestone()
getRoot
public GitHub getRoot()
getOwner
public GHRepository getOwner()
getCreator
public GHUser getCreator()
getDueOn
public Date getDueOn()
getTitle
public String getTitle()
getUrl
public String getUrl()
getCreatedAt
public Date getCreatedAt()
getDescription
public String getDescription()
getClosedIssues
public int getClosedIssues()
getOpenIssues
public int getOpenIssues()
getNumber
public int getNumber()
getState
public GHMilestoneState getState()
wrap
public GHMilestone wrap(GHRepository repo)
Copyright © 2012. All Rights Reserved.