Index

A B C D E F G H I J L M N O P R S T U V 
Alle Klassen und Schnittstellen|Alle Packages

A

addFile() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Starts the process of adding a new file to this repository.
addFile(GHBranch) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Starts the process of adding a new file to the given branch of this repository.
addFile(GHBranch, String, String, String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Starts the process of adding a new file with the given path, content, and commit message to the given branch of this repository.
addLabel(String) - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
Adds a label to the issue.
addMember(String, GHRole, List<Integer>) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
 
addPublicKey() - Methode in Klasse de.coho04.githubapi.SelfUser
Returns a new GHPublicKeyBuilder instance associated with the user's GitHub instance.
addPublicKey(String, String) - Methode in Klasse de.coho04.githubapi.SelfUser
Returns a new GHPublicKey instance with the provided title and key, associated with the user's GitHub instance.
ADMIN - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHRole
 
ALL - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHState
 
apply(JSONObject) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper.JSONToObject
Creates an object of type T from a JSON object.
assignee(String) - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
Sets the assignee of the issue.

B

BILLING_MANAGER - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHRole
 
build() - Methode in Klasse de.coho04.githubapi.builders.GHProjectBuilder
 
build() - Methode in Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Builds a new GHPublicKey instance with the set title and key.
build() - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 

C

ClassBase - Klasse in de.coho04.githubapi.bases
ClassBase is a class that extends GHBase.
ClassBase(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.bases.ClassBase
Constructs a new ClassBase object.
close() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Closes the issue.
CLOSED - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHState
 
commit() - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Commits the file to the repository using the authenticated user's email and login as the committer's details.
commit(String, String) - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Commits the file to the repository.
connectionFactory - Statische Variable in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
 
CONTAINER - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
 
create() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
Creates a new GHIssue instance based on the current state of the builder.
createHook() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Creates a hook in the organization.
createHttpURLConnection(String) - Methode in Klasse de.coho04.githubapi.factories.HttpURLConnectionFactory
 
createIssue(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Creates a new issue in this repository with the given title.
createProject() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Creates a project in the organization.
createProject() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Creates a project in the organization.
createProject() - Methode in Klasse de.coho04.githubapi.SelfUser
Returns a new GHProjectBuilder instance for creating a project in the organization.
createProject(String, String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Creates a project in the organization.
createProject(String, String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Creates a project in the organization.
createProject(String, String) - Methode in Klasse de.coho04.githubapi.SelfUser
Creates a project in the organization with the provided name and body.
createTeam() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Creates a team in the organization.
createTeam(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Creates a team in the organization.

D

de.coho04.githubapi - Package de.coho04.githubapi
 
de.coho04.githubapi.bases - Package de.coho04.githubapi.bases
 
de.coho04.githubapi.builders - Package de.coho04.githubapi.builders
 
de.coho04.githubapi.entities - Package de.coho04.githubapi.entities
 
de.coho04.githubapi.entities.repositories - Package de.coho04.githubapi.entities.repositories
 
de.coho04.githubapi.enums - Package de.coho04.githubapi.enums
 
de.coho04.githubapi.factories - Package de.coho04.githubapi.factories
 
de.coho04.githubapi.interfaces - Package de.coho04.githubapi.interfaces
 
de.coho04.githubapi.utilities - Package de.coho04.githubapi.utilities
 
deleteActionsCache(int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Deletes the actions cache with the given ID in this repository.
deleteActionsCache(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Deletes the actions cache with the given key in this repository.
deleteArtifact(int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Deletes the artifact with the given ID in this repository.
deleteHook(Long) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Deletes a hook in the organization by its ID.
deletePublicKey(int) - Methode in Klasse de.coho04.githubapi.SelfUser
Deletes the public key with the provided id.
deleteRepositoryFromSecret(String, String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Deletes a repository from a specific secret in the organization by secret name and repository ID.
deleteSecret(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Deletes a specific secret in the organization by its name.
DIRECT_MEMBER - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHRole
 
DOCKER - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
 

E

enableOrganisationProjects() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Enables organization projects.
EntityBase - Klasse in de.coho04.githubapi.bases
EntityBase is a class that extends ClassBase.
EntityBase(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.bases.EntityBase
Constructs a new EntityBase object.
extractNextPageUrl(String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Extracts the URL of the next page from the Link header.
extractNextPageUrl(String) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Extracts the URL of the next page from the Link header.

F

fetchArrayData(String, String, Function<JSONObject, T>, String, String) - Methode in Klasse de.coho04.githubapi.bases.GHBase
Fetches array data from a given URL and maps the data to a list of objects of type T.
fetchArrayData(String, Function<JSONObject, T>, String, String) - Methode in Klasse de.coho04.githubapi.bases.GHBase
Fetches array data from a given endpoint and maps the data to a list of objects of type T.
fetchPaginatedData(String, String, Function<JSONObject, T>, String) - Methode in Klasse de.coho04.githubapi.bases.GHBase
Fetches paginated data from a given URL and maps the data to a list of objects of type T.
fetchPaginatedData(String, Function<JSONObject, T>, String) - Methode in Klasse de.coho04.githubapi.bases.GHBase
Fetches paginated data from a given endpoint and maps the data to a list of objects of type T.
fetchPaginatedData(String, Function<JSONObject, T>, String, String) - Methode in Klasse de.coho04.githubapi.bases.GHBase
Fetches paginated data from a given endpoint and maps the data to a list of objects of type T.
findOrganisationByName(String) - Methode in Klasse de.coho04.githubapi.Github
Finds an organization by its name.
findRepositoryByName(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Finds a repository by its name within the organization.
findRepositoryByName(String) - Methode in Klasse de.coho04.githubapi.entities.GHUser
Finds and returns a repository by its name for the current user.
findTeamByName(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Finds a team by its name within the organization.
findTeamBySlug(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Finds a team by its slug within the organization.
findUserByName(String) - Methode in Klasse de.coho04.githubapi.Github
Finds a user by their username.
followUser(String) - Methode in Klasse de.coho04.githubapi.SelfUser
Follows the user with the provided username.
format(LogRecord) - Methode in Klasse de.coho04.githubapi.utilities.LogFormatter
 
fromString(String) - Statische Methode in Enum-Klasse de.coho04.githubapi.enums.GHState
Returns the GHState that corresponds to the specified string.

G

getActiveCachesCount() - Methode in Klasse de.coho04.githubapi.entities.GHRepositoryCache
Returns the active caches count of the repository cache.
getActiveCachesSizeInBytes() - Methode in Klasse de.coho04.githubapi.entities.GHRepositoryCache
Returns the active caches size in bytes of the repository cache.
getActiveLockReason() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the reason for locking the pull request.
getActiveLockReason() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the reason for the issue being locked.
getActor() - Methode in Klasse de.coho04.githubapi.entities.GHEvent
Returns the actor of the event.
getAllFilenames() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches all filenames in this repository.
getArchivedAt() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the date and time when the organization was archived.
getArchiveDownloadUrl() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the archive download url of the artifact.
getArchiveUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching the archive of this repository.
getArrayOrNull(JSONObject, String, JSONHelper.JSONToObject<T>) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
Returns a list of objects of type T, created from a JSON array in the JSON object using the provided factory method.
getArtifact(int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the artifact with the given ID in this repository.
getAssignee() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the assignee of the pull request.
getAssignee() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the user assigned to the issue.
getAssignees() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
getAssignees() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the list of assignees of the pull request.
getAssignees() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the users assigned to the issue.
getAssigneesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching assignees in this repository.
getAuthorAssociation() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the author association of the pull request.
getAuthorAssociation() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the author association of the issue.
getAutoMerge() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the auto merge setting of the pull request.
getAvatarUrl() - Methode in Klasse de.coho04.githubapi.bases.EntityBase
Returns the avatarUrl of this EntityBase object.
getBaseUrl() - Statische Methode in Klasse de.coho04.githubapi.bases.GHBase
Returns the base URL for the GitHub API.
getBillingEmail() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the billing email of the organization.
getBlobsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching blobs in this repository.
getBlockedUsers() - Methode in Klasse de.coho04.githubapi.SelfUser
Returns the users blocked by the user.
getBlog() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the blog URL of the organization.
getBody() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
getBody() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the body of this GHProject object.
getBody() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the body content of the pull request.
getBody() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the body of the issue.
getBooleanOrNull(JSONObject, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
Returns the boolean value of the specified key in the JSON object, or false if the key is not present.
getBranch() - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Returns the branch where this file will be committed.
getBranches() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the branches of this repository.
getBranchesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching the branches of this repository.
getCache() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the cache of this repository.
getCacheUsageActiveCount() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the total active cache usage count for the organization.
getCacheUsageSizeInBytes() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the total active cache usage size in bytes for the organization.
getCheckRunUrl() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the URL for the check run associated with the workflow job.
getCloneUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the clone URL of this repository.
getClosedAt() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the closing date and time of the pull request.
getClosedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the date and time when the issue was closed.
getClosedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the date and time when the milestone was closed.
getClosedIssues() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the number of closed issues in the milestone.
getCname() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the CNAME for the GitHub Pages site.
getCollaborators() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the number of collaborators in the organization.
getCollaboratorsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching collaborators of this repository.
getColor() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLabel
Returns the color of the label.
getColumnsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the columnsUrl of this GHProject object.
getComments() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the number of comments on the issue.
getCommentsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL for fetching comments on the pull request.
getCommentsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the URL of the issue comments.
getCommentsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching comments in this repository.
getCommitSha() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHBranch
Returns the commit SHA.
getCommitsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL for fetching commits on the pull request.
getCommitsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching commits in this repository.
getCommitUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHBranch
Returns the commit URL.
getCompany() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the company associated with the organization.
getCompareUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for comparing commits in this repository.
getCompletedAt() - Methode in Klasse de.coho04.githubapi.entities.GHStep
Returns the completion time of the step.
getCompletedAt() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the completion time of the workflow job.
getConclusion() - Methode in Klasse de.coho04.githubapi.entities.GHStep
Returns the conclusion of the step.
getConclusion() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the conclusion of the workflow job.
getConfig() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the config of the hook.
getContent() - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Returns the content of the file to be committed.
getContentsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching contents of this repository.
getContributions() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the number of contributions made by this user.
getContributors() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the contributors of this repository.
getContributorsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching contributors to this repository.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHActionsCache
Returns the creation date of the actions cache.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the creation date of the alert.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the creation date of the artifact.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHEvent
Returns the creation date of the event.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the creation date of the hook.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the creation date and time of the organization.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHPackage
Returns the creation date of the package.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the createdAt time of this GHProject object.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the creation date and time of the pull request.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHSecret
Returns the creation date and time of the secret.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the members count of the team.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHVariable
Returns the date and time when the variable was created.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the date and time when the issue was created.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the date and time when the milestone was created.
getCreatedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the date and time when this repository was created.
getCreator() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the creator of this GHProject object.
getCreator() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the user who created the milestone.
getCredits() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the credits for the advisory.
getCveId() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the CVE ID of the advisory.
getCvss() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the CVSS (Common Vulnerability Scoring System) data of the advisory.
getCwes() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the CWEs (Common Weakness Enumerations) of the advisory.
getDefaultBranch() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the default branch of this repository.
getDefaultRepositoryPermission() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the default repository permission for the organization.
getDeliveriesUrl() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the deliveries url of the hook.
getDeploymentsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching deployments in this repository.
getDescription() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the description of the advisory.
getDescription() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the description of the organization.
getDescription() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the description of the team.
getDescription() - Methode in Klasse de.coho04.githubapi.entities.HttpsCertificate
Returns the description of the certificate.
getDescription() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLabel
Returns the description of the label.
getDescription() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the description of the milestone.
getDescription() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the description of this repository.
getDiffUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL for fetching the diff of the pull request.
getDirectoryContent(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the content of the directory at the given path in this repository.
getDiskUsage() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the disk usage of the organization.
getDomains() - Methode in Klasse de.coho04.githubapi.entities.HttpsCertificate
Returns the domains of the certificate.
getDownloadsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching downloads in this repository.
getDownloadUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the download URL of the file.
getDueOn() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the due date of the milestone.
getEmail() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the email of the organization.
getEmail() - Methode in Klasse de.coho04.githubapi.SelfUser
Returns the email of the user.
getEnvironmentPublicKey(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the public key of the given environment in this repository.
getEnvironmentSecret(String, String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the secret with the given name in the specified environment.
getEnvironmentVariable(String, String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the variable with the given name in the specified environment.
getEvents() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the events of the hook.
getEventsUrl() - Methode in Klasse de.coho04.githubapi.bases.ClassBase
Returns the eventsUrl of this ClassBase object.
getExpiresAt() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the expiry date of the artifact.
getExpiresAt() - Methode in Klasse de.coho04.githubapi.entities.HttpsCertificate
Returns the expiration date of the certificate.
getFilledSeats() - Methode in Klasse de.coho04.githubapi.entities.GHPlan
Returns the number of filled seats of the plan.
getFirstPatchedVersion() - Methode in Klasse de.coho04.githubapi.entities.GHVulnerability
Returns the first patched version of the vulnerability.
getFollowers() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the number of followers of the organization.
getFollowers() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Fetches and returns a list of users who are followers of the current user.
getFollowersUrl() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the URL for fetching the followers of this user.
getFollowing() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the number of following of the organization.
getFollowing() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Fetches and returns a list of users who the current user is following.
getFollowingUrl() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the URL for fetching the users followed by this user.
getForks() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the number of forks of this repository.
getForksCount() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the number of forks of this repository.
getForksUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching forks of this repository.
getFullName() - Methode in Klasse de.coho04.githubapi.entities.GHRepositoryCache
Returns the full name of the repository cache.
getFullName() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the full name of this repository.
getGhPackage() - Methode in Klasse de.coho04.githubapi.entities.GHVulnerability
Returns the package of the vulnerability.
getGhsaId() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the GHSA ID of the advisory.
getGistsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the URL for fetching the gists of this user.
getGitCommitsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching git commits in this repository.
getGithub() - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Returns the GitHub instance associated with this file builder.
getGithub() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
getGithub() - Methode in Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Returns the GitHub instance associated with this public key builder.
getGithub() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the GitHub instance associated with the alert.
getGithub() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the GitHub instance associated with this organization.
getGithubReviewedAt() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the GitHub review date and time of the advisory.
getGitignoreTemplate(String) - Methode in Klasse de.coho04.githubapi.Github
Gets a gitignore template by its name.
getGitRefsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching git references in this repository.
getGitTagsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching git tags in this repository.
getGitUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the Git URL of the file.
getGitUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the git URL of this repository.
getGivenName() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the given name of the organization.
getGlobalAdvisories(String) - Methode in Klasse de.coho04.githubapi.Github
Gets a global advisory by its ID.
getGravatarId() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the gravatar ID of this user.
getHeadBranch() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the head branch of the workflow job.
getHeadBranch() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowRun
Returns the name of the head branch of the workflow run.
getHeadRepositoryId() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowRun
Returns the id of the head repository of the workflow run.
getHeadSha() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the head SHA of the workflow job.
getHeadSha() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowRun
Returns the SHA of the head commit of the workflow run.
getHomepage() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the homepage URL of this repository.
getHook(int) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a specific hook in the organization by its ID.
getHook(Long) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a specific hook in the organization by its ID.
getHooks() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of hooks in the organization.
getHooksUrl() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the URL for fetching hooks of the organization.
getHooksUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching hooks in this repository.
getHtmlUrl() - Methode in Klasse de.coho04.githubapi.bases.ClassBase
Returns the htmlUrl of this ClassBase object.
getHtmlUrl() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the HTML URL of the advisory.
getHtmlUrl() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the html url of the alert.
getHtmlUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the HTML URL of the GitHub Pages site.
getHtmlUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the HTML URL of the file.
getHttpsCertificate() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the HTTPS certificate information for the GitHub Pages site.
getId() - Methode in Klasse de.coho04.githubapi.bases.ClassBase
Returns the id of this ClassBase object.
getId() - Methode in Klasse de.coho04.githubapi.entities.GHActionsCache
Returns the id of the actions cache.
getId() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the ID of the advisory.
getId() - Methode in Klasse de.coho04.githubapi.entities.GHEvent
Returns the id of the event.
getId() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the id of the hook.
getId() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowRun
Returns the id of the workflow run.
getId() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLabel
Returns the ID of the label.
getIdentifiers() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the identifiers of the advisory.
getIntOrNull(JSONObject, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
Returns the integer value of the specified key in the JSON object, or 0 if the key is not present.
getIssueById(int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the issue with the given ID in this repository.
getIssueCommentUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching issue comments in this repository.
getIssueEventsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching issue events in this repository.
getIssues() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the issues of this repository with the given state.
getIssues() - Methode in Klasse de.coho04.githubapi.SelfUser
Returns the issues of the user.
getIssuesUrl() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the URL for fetching issues of the organization.
getIssuesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching issues in this repository.
getIssueUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL of the issue associated with the pull request.
getJobFromWorkflowRun(int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the workflow job with the given ID in this repository.
getJSONArrayToStringList(JSONObject, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
 
getJSONObjectOrNull(JSONObject, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
Returns the JSON object value of the specified key in the JSON object, or null if the key is not present.
getKey() - Methode in Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Returns the key of the public key.
getKey() - Methode in Klasse de.coho04.githubapi.entities.GHActionsCache
Returns the key of the actions cache.
getKey() - Methode in Klasse de.coho04.githubapi.entities.GHPublicKey
Returns the key of the public key.
getKey() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLicense
Returns the key of the license.
getKeyId() - Methode in Klasse de.coho04.githubapi.entities.GHPublicKey
Returns the key id of the public key.
getKeysUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching keys in this repository.
getLabels() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
getLabels() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the list of labels associated with the pull request.
getLabels() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the list of labels associated with the workflow job.
getLabels() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the labels of the issue.
getLabelsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the URL of the issue labels.
getLabelsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the URL of the milestone labels.
getLabelsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching labels in this repository.
getLanguage() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the primary programming language used in this repository.
getLanguagesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching languages used in this repository.
getLastAccessedAt() - Methode in Klasse de.coho04.githubapi.entities.GHActionsCache
Returns the last accessed date of the actions cache.
getLicense() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the license associated with this repository.
getLocalDateOrNull(JSONObject, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
Returns the OffsetDateTime value of the specified key in the JSON object, or null if the key is not present.
getLocation() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the location of the organization.
getLocationsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the locations url of the alert.
getLogger() - Statische Methode in Klasse de.coho04.githubapi.Github
 
getLogin() - Methode in Klasse de.coho04.githubapi.bases.EntityBase
Returns the login of this EntityBase object.
getLongOrNull(JSONObject, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
Returns the long value of the specified key in the JSON object, or 0 if the key is not present.
getMembersAllowedRepositoryCreationType() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the allowed repository creation type for members of the organization.
getMembersCount() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the members count of the team.
getMembersUrl() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the URL for fetching members of the organization.
getMembersUrl() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the members URL of the team.
getMergeCommitSha() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the merge commit SHA of the pull request.
getMergedAt() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the merging date and time of the pull request.
getMergesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching merges in this repository.
getMessage() - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Returns the commit message for the file commit.
getMilestone() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
getMilestone() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the milestone associated with the pull request.
getMilestone() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the milestone of the issue.
getMilestonesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching milestones in this repository.
getMirrorUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the mirror URL of this repository.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the name of the artifact.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHGitignoreTemplate
Returns the name of the gitignore template.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the name of the hook.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the name of the organization.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHPackage
Returns the name of the package.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHPlan
Returns the name of the plan.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the name of this GHProject object.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHSecret
Returns the name of the secret.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHStep
Returns the name of the step.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the name of the team.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHVariable
Returns the name of the variable.
getName() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the name of the workflow job.
getName() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHBranch
Returns the branch name.
getName() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the name of the file.
getName() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLabel
Returns the name of the label.
getName() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLicense
Returns the name of the license.
getName() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the name of this repository.
getNodeId() - Methode in Klasse de.coho04.githubapi.bases.ClassBase
Returns the nodeId of this ClassBase object.
getNodeId() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLabel
Returns the node ID of the label.
getNodeId() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLicense
Returns the node ID of the license.
getNotificationSetting() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the notification setting of the team.
getNotificationsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching notifications in this repository.
getNumber() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the number of the alert.
getNumber() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the number of this GHProject object.
getNumber() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the number of the pull request.
getNumber() - Methode in Klasse de.coho04.githubapi.entities.GHStep
Returns the step number.
getNumber() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the issue number.
getNumber() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the number of the milestone.
getNvdPublishedAt() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the NVD (National Vulnerability Database) publication date and time of the advisory.
getOpenIssues() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the number of open issues in the milestone.
getOpenIssues() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the number of open issues in this repository.
getOpenIssuesCount() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the number of open issues in this repository.
getOrganisation(Github, String) - Statische Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Fetches a GitHub organization by its name.
getOrganizationPermission() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the organizationPermission of this GHProject object.
getOrganizationsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the URL for fetching the organizations of this user.
getOwnedPrivateRepos() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the number of owned private repositories in the organization.
getOwner() - Methode in Klasse de.coho04.githubapi.entities.GHPackage
Returns the owner of the package.
getOwner() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the owner of this repository.
getOwnerUrl() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the ownerUrl of this GHProject object.
getPackage(String, GHPackageType) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a specific package in the organization by its name and package type.
getPackageType() - Methode in Klasse de.coho04.githubapi.entities.GHPackage
Returns the package type of the package.
getParent() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the parent team of the team.
getPatchUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL for fetching the patch of the pull request.
getPath() - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Returns the path where the file will be committed.
getPath() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the path of the file.
getPayload() - Methode in Klasse de.coho04.githubapi.entities.GHEvent
Returns the payload of the event.
getPendingDomainUnverifiedAt() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the date and time when the domain was pending verification.
getPerformedViaGithubApp() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the app via which the issue was performed.
getPermission() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the permission of the team.
getPermissions() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the permissions associated with this repository.
getPingUrl() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the ping url of the hook.
getPlan() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the plan associated with the organization.
getPrivacy() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the privacy of the team.
getPrivateGists() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the number of private gists in the organization.
getPrivateRepos() - Methode in Klasse de.coho04.githubapi.entities.GHPlan
Returns the number of private repositories of the plan.
getProtectedDomainState() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the protected domain state of the GitHub Pages site.
getPublicGists() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the number of public gists of the organization.
getPublicKey() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the public key for secrets in the organization.
getPublicKey() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the public key of this repository.
getPublicKey(int) - Methode in Klasse de.coho04.githubapi.SelfUser
Returns the public key with the provided id.
getPublicKeys() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Fetches and returns a list of public keys associated with the current user.
getPublicMembersUrl() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the URL for fetching public members of the organization.
getPublicRepos() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the number of public repositories of the organization.
getPublishedAt() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the publication date and time of the advisory.
getPullRequests() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of pull requests in the organization.
getPullsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching pull requests in this repository.
getPushedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the date and time when this repository was last pushed to.
getPushProtectionBypassedAt() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the date when the push protection was bypassed for the alert.
getPushProtectionBypassedBy() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the user who bypassed the push protection of the alert.
getReceivedEventsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the URL for fetching the events received by this user.
getRef() - Methode in Klasse de.coho04.githubapi.entities.GHActionsCache
Returns the ref of the actions cache.
getReferences() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the references of the advisory.
getReleasesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching releases in this repository.
getRepo() - Methode in Klasse de.coho04.githubapi.entities.GHEvent
Returns the repo of the event.
getReposCount() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the repos count of the team.
getRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of repositories within the organization.
getRepositoriesUrl() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the repositories URL of the team.
getRepository() - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Returns the repository where this file will be committed.
getRepository() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the repository of the alert.
getRepository(Github, String, String) - Statische Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches and returns a GitHub repository based on the provided owner and name.
getRepositoryAdvisoryUrl() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the repository advisory URL.
getRepositoryId() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowRun
Returns the id of the repository of the workflow run.
getRepositorysWithOpenPullRequests() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of repositories with open pull requests in the organization.
getRepositoryUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the URL of the repository where the issue is located.
getReposUrl() - Methode in Klasse de.coho04.githubapi.bases.EntityBase
Returns the reposUrl of this EntityBase object.
getRequestedReviewers() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the list of users requested for review of the pull request.
getRequestedTeams() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the list of teams requested for review of the pull request.
getResolution() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the resolution of the alert.
getResolutionComment() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the resolution comment of the alert.
getResolvedAt() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the date when the alert was resolved.
getResolvedBy() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the user who resolved the alert.
getReviewCommentsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL for fetching review comments on the pull request.
getReviewCommentUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL for fetching a specific review comment on the pull request.
getRunId() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the run ID of the workflow job.
getRunnerGroupId() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the runner group ID of the workflow job.
getRunnerGroupName() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the runner group name of the workflow job.
getRunnerId() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the runner ID of the workflow job.
getRunnerName() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the runner name of the workflow job.
getRunUrl() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the run URL of the workflow job.
getSeats() - Methode in Klasse de.coho04.githubapi.entities.GHPlan
Returns the number of seats of the plan.
getSecret() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the secret of the alert.
getSecret(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a specific secret in the organization by its name.
getSecret(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the secret with the given name in this repository.
getSecretScanningPushProtectionCustomLink() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the custom link for secret scanning push protection.
getSecretType() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the secret type of the alert.
getSecretTypeDisplayName() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the display name of the secret type of the alert.
getSelectedRepositoriesUrl() - Methode in Klasse de.coho04.githubapi.entities.GHSecret
Returns the URL of the selected repositories for this secret.
getSelectedRepositoriesUrl() - Methode in Klasse de.coho04.githubapi.entities.GHVariable
Returns the URL of the selected repositories for this variable.
getSelfUser() - Methode in Klasse de.coho04.githubapi.Github
Lists all user advisories.
getSelfUser(Github) - Statische Methode in Klasse de.coho04.githubapi.SelfUser
Returns the GitHub user associated with the provided GitHub instance.
getSeverity() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the severity of the advisory.
getSha() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the SHA of the file.
getSize() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the size of the file.
getSize() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the size of this repository.
getSizeInBytes() - Methode in Klasse de.coho04.githubapi.entities.GHActionsCache
Returns the size in bytes of the actions cache.
getSizeInBytes() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the size in bytes of the artifact.
getSlug() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the slug of the team.
getSource() - Methode in Klasse de.coho04.githubapi.entities.GHGitignoreTemplate
Returns the source of the gitignore template.
getSource() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the source configuration for the GitHub Pages site.
getSourceCodeLocation() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the source code location of the advisory.
getSpace() - Methode in Klasse de.coho04.githubapi.entities.GHPlan
Returns the space of the plan.
getSpdxId() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLicense
Returns the SPDX ID of the license.
getSshUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the SSH URL of this repository.
getStargazersCount() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the number of stargazers for this repository.
getStargazersUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching stargazers of this repository.
getStarredUrl() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the URL for fetching the repositories starred by this user.
getStartedAt() - Methode in Klasse de.coho04.githubapi.entities.GHStep
Returns the start time of the step.
getStartedAt() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the start time of the workflow job.
getState() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
getState() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the state of the alert.
getState() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the state of this GHProject object.
getState() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the state of the pull request.
getState() - Methode in Klasse de.coho04.githubapi.entities.HttpsCertificate
Returns the state of the certificate.
getState() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the state of the issue.
getState() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the state of the milestone.
getStateReason() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the reason for the state of the issue.
getStatus() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the status of the GitHub Pages site.
getStatus() - Methode in Klasse de.coho04.githubapi.entities.GHStep
Returns the status of the step.
getStatus() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the status of the workflow job.
getStatusesUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the URL for fetching statuses of the pull request.
getStatusesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching statuses in this repository.
getSteps() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the list of steps in the workflow job.
getStringOrNull(JSONObject, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.JSONHelper
Returns the string value of the specified key in the JSON object, or null if the key is not present.
getSubscribersUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching subscribers of this repository.
getSubscriptionsUrl() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns the URL for fetching the subscriptions of this user.
getSubscriptionUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for subscribing to this repository.
getSummary() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the summary of the advisory.
getSvnUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the SVN URL of this repository.
getTagsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching tags in this repository.
getTeamByName(Github, String, GHOrganisation) - Statische Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns a GHTeam instance by team name.
getTeams() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of teams within the organization.
getTeamsUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching teams associated with this repository.
getTimelineUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the URL of the issue timeline.
getTitle() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
Returns the title of the issue.
getTitle() - Methode in Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Returns the title of the public key.
getTitle() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the title of the pull request.
getTitle() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the title of the issue.
getTitle() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the title of the milestone.
getToken() - Methode in Klasse de.coho04.githubapi.Github
Returns the GitHub token.
getTopics() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the list of topics associated with this repository.
getTotalPrivateRepos() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the total number of private repositories in the organization.
getTreesUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the URL for fetching trees in this repository.
getTwitterUsername() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the Twitter username of the organization.
getType() - Methode in Klasse de.coho04.githubapi.bases.EntityBase
Returns the type of this EntityBase object.
getType() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the type of the advisory.
getType() - Methode in Klasse de.coho04.githubapi.entities.GHEvent
Returns the type of the event.
getType() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the type of the hook.
getType() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the type of the file.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the last updated date and time of the advisory.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the update date of the artifact.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the update date of the hook.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns the last updated date and time of the organization.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHPackage
Returns the update date of the package.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHProject
Returns the updatedAt time of this GHProject object.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the last updated date and time of the pull request.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHSecret
Returns the last updated date and time of the secret.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHTeam
Returns the repos count of the team.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.GHVariable
Returns the date and time when the variable was last updated.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the date and time when the issue was last updated.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Returns the date and time when the milestone was last updated.
getUpdatedAt() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the date and time when this repository was last updated.
getUrl() - Methode in Klasse de.coho04.githubapi.bases.ClassBase
Returns the url of this ClassBase object.
getUrl() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
getUrl() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the URL of the advisory.
getUrl() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the url of the alert.
getUrl() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns the url of the hook.
getUrl() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns the URL of the GitHub Pages site.
getUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHFile
Returns the URL of the file.
getUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLabel
Returns the URL of the label.
getUrl() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLicense
Returns the URL of the license.
getUser() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns the user who created the pull request.
getUser() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns the user who created the issue.
getUser(Github, String) - Statische Methode in Klasse de.coho04.githubapi.entities.GHUser
Fetches a GitHub user by their username.
getUsername() - Methode in Klasse de.coho04.githubapi.bases.EntityBase
Returns the login of this EntityBase object.
getValidity() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the validity of the alert.
getValue() - Methode in Klasse de.coho04.githubapi.entities.GHVariable
Returns the value of the variable.
getVariable(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a specific variable in the organization by its name.
getVariable(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the variable with the given name in this repository.
getVersion() - Methode in Klasse de.coho04.githubapi.entities.GHActionsCache
Returns the version of the actions cache.
getVersionCount() - Methode in Klasse de.coho04.githubapi.entities.GHPackage
Returns the version count of the package.
getVisibility() - Methode in Klasse de.coho04.githubapi.entities.GHPackage
Returns the visibility of the package.
getVisibility() - Methode in Klasse de.coho04.githubapi.entities.GHSecret
Returns the visibility of the secret.
getVisibility() - Methode in Klasse de.coho04.githubapi.entities.GHVariable
Returns the visibility of the variable.
getVisibility() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the visibility of this repository.
getVulnerabilities() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the vulnerabilities associated with the advisory.
getVulnerableFunctions() - Methode in Klasse de.coho04.githubapi.entities.GHVulnerability
Returns the vulnerable functions of the vulnerability.
getVulnerableVersionRange() - Methode in Klasse de.coho04.githubapi.entities.GHVulnerability
Returns the vulnerable version range of the vulnerability.
getWatchers() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the number of watchers of this repository.
getWatchersCount() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns the number of watchers in this repository.
getWithdrawnAt() - Methode in Klasse de.coho04.githubapi.entities.GHAdvisory
Returns the withdrawal date and time of the advisory.
getWorkflowName() - Methode in Klasse de.coho04.githubapi.entities.GHWorkflowJob
Returns the workflow name of the workflow job.
getWorkflowRun() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the workflow run of the artifact.
getWorkflowRun(int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the workflow run with the given ID in this repository.
GHActionsCache - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Actions Cache.
GHActionsCache(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHActionsCache
Constructs a new GHActionsCache instance with the provided JSON object.
GHAdvisory - Klasse in de.coho04.githubapi.entities
Represents a GitHub Security Advisory.
GHAdvisory(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHAdvisory
Constructs a new GHAdvisory instance with the provided JSON object.
GHAlert - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Alert.
GHAlert(JSONObject, Github) - Konstruktor für Klasse de.coho04.githubapi.entities.GHAlert
Constructs a new GHAlert instance with the provided JSON object and GitHub instance.
GHArtifact - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Artifact.
GHArtifact(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHArtifact
Constructs a new GHArtifact instance with the provided JSON object.
GHBase - Klasse in de.coho04.githubapi.bases
GHBase is a class that implements JSONHelper and HttpRequestInterface.
GHBase() - Konstruktor für Klasse de.coho04.githubapi.bases.GHBase
 
GHBranch - Klasse in de.coho04.githubapi.entities.repositories
This class represents a GitHub branch.
GHBranch(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.repositories.GHBranch
Constructs a new GHBranch instance with the provided JSON object.
GHEvent - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Event.
GHEvent(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHEvent
Constructs a new GHEvent instance with the provided JSON object.
GHFile - Klasse in de.coho04.githubapi.entities.repositories
This class represents a GitHub file.
GHFile(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.repositories.GHFile
Constructs a new GHFile instance with the provided JSON object.
GHFileBuilder - Klasse in de.coho04.githubapi.builders
GHFileBuilder is a class that extends GHBase.
GHFileBuilder(GHRepository, GHBranch, Github) - Konstruktor für Klasse de.coho04.githubapi.builders.GHFileBuilder
Constructs a new GHFileBuilder object for a given repository and branch.
GHFileBuilder(GHRepository, GHBranch, String, String, String, Github) - Konstruktor für Klasse de.coho04.githubapi.builders.GHFileBuilder
Constructs a new GHFileBuilder object with all properties set.
GHFileBuilder(GHRepository, Github) - Konstruktor für Klasse de.coho04.githubapi.builders.GHFileBuilder
Constructs a new GHFileBuilder object for a given repository.
GHGitignoreTemplate - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Gitignore Template.
GHGitignoreTemplate(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHGitignoreTemplate
Constructs a new GHGitignoreTemplate instance with the provided JSON object.
GHHook - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Hook.
GHHook(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHHook
Constructs a new GHHook instance with the provided JSON object.
GHIssue - Klasse in de.coho04.githubapi.entities.repositories
Represents a GitHub issue.
GHIssue(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.repositories.GHIssue
Constructs a GHIssue object from a JSONObject.
GHIssueBuilder - Klasse in de.coho04.githubapi.builders
The GHIssueBuilder class is used to build and create GitHub issues.
GHIssueBuilder(Github, String, String) - Konstruktor für Klasse de.coho04.githubapi.builders.GHIssueBuilder
Constructs a new GHIssueBuilder instance with the specified GitHub instance and title.
GHIssueBuilder(Github, String, String, String) - Konstruktor für Klasse de.coho04.githubapi.builders.GHIssueBuilder
Constructs a new GHIssueBuilder instance with the specified GitHub instance, title, and body.
GHLabel - Klasse in de.coho04.githubapi.entities.repositories
This class represents a GitHub label.
GHLabel(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.repositories.GHLabel
Constructs a new GHLabel instance with the provided JSON object.
GHLicense - Klasse in de.coho04.githubapi.entities.repositories
This class represents a GitHub license.
GHLicense(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.repositories.GHLicense
Constructs a new GHLicense instance with the provided JSON object.
GHMilestone - Klasse in de.coho04.githubapi.entities.repositories
This class represents a GitHub milestone.
GHMilestone(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.repositories.GHMilestone
Constructs a new GHMilestone instance with the provided JSON object.
GHOrganisation - Klasse in de.coho04.githubapi.entities
Represents a GitHub organization.
GHOrganisation(Github, JSONObject, String) - Konstruktor für Klasse de.coho04.githubapi.entities.GHOrganisation
Constructs a new GHOrganisation instance with the provided GitHub instance, JSON object, and name.
GHPackage - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Package.
GHPackage(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHPackage
Constructs a new GHPackage instance with the provided JSON object.
GHPackageType - Enum-Klasse in de.coho04.githubapi.enums
This enum represents the possible types of a GitHub package.
GHPages - Klasse in de.coho04.githubapi.entities
Represents the GitHub Pages configuration for a repository.
GHPages(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHPages
Constructs a new GHPages instance with the provided JSON object.
GHPermission - Klasse in de.coho04.githubapi.entities
Represents the permissions for a GitHub repository.
GHPermission(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHPermission
Constructs a new GHPermission instance with the provided JSON object.
GHPlan - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Plan.
GHPlan(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHPlan
Constructs a new GHPlan instance with the provided JSON object.
GHProject - Klasse in de.coho04.githubapi.entities
GHProject is a class that extends ClassBase.
GHProject(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHProject
Constructs a new GHProject object.
GHProjectBuilder - Klasse in de.coho04.githubapi.builders
 
GHProjectBuilder(Github, String) - Konstruktor für Klasse de.coho04.githubapi.builders.GHProjectBuilder
 
GHPublicKey - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Public Key.
GHPublicKey(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHPublicKey
Constructs a new GHPublicKey instance with the provided JSON object.
GHPublicKeyBuilder - Klasse in de.coho04.githubapi.builders
This class is a builder for creating a new GHPublicKey instance.
GHPublicKeyBuilder(Github) - Konstruktor für Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Constructs a new GHPublicKeyBuilder instance with the provided GitHub instance.
GHPublicKeyBuilder(String, String, Github) - Konstruktor für Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Constructs a new GHPublicKeyBuilder instance with the provided title, key, and GitHub instance.
GHPullRequest - Klasse in de.coho04.githubapi.entities
Represents a GitHub Pull Request.
GHPullRequest(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHPullRequest
Constructs a new GHPullRequest instance with the provided JSON object.
GHRepository - Klasse in de.coho04.githubapi.entities.repositories
This class represents a GitHub repository.
GHRepository(JSONObject, Github) - Konstruktor für Klasse de.coho04.githubapi.entities.repositories.GHRepository
Constructs a new GHRepository instance with the provided JSON object and GitHub instance.
GHRepositoryCache - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Repository Cache.
GHRepositoryCache(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHRepositoryCache
Constructs a new GHRepositoryCache instance with the provided JSON object.
GHRole - Enum-Klasse in de.coho04.githubapi.enums
 
GHSecret - Klasse in de.coho04.githubapi.entities
Represents a GitHub secret.
GHSecret(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHSecret
Constructs a new GHSecret instance with the provided JSON object.
GHState - Enum-Klasse in de.coho04.githubapi.enums
This enum represents the possible states of a GitHub issue or pull request.
GHStep - Klasse in de.coho04.githubapi.entities
Represents a GitHub Action workflow step.
GHStep(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHStep
Constructs a new GHStep instance with the provided JSON object.
GHTeam - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Team.
GHTeam(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHTeam
Constructs a new GHTeam instance with the provided JSON object.
GHTeamBuilder - Klasse in de.coho04.githubapi.builders
 
GHTeamBuilder(Github, String) - Konstruktor für Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
GHUser - Klasse in de.coho04.githubapi.entities
Represents a GitHub user.
GHUser(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHUser
Constructs a new GHUser instance with the provided JSON object.
GHVariable - Klasse in de.coho04.githubapi.entities
Represents a GitHub variable.
GHVariable(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHVariable
Constructs a new GHVariable instance with the provided JSON object.
GHVulnerability - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Vulnerability.
GHVulnerability(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHVulnerability
Constructs a new GHVulnerability instance with the provided JSON object.
GHWorkflowJob - Klasse in de.coho04.githubapi.entities
Represents a GitHub Workflow Job.
GHWorkflowJob(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHWorkflowJob
Constructs a new GHWorkflowJob instance with the provided JSON object.
GHWorkflowRun - Klasse in de.coho04.githubapi.entities
This class represents a GitHub Workflow Run.
GHWorkflowRun(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.GHWorkflowRun
Constructs a new GHWorkflowRun instance with the provided JSON object.
github - Variable in Klasse de.coho04.githubapi.entities.GHUser
 
Github - Klasse in de.coho04.githubapi
This class represents the main entry point for interacting with the GitHub API.
Github(String) - Konstruktor für Klasse de.coho04.githubapi.Github
Constructs a new GitHub instance with the provided username and token.

H

hasMember(GHUser) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Checks if a user is a member of the organization.
hasPublicMember(GHUser) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Checks if a user is a public member of the organization.
hasPullRequestsWithState(GHState) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Checks if this repository has any pull requests with the given state.
HttpRequestHelper - Klasse in de.coho04.githubapi.utilities
This class provides helper methods for sending HTTP requests.
HttpRequestHelper() - Konstruktor für Klasse de.coho04.githubapi.utilities.HttpRequestHelper
 
HttpRequestInterface - Schnittstelle in de.coho04.githubapi.interfaces
This interface provides methods for sending HTTP requests.
HttpsCertificate - Klasse in de.coho04.githubapi.entities
This class represents an HTTPS certificate.
HttpsCertificate(JSONObject) - Konstruktor für Klasse de.coho04.githubapi.entities.HttpsCertificate
Constructs a new HttpsCertificate instance with the provided JSON object.
HttpURLConnectionFactory - Klasse in de.coho04.githubapi.factories
 
HttpURLConnectionFactory() - Konstruktor für Klasse de.coho04.githubapi.factories.HttpURLConnectionFactory
 

I

isActive() - Methode in Klasse de.coho04.githubapi.entities.GHHook
Returns whether the hook is active.
isAdmin() - Methode in Klasse de.coho04.githubapi.entities.GHPermission
Returns whether the admin permission is granted.
isAdvancedSecurityEnabledForNewRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether advanced security is enabled for new repositories in the organization.
isAllowForking() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether forking is allowed for this repository.
isArchived() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository is archived.
isCustom404() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns whether a custom 404 page is used for the GitHub Pages site.
isDefault() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLabel
Returns whether the label is the default.
isDependabotAlertsEnabledForNewRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether Dependabot alerts are enabled for new repositories in the organization.
isDependabotSecurityUpdatesEnabledForNewRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether Dependabot security updates are enabled for new repositories in the organization.
isDependencyGraphEnabledForNewRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether the dependency graph is enabled for new repositories in the organization.
isDisabled() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository is disabled.
isDraft() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns whether the pull request is in draft state.
isDraft() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns whether the issue is a draft.
isExpired() - Methode in Klasse de.coho04.githubapi.entities.GHArtifact
Returns the expired status of the artifact.
isFork() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository is a fork.
isHasDiscussions() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository has discussions enabled.
isHasDownloads() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository has downloads enabled.
isHasIssues() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository has issues enabled.
isHasOrganizationProjects() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether the organization has organization projects enabled.
isHasPages() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository has GitHub Pages enabled.
isHasProjects() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository has projects enabled.
isHasRepositoryProjects() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether the organization has repository projects enabled.
isHasWiki() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository has a wiki enabled.
isHttpsEnforced() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns whether HTTPS is enforced for the GitHub Pages site.
isLocked() - Methode in Klasse de.coho04.githubapi.entities.GHPullRequest
Returns whether the pull request is locked.
isLocked() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
Returns whether the issue is locked.
isMaintain() - Methode in Klasse de.coho04.githubapi.entities.GHPermission
Returns whether the maintain permission is granted.
isMembersCanCreateInternalRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can create internal repositories in the organization.
isMembersCanCreatePages() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can create pages in the organization.
isMembersCanCreatePrivatePages() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can create private pages in the organization.
isMembersCanCreatePrivateRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can create private repositories in the organization.
isMembersCanCreatePublicPages() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can create public pages in the organization.
isMembersCanCreatePublicRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can create public repositories in the organization.
isMembersCanCreateRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can create repositories in the organization.
isMembersCanForkPrivateRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether members can fork private repositories in the organization.
isOrganisationProjectsEnabled() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Checks if organization projects are enabled.
isPrivate() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository is private.
isProtected() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHBranch
Returns the branch protection status.
isPublic() - Methode in Klasse de.coho04.githubapi.entities.GHEvent
Returns whether the event is public.
isPublic() - Methode in Klasse de.coho04.githubapi.entities.GHPages
Returns whether the GitHub Pages site is public.
isPull() - Methode in Klasse de.coho04.githubapi.entities.GHPermission
Returns whether the pull permission is granted.
isPush() - Methode in Klasse de.coho04.githubapi.entities.GHPermission
Returns whether the push permission is granted.
isPushProtectionBypassed() - Methode in Klasse de.coho04.githubapi.entities.GHAlert
Returns the push protection bypassed status of the alert.
isSecretScanningEnabledForNewRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether secret scanning is enabled for new repositories in the organization.
isSecretScanningPushProtectionCustomLinkEnabled() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether the custom link for secret scanning push protection is enabled.
isSecretScanningPushProtectionEnabledForNewRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether secret scanning push protection is enabled for new repositories in the organization.
isSecretScanningValidityChecksEnabled() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether secret scanning validity checks are enabled.
isSiteAdmin() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Returns whether this user is a site administrator.
isTemplate() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether this repository is a template repository.
isTriage() - Methode in Klasse de.coho04.githubapi.entities.GHPermission
Returns whether the triage permission is granted.
isTwoFactorRequirementEnabled() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether two-factor authentication is required for members of the organization.
isVerified() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether the organization is verified.
isWebCommitSignoffRequired() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns whether web commit signoff is required for the organization.
isWebCommitSignoffRequired() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Returns whether web commit signoff is required for this repository.

J

JSONHelper - Schnittstelle in de.coho04.githubapi.interfaces
This interface provides helper methods for working with JSON objects.
JSONHelper.JSONToObject<T> - Schnittstelle in de.coho04.githubapi.interfaces
This functional interface defines a method to create an object of type T from a JSON object.

L

listActionsCaches() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of actions caches in this repository.
listArtifacts() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of artifacts in this repository.
listCreatedRepositories() - Methode in Klasse de.coho04.githubapi.SelfUser
Returns a list of repositories created by the user.
listDockerConflictsPackages() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of Docker conflict packages in the organization.
listEnvironmentSecrets(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of environment secrets in this repository.
listEnvironmentVariables(String) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of environment variables in the specified environment.
listEvents() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of events in the organization.
listEvents() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of events in this repository.
listGitignoreTemplates() - Methode in Klasse de.coho04.githubapi.Github
Lists all gitignore templates.
listGlobalAdvisories() - Methode in Klasse de.coho04.githubapi.Github
Lists all global advisories.
listJobsForWorkflowAttempt(int, int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of jobs for the specified workflow attempt.
listJobsFromWorkflowRun(int) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of jobs in the specified workflow run.
listMembers() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of members of the organization.
listMembersWithRole(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Lists members of the organization with a specific role.
listOrganisationSecrets() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of organisation secrets in this repository.
listOrganisationVariables() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of organisation variables in this repository.
listOutsideCollaborators() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of outside collaborators of the organization.
listPackages(GHPackageType) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of packages in the organization filtered by package type.
listProjects() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of projects in the organization.
listPublicMembers() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of public members of the organization.
listPullRequests() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of pull requests in this repository.
listRepositories() - Methode in Klasse de.coho04.githubapi.entities.GHUser
 
listRepositoriesWithAccess() - Methode in Klasse de.coho04.githubapi.SelfUser
Returns a list of repositories the user has access to.
listRepositoryCaches() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of repository caches in the organization.
listRepositorySecrets() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of repository secrets in this repository.
listRepositoryVariables() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Fetches the list of repository variables in this repository.
listSecretRepositorys() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of repositories associated with a specific secret in the organization.
listSecrets() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of secrets in the organization.
listSecretScanningAlerts() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of secret scanning alerts in the organization.
listTeams() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of teams within the organization.
listVariableRepositorys(String) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of repositories associated with a specific variable in the organization.
listVariables() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Returns a list of variables in the organization.
LogFormatter - Klasse in de.coho04.githubapi.utilities
 
LogFormatter() - Konstruktor für Klasse de.coho04.githubapi.utilities.LogFormatter
 

M

main(String[]) - Statische Methode in Klasse de.coho04.githubapi.TestMain
 
MAVEN - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
 

N

NPM - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
 
NUGET - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
 

O

OPEN - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHState
 

P

publicize(GHUser) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Publicizes a user's membership in the organization.

R

REINSTATE - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHRole
 
removeMember(GHUser) - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Removes a member from the organization.
RUBYGEMS - Enum-Konstante in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
 

S

SelfUser - Klasse in de.coho04.githubapi
This class represents a GitHub user.
SelfUser(Github, JSONObject) - Konstruktor für Klasse de.coho04.githubapi.SelfUser
Constructs a new GHUser instance with the provided JSON object.
sendDeleteRequest(String, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Sends a DELETE request to the specified URL with the provided GitHub token.
sendDeleteRequest(String, String) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a DELETE request to the specified URL with the provided GitHub token.
sendDeleteRequestWithResponseCode(String, String, int) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Sends a DELETE request to the specified URL with the provided GitHub token and expects a specific response code.
sendDeleteRequestWithResponseCode(String, String, int) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a DELETE request to the specified URL with the provided GitHub token and checks if the response code matches the expected response code.
sendGetRequest(String, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Sends a GET request to the specified URL with the provided GitHub token.
sendGetRequest(String, String) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a GET request to the specified URL with the provided GitHub token.
sendGetRequestWithLinkHeader(String, String) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Sends a GET request to the specified URL with the provided GitHub token and returns the response body and the Link header.
sendGetRequestWithLinkHeader(String, String) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a GET request to the specified URL with the provided GitHub token and returns the response body and the Link header.
sendGetRequestWithResponseCode(String, String, int) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Sends a GET request to the specified URL with the provided GitHub token and expects a specific response code.
sendGetRequestWithResponseCode(String, String, int) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a GET request to the specified URL with the provided GitHub token and checks if the response code matches the expected response code.
sendPatchRequest(String, String, JSONObject) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
 
sendPatchRequest(String, String, JSONObject) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a PATCH request to the specified URL with the provided GitHub token and JSON object.
sendPostRequest(String, String, JSONObject) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Sends a POST request to the specified URL with the provided GitHub token and JSON object.
sendPostRequest(String, String, JSONObject) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a POST request to the specified URL with the provided GitHub token and JSON object.
sendPutRequest(String, String, JSONObject) - Methode in Schnittstelle de.coho04.githubapi.interfaces.HttpRequestInterface
Sends a PUT request to the specified URL with the provided GitHub token and JSON object.
sendPutRequest(String, String, JSONObject) - Statische Methode in Klasse de.coho04.githubapi.utilities.HttpRequestHelper
Sends a PUT request to the specified URL with the provided GitHub token and JSON object.
setBody(String) - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
setBody(String) - Methode in Klasse de.coho04.githubapi.builders.GHProjectBuilder
 
setBranch(GHBranch) - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Sets the branch to which the file will be committed.
setBranch(String) - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Sets the branch to which the file will be committed.
setContent(String) - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Sets the content of the file.
setDescription(String) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setKey(String) - Methode in Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Sets the key of the public key.
setMaintainers(List<String>) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setMessage(String) - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Sets the commit message.
setMilestone(GHMilestone) - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
 
setName(String) - Methode in Klasse de.coho04.githubapi.builders.GHProjectBuilder
 
setName(String) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setNotificationSetting(String) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setParentTeamId(int) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setPath(String) - Methode in Klasse de.coho04.githubapi.builders.GHFileBuilder
Sets the path of the file.
setPermission(String) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setPrivacy(String) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setRepoNames(List<String>) - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
setTitle(String) - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
Sets the title of the issue.
setTitle(String) - Methode in Klasse de.coho04.githubapi.builders.GHPublicKeyBuilder
Sets the title of the public key.

T

TestMain - Klasse in de.coho04.githubapi
 
TestMain() - Konstruktor für Klasse de.coho04.githubapi.TestMain
 
toJSONObject() - Methode in Klasse de.coho04.githubapi.bases.ClassBase
Converts this ClassBase object to a JSONObject.
toJSONObject() - Methode in Klasse de.coho04.githubapi.bases.EntityBase
Converts this EntityBase object to a JSONObject.
toJSONObject() - Methode in Klasse de.coho04.githubapi.bases.GHBase
Returns a new JSONObject.
toJSONObject() - Methode in Klasse de.coho04.githubapi.builders.GHIssueBuilder
Converts the current state of the builder to a JSONObject.
toJSONObject() - Methode in Klasse de.coho04.githubapi.builders.GHProjectBuilder
 
toJSONObject() - Methode in Klasse de.coho04.githubapi.builders.GHTeamBuilder
 
toJSONObject() - Methode in Klasse de.coho04.githubapi.entities.GHOrganisation
Converts this organization instance to a JSONObject.
toJSONObject() - Methode in Klasse de.coho04.githubapi.entities.GHPlan
Returns a JSON object representation of the GHPlan instance.
toJSONObject() - Methode in Klasse de.coho04.githubapi.entities.GHUser
Converts this user instance to a JSONObject.
toJSONObject() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHBranch
Converts this GHBranch instance to a JSONObject.
toJSONObject() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHIssue
 
toJSONObject() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHLicense
 
toJSONObject() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHMilestone
 
toString() - Methode in Enum-Klasse de.coho04.githubapi.enums.GHRole
 
toString() - Methode in Enum-Klasse de.coho04.githubapi.enums.GHState
Returns the string representation of the state.
toURL() - Methode in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
Returns the string representation of the package type.

U

unfollowUser(String) - Methode in Klasse de.coho04.githubapi.SelfUser
Unfollows the user with the provided username.
updateHomePage() - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Updates the homepage of this repository.
updateTopics(List<String>) - Methode in Klasse de.coho04.githubapi.entities.repositories.GHRepository
Updates the topics of this repository.

V

valueOf(String) - Statische Methode in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse de.coho04.githubapi.enums.GHRole
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse de.coho04.githubapi.enums.GHState
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
values() - Statische Methode in Enum-Klasse de.coho04.githubapi.enums.GHPackageType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse de.coho04.githubapi.enums.GHRole
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse de.coho04.githubapi.enums.GHState
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
A B C D E F G H I J L M N O P R S T U V 
Alle Klassen und Schnittstellen|Alle Packages