Uses of Class
org.kohsuke.github.GHRepositoryDiscussion.State
-
Packages that use GHRepositoryDiscussion.State Package Description org.kohsuke.github -
-
Uses of GHRepositoryDiscussion.State in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepositoryDiscussion.State Modifier and Type Method Description GHRepositoryDiscussion.StateGHRepositoryDiscussion. getState()Gets the state.static GHRepositoryDiscussion.StateGHRepositoryDiscussion.State. valueOf(String name)Returns the enum constant of this type with the specified name.static GHRepositoryDiscussion.State[]GHRepositoryDiscussion.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-