Package com.sudicode.fb2gh.github
Class GHMilestone
- java.lang.Object
-
- com.sudicode.fb2gh.github.GHMilestone
-
public class GHMilestone extends Object
GitHub milestone.
-
-
Method Detail
-
getNumber
public int getNumber()
- Returns:
- The number of the milestone.
-
getTitle
public String getTitle()
- Returns:
- The title of the milestone.
-
-