implmented milestone api via v3

This commit is contained in:
y.kokubo
2012-01-13 10:05:56 +09:00
parent 44f1038516
commit fbcf3a17b4
3 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package org.kohsuke.github;
/**
*
* @author Yusuke Kokubo
*
*/
public enum GHMilestoneState {
open,
closed
}