Uses of Class
org.kohsuke.github.GHVerification.Reason
-
Packages that use GHVerification.Reason Package Description org.kohsuke.github -
-
Uses of GHVerification.Reason in org.kohsuke.github
Methods in org.kohsuke.github that return GHVerification.Reason Modifier and Type Method Description GHVerification.ReasonGHVerification. getReason()Gets reason for verification value.static GHVerification.ReasonGHVerification.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static GHVerification.Reason[]GHVerification.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-