org.kohsuke.github.GHMilestoneState Maven / Gradle / Ivy
package org.kohsuke.github;
// TODO: Auto-generated Javadoc
/**
* The enum GHMilestoneState.
*
* @author Yusuke Kokubo
*/
public enum GHMilestoneState {
/** The open. */
OPEN,
/** The closed. */
CLOSED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy