Uses of Class
org.kohsuke.github.GHLicense
-
Packages that use GHLicense Package Description org.kohsuke.github -
-
Uses of GHLicense in org.kohsuke.github
Methods in org.kohsuke.github that return GHLicense Modifier and Type Method Description GHLicenseGHRepository. getLicense()Gets the basic license details for the repository.GHLicenseGitHub. getLicense(String key)Returns the full details for a license.Methods in org.kohsuke.github that return types with arguments of type GHLicense Modifier and Type Method Description PagedIterable<GHLicense>GitHub. listLicenses()Returns a list of popular open source licenses.
-