Package org.kohsuke.github
Class GHMeta
- java.lang.Object
-
- org.kohsuke.github.GHMeta
-
public class GHMeta extends Object
Class that wraps the list of GitHub's IP addresses.- Author:
- Paulo Miguel Almeida
- See Also:
GitHub#getMeta(), Get Meta
-
-
Constructor Summary
Constructors Constructor Description GHMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getActions()Gets actions.List<String>getApi()Gets api.List<String>getDependabot()Gets dependabot.List<String>getGit()Gets git.List<String>getHooks()Gets hooks.List<String>getImporter()Gets importer.List<String>getPackages()Gets package.List<String>getPages()Gets pages.List<String>getWeb()Gets web.booleanisVerifiablePasswordAuthentication()Is verifiable password authentication boolean.
-