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