Uses of Enum
org.kohsuke.github.GHIssueStateReason
Packages that use GHIssueStateReason
-
Uses of GHIssueStateReason in org.kohsuke.github
Methods in org.kohsuke.github that return GHIssueStateReasonModifier and TypeMethodDescriptionGHIssue.getStateReason()Gets state reason.static GHIssueStateReasonReturns 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.Methods in org.kohsuke.github with parameters of type GHIssueStateReasonModifier and TypeMethodDescriptionvoidGHIssue.close(GHIssueStateReason reason) Closes this issue.