Uses of Class
org.kohsuke.github.GHProjectsV2Item.ContentType
-
Packages that use GHProjectsV2Item.ContentType Package Description org.kohsuke.github -
-
Uses of GHProjectsV2Item.ContentType in org.kohsuke.github
Methods in org.kohsuke.github that return GHProjectsV2Item.ContentType Modifier and Type Method Description GHProjectsV2Item.ContentTypeGHProjectsV2Item. getContentType()Gets the content type.static GHProjectsV2Item.ContentTypeGHProjectsV2Item.ContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static GHProjectsV2Item.ContentType[]GHProjectsV2Item.ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-