package org.kohsuke.github; /** * The enum GHMilestoneState. * * @author Yusuke Kokubo */ public enum GHMilestoneState { OPEN, CLOSED }