Uses of Enum
org.kohsuke.github.GHIssueStateReason
-
Uses of GHIssueStateReason in org.kohsuke.github
Modifier and TypeMethodDescriptionGHIssue.getStateReason()
Gets state reason.static GHIssueStateReason
Returns the enum constant of this type with the specified name.static GHIssueStateReason[]
GHIssueStateReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GHIssue.close
(GHIssueStateReason reason) Closes this issue.