GHDeploymentStatusBuilder |
GHDeploymentStatusBuilder.autoInactive(boolean autoInactive) |
Deprecated.
|
GHAppInstallationToken |
GHAppCreateTokenBuilder.create() |
Creates an app token with all the parameters.
|
GHCheckRunBuilder |
GHRepository.createCheckRun(String name,
String headSHA) |
Creates a check run for a commit.
|
GHReaction |
GHCommitComment.createReaction(ReactionContent content) |
|
GHReaction |
GHIssue.createReaction(ReactionContent content) |
|
GHReaction |
GHIssueComment.createReaction(ReactionContent content) |
|
GHReaction |
GHPullRequestReviewComment.createReaction(ReactionContent content) |
|
GHReaction |
Reactable.createReaction(ReactionContent content) |
Leaves a reaction to this object.
|
void |
GHAppInstallation.deleteInstallation() |
Delete a Github App installation
|
void |
GHBranchProtection.disableSignedCommits() |
Disable signed commits.
|
void |
GHBranchProtection.enabledSignedCommits() |
Enabled signed commits.
|
GHBranchProtectionBuilder |
GHBranch.enableProtection() |
Enables branch protection to control what commit statuses are required to push.
|
GHDeploymentStatusBuilder |
GHDeploymentStatusBuilder.environment(String environment) |
Deprecated.
|
GHDeploymentStatusBuilder |
GHDeploymentStatusBuilder.environmentUrl(String environmentUrl) |
Deprecated.
|
GHCreateRepositoryBuilder |
GHCreateRepositoryBuilder.fromTemplateRepository(String templateOwner,
String templateRepo) |
Create repository from template repository
|
GHApp |
GitHub.getApp() |
Returns the GitHub App associated with the authentication credentials used.
|
PagedIterable<GHCheckRun> |
GHCommit.getCheckRuns() |
Gets check-runs for given sha.
|
PagedIterable<GHCheckRun> |
GHRepository.getCheckRuns(String ref) |
Gets check runs for given ref.
|
URL |
GHDeploymentStatus.getEnvironmentUrl() |
Deprecated.
|
GHAppInstallation |
GHApp.getInstallationById(long id) |
Obtain an installation associated with this app.
|
GHAppInstallation |
GHApp.getInstallationByOrganization(String name) |
Obtain an organization installation associated with this app.
|
GHAppInstallation |
GHApp.getInstallationByRepository(String ownerName,
String repositoryName) |
Obtain an repository installation associated with this app.
|
GHAppInstallation |
GHApp.getInstallationByUser(String name) |
Obtain a user installation associated with this app.
|
URL |
GHDeploymentStatus.getLogUrl() |
Deprecated.
|
String |
GHDeployment.getOriginalEnvironment() |
Deprecated.
|
GHBranchProtection |
GHBranch.getProtection() |
Gets protection.
|
URL |
GHBranch.getProtectionUrl() |
Gets protection url.
|
boolean |
GHBranchProtection.getRequiredSignatures() |
Gets required signatures.
|
GHRepository.Visibility |
GHRepository.getVisibility() |
Gets the visibility of the repository.
|
boolean |
GHDeployment.isProductionEnvironment() |
Deprecated.
|
boolean |
GHBranch.isProtected() |
Is protected boolean.
|
boolean |
GHRepository.isTemplate() |
Is template boolean.
|
boolean |
GHDeployment.isTransientEnvironment() |
Deprecated.
|
PagedIterable<GHBranch> |
GHCommit.listBranchesWhereHead() |
Retrieves a list of branches where this commit is the head commit.
|
PagedIterable<GHAppInstallation> |
GHApp.listInstallations() |
Obtains all the installations associated with this app.
|
PagedIterable<GHProject> |
GHUser.listProjects() |
Lists all the projects.
|
PagedIterable<GHPullRequest> |
GHCommit.listPullRequests() |
Retrieves a list of pull requests which contain this commit.
|
PagedIterable<GHReaction> |
GHCommitComment.listReactions() |
|
PagedIterable<GHReaction> |
GHIssue.listReactions() |
|
PagedIterable<GHReaction> |
GHIssueComment.listReactions() |
|
PagedIterable<GHReaction> |
GHPullRequestReviewComment.listReactions() |
|
PagedIterable<GHReaction> |
Reactable.listReactions() |
List all the reactions left to this object.
|
PagedSearchIterable<GHRepository> |
GHAppInstallation.listRepositories() |
List repositories that this app installation can access.
|
GHDeploymentStatusBuilder |
GHDeploymentStatusBuilder.logUrl(String logUrl) |
Deprecated.
|
GHDeploymentBuilder |
GHDeploymentBuilder.productionEnvironment(boolean productionEnvironment) |
Deprecated.
|
GHCommitSearchBuilder |
GitHub.searchCommits() |
Search commits.
|
GHDiscussion.Setter |
GHDiscussion.set() |
Begins a single property update.
|
void |
GHRepository.setVisibility(GHRepository.Visibility value) |
Sets visibility.
|
GHDeploymentBuilder |
GHDeploymentBuilder.transientEnvironment(boolean transientEnvironment) |
Deprecated.
|
GHCheckRunBuilder |
GHCheckRun.update() |
Updates this check run.
|
GHDiscussion.Updater |
GHDiscussion.update() |
Begins a batch update
Consumer must call AbstractBuilder.done() to commit changes.
|
void |
GHPullRequest.updateBranch() |
Updates the branch.
|
GHCheckRunBuilder |
GHRepository.updateCheckRun(long checkId) |
Updates an existing check run.
|