Uses of Class
org.kohsuke.github.GHTargetType
-
Packages that use GHTargetType Package Description org.kohsuke.github -
-
Uses of GHTargetType in org.kohsuke.github
Methods in org.kohsuke.github that return GHTargetType Modifier and Type Method Description GHTargetTypeGHAppInstallation. getTargetType()Gets target type.static GHTargetTypeGHTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static GHTargetType[]GHTargetType. 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 GHTargetType Modifier and Type Method Description voidGHAppInstallation. setTargetType(GHTargetType targetType)Sets target type.
-