Uses of Class
org.kohsuke.github.internal.Previews
-
Packages that use Previews Package Description org.kohsuke.github org.kohsuke.github.internal -
-
Uses of Previews in org.kohsuke.github
Methods in org.kohsuke.github that return Previews Modifier and Type Method Description Previews[]value()An optional field defining what API media types must be set inorder to support the usage of this annotations target. -
Uses of Previews in org.kohsuke.github.internal
Methods in org.kohsuke.github.internal that return Previews Modifier and Type Method Description static PreviewsPreviews. valueOf(String name)Returns the enum constant of this type with the specified name.static Previews[]Previews. values()Returns an array containing the constants of this enum type, in the order they are declared.
-