Uses of Class
org.kohsuke.github.GHFork
-
Packages that use GHFork Package Description org.kohsuke.github -
-
Uses of GHFork in org.kohsuke.github
Methods in org.kohsuke.github that return GHFork Modifier and Type Method Description static GHForkGHFork. valueOf(String name)Returns the enum constant of this type with the specified name.static GHFork[]GHFork. 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 GHFork Modifier and Type Method Description GHContentSearchBuilderGHContentSearchBuilder. fork(GHFork fork)Fork gh content search builder.GHRepositorySearchBuilderGHRepositorySearchBuilder. fork(GHFork fork)Searching in forks The default search mode isGHRepositorySearchBuilder.Fork.PARENT_ONLY.
-