Uses of Class
org.kohsuke.github.GHMarketplaceListAccountBuilder.Sort
-
Packages that use GHMarketplaceListAccountBuilder.Sort Package Description org.kohsuke.github -
-
Uses of GHMarketplaceListAccountBuilder.Sort in org.kohsuke.github
Methods in org.kohsuke.github that return GHMarketplaceListAccountBuilder.Sort Modifier and Type Method Description static GHMarketplaceListAccountBuilder.SortGHMarketplaceListAccountBuilder.Sort. valueOf(String name)Returns the enum constant of this type with the specified name.static GHMarketplaceListAccountBuilder.Sort[]GHMarketplaceListAccountBuilder.Sort. 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 GHMarketplaceListAccountBuilder.Sort Modifier and Type Method Description GHMarketplaceListAccountBuilderGHMarketplaceListAccountBuilder. sort(GHMarketplaceListAccountBuilder.Sort sort)Sorts the GitHub accounts by the date they were created or last updated.
-