org.kohsuke.github
Class GHMilestone

java.lang.Object
  extended by org.kohsuke.github.GHMilestone

public class GHMilestone
extends Object

Author:
Yusuke Kokubo

Constructor Summary
GHMilestone()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHMilestone

public GHMilestone()
Method Detail

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.