Uses of Class
io.github.coho04.githubapi.Github
Packages that use Github
Package
Description
-
Uses of Github in io.github.coho04.githubapi
Methods in io.github.coho04.githubapi with parameters of type GithubModifier and TypeMethodDescriptionstatic SelfUser
SelfUser.getSelfUser
(Github github) Returns the GitHub user associated with the provided GitHub instance.Constructors in io.github.coho04.githubapi with parameters of type Github -
Uses of Github in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GithubModifier and TypeMethodDescriptionGHFileBuilder.getGithub()
Returns the GitHub instance associated with this file builder.GHHookBuilder.getGithub()
Returns the GitHub instance.GHIssueBuilder.getGithub()
GHProjectBuilder.getGithub()
Returns the GitHub instance.GHPublicKeyBuilder.getGithub()
Returns the GitHub instance associated with this public key builder.GHTeamBuilder.getGithub()
Returns the GitHub instance.Constructors in io.github.coho04.githubapi.builders with parameters of type GithubModifierConstructorDescriptionGHFileBuilder
(GHRepository repository, GHBranch branch, Github github) Constructs a new GHFileBuilder object for a given repository and branch.GHFileBuilder
(GHRepository repository, GHBranch branch, String path, String content, String message, Github github) Constructs a new GHFileBuilder object with all properties set.GHFileBuilder
(GHRepository repository, Github github) Constructs a new GHFileBuilder object for a given repository.GHFileBuilder
(GHRepository repository, Github github, String sha) Constructs a new GHFileBuilder object for a given repository, GitHub instance, and SHA.GHHookBuilder
(Github github, String url) Constructs a GHHookBuilder.GHIssueBuilder
(Github github, String url, String title) Constructs a new GHIssueBuilder instance with the specified GitHub instance and title.GHIssueBuilder
(Github github, String url, String title, String body) Constructs a new GHIssueBuilder instance with the specified GitHub instance, title, and body.GHProjectBuilder
(Github github, String url) Constructs a new GHProjectBuilder instance with the provided GitHub instance and URL.GHPublicKeyBuilder
(Github github) Constructs a new GHPublicKeyBuilder instance with the provided GitHub instance.GHPublicKeyBuilder
(String title, String key, Github github) Constructs a new GHPublicKeyBuilder instance with the provided title, key, and GitHub instance.GHTeamBuilder
(Github github, String url) Constructs a new GHTeamBuilder instance with the provided GitHub instance and URL. -
Uses of Github in io.github.coho04.githubapi.entities
Fields in io.github.coho04.githubapi.entities declared as GithubMethods in io.github.coho04.githubapi.entities that return GithubModifier and TypeMethodDescriptionGHAlert.getGithub()
Returns the GitHub instance associated with the alert.GHOrganisation.getGithub()
Returns the GitHub instance associated with this organization.Methods in io.github.coho04.githubapi.entities with parameters of type GithubModifier and TypeMethodDescriptionstatic GHOrganisation
GHOrganisation.getOrganisation
(Github github, String name) Fetches a GitHub organization by its name.static GHTeam
GHTeam.getTeamByName
(Github github, String name, GHOrganisation organisation) Returns a GHTeam instance by team name.static GHUser
Fetches a GitHub user by their username.Constructors in io.github.coho04.githubapi.entities with parameters of type GithubModifierConstructorDescriptionGHAdvisory
(Github github, org.json.JSONObject jsonObject) Constructs a new GHAdvisory instance with the provided JSON object.Constructs a new GHAlert instance with the provided JSON object and GitHub instance.GHOrganisation
(Github github, org.json.JSONObject jsonObject, String name) Constructs a new GHOrganisation instance with the provided GitHub instance, JSON object, and name.Constructs a new GHPackage instance with the provided JSON object.Constructs a new GHProject object.GHPullRequest
(Github github, org.json.JSONObject jsonObject) Constructs a new GHPullRequest instance with the provided JSON object.Constructs a new GHUser instance with the provided JSON object.GHVulnerability
(Github github, org.json.JSONObject jsonObject) Constructs a new GHVulnerability instance with the provided JSON object. -
Uses of Github in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GithubModifier and TypeMethodDescriptionGHFile.getGithub()
Returns the GitHub instance associated with this file.Methods in io.github.coho04.githubapi.entities.repositories with parameters of type GithubModifier and TypeMethodDescriptionstatic GHRepository
GHRepository.getRepository
(Github github, String owner, String name) Fetches and returns a GitHub repository based on the provided owner and name.Constructors in io.github.coho04.githubapi.entities.repositories with parameters of type GithubModifierConstructorDescriptionGHFile
(Github github, org.json.JSONObject jsonObject, GHRepository repository) Constructs a new GHFile instance with the provided JSON object.Constructs a GHIssue object from a JSONObject.GHMilestone
(Github github, org.json.JSONObject jsonObject) Constructs a new GHMilestone instance with the provided JSON object.GHRepository
(org.json.JSONObject jsonObject, Github github) Constructs a new GHRepository instance with the provided JSON object and GitHub instance.