Verwendungen von Klasse
de.coho04.githubapi.Github
Packages, die Github verwenden
Package
Beschreibung
-
Verwendungen von Github in de.coho04.githubapi
Methoden in de.coho04.githubapi mit Parametern vom Typ GithubModifizierer und TypMethodeBeschreibungstatic SelfUserSelfUser.getSelfUser(Github github) Returns the GitHub user associated with the provided GitHub instance.Konstruktoren in de.coho04.githubapi mit Parametern vom Typ Github -
Verwendungen von Github in de.coho04.githubapi.builders
Methoden in de.coho04.githubapi.builders, die Github zurückgebenModifizierer und TypMethodeBeschreibungGHFileBuilder.getGithub()Returns the GitHub instance associated with this file builder.GHIssueBuilder.getGithub()GHPublicKeyBuilder.getGithub()Returns the GitHub instance associated with this public key builder.Konstruktoren in de.coho04.githubapi.builders mit Parametern vom Typ GithubModifiziererKonstruktorBeschreibungGHFileBuilder(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.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) 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) -
Verwendungen von Github in de.coho04.githubapi.entities
Felder in de.coho04.githubapi.entities, die deklariert sind als GithubMethoden in de.coho04.githubapi.entities, die Github zurückgebenModifizierer und TypMethodeBeschreibungGHAlert.getGithub()Returns the GitHub instance associated with the alert.GHOrganisation.getGithub()Returns the GitHub instance associated with this organization.Methoden in de.coho04.githubapi.entities mit Parametern vom Typ GithubModifizierer und TypMethodeBeschreibungstatic GHOrganisationGHOrganisation.getOrganisation(Github github, String name) Fetches a GitHub organization by its name.static GHTeamGHTeam.getTeamByName(Github github, String name, GHOrganisation organisation) Returns a GHTeam instance by team name.static GHUserFetches a GitHub user by their username.Konstruktoren in de.coho04.githubapi.entities mit Parametern vom Typ GithubModifiziererKonstruktorBeschreibungGHAdvisory(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. -
Verwendungen von Github in de.coho04.githubapi.entities.repositories
Methoden in de.coho04.githubapi.entities.repositories mit Parametern vom Typ GithubModifizierer und TypMethodeBeschreibungstatic GHRepositoryGHRepository.getRepository(Github github, String owner, String name) Fetches and returns a GitHub repository based on the provided owner and name.Konstruktoren in de.coho04.githubapi.entities.repositories mit Parametern vom Typ GithubModifiziererKonstruktorBeschreibungConstructs 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.