| Package | Description |
|---|---|
| org.kohsuke.github | |
| org.kohsuke.github.extras |
| Class and Description |
|---|
| AbuseLimitHandler
Pluggable strategy to determine what to do when the API abuse limit is hit.
|
| EnforcementLevel
Deprecated.
|
| GHApp
A Github App.
|
| GHAppCreateTokenBuilder
Creates a access token for a GitHub App Installation
|
| GHAppInstallation
A Github App Installation.
|
| GHAppInstallationToken
A Github App Installation Token.
|
| GHAsset
Asset in a release.
|
| GHAuthorization
Generated OAuth token
|
| GHBlob
The type GHBlob.
|
| GHBlobBuilder
Builder pattern for creating a new blob.
|
| GHBranch
A branch in a repository.
|
| GHBranchProtection
The type GHBranchProtection.
|
| GHBranchProtection.EnforceAdmins
The type EnforceAdmins.
|
| GHBranchProtection.RequiredReviews
The type RequiredReviews.
|
| GHBranchProtection.RequiredStatusChecks
The type RequiredStatusChecks.
|
| GHBranchProtection.Restrictions
The type Restrictions.
|
| GHBranchProtectionBuilder
Builder to configure the branch protection settings.
|
| GHCheckRun
Represents a deployment
|
| GHCommentAuthorAssociation
How is an user associated with a repository?
|
| GHCommit
A commit in a repository.
|
| GHCommit.File
A file that was modified.
|
| GHCommit.ShortInfo
Short summary of this commit.
|
| GHCommitBuilder
Builder pattern for creating a new commit.
|
| GHCommitComment
A comment attached to a commit (or a specific line in a specific file of a commit.)
|
| GHCommitPointer
Identifies a commit in
GHPullRequest. |
| GHCommitQueryBuilder
Builds up query for listing commits.
|
| GHCommitSearchBuilder
Deprecated.
|
| GHCommitSearchBuilder.Sort
Deprecated.
The enum Sort.
|
| GHCommitState
Represents the state of commit
|
| GHCommitStatus
Represents a status of a commit.
|
| GHCompare
The model user for comparing 2 commits in the GitHub API.
|
| GHCompare.Commit
Compare commits had a child commit element with additional details we want to capture.
|
| GHCompare.InnerCommit
The type InnerCommit.
|
| GHCompare.Status
The enum Status.
|
| GHCompare.Tree
The type Tree.
|
| GHContent
A Content of a repository.
|
| GHContentBuilder
Used to create/update content.
|
| GHContentSearchBuilder
Search code for
GHContent. |
| GHContentUpdateResponse
The response that is returned when updating repository content.
|
| GHCreateRepositoryBuilder
Creates a repository
|
| GHDeployKey
The type GHDeployKey.
|
| GHDeployment
Represents a deployment
|
| GHDeploymentBuilder
The type GHDeploymentBuilder.
|
| GHDeploymentState
Represents the state of deployment
|
| GHDeploymentStatus
The type GHDeploymentStatus.
|
| GHDeploymentStatusBuilder
Creates a new deployment status.
|
| GHDirection
Sort direction
|
| GHEmail
Represents an email of GitHub.
|
| GHEvent
Hook event type.
|
| GHEventInfo
Represents an event.
|
| GHEventPayload
Base type for types used in databinding of the event payload.
|
| GHEventPayload.Push.PushCommit
Commit in a push
|
| GHEventPayload.Push.Pusher
The type Pusher.
|
| GHGist
Gist
|
| GHGistBuilder
Builder pattern for creating a new Gist.
|
| GHGistFile
A file inside
GHGist |
| GHGistUpdater
Builder pattern for updating a Gist.
|
| GHHook
The type GHHook.
|
| GHInvitation
The type GHInvitation.
|
| GHIOException
Request/responce contains useful metadata.
|
| GHIssue
Represents an issue on GitHub.
|
| GHIssue.Label
Deprecated.
use
GHLabel |
| GHIssue.PullRequest
The type PullRequest.
|
| GHIssueBuilder
The type GHIssueBuilder.
|
| GHIssueComment
Comment to the issue
|
| GHIssueEvent
The type GHIssueEvent.
|
| GHIssueSearchBuilder
Search issues.
|
| GHIssueSearchBuilder.Sort
The enum Sort.
|
| GHIssueState
The enum GHIssueState.
|
| GHKey
SSH public key.
|
| GHLabel
The type GHLabel.
|
| GHLicense
The GitHub Preview API's license information
|
| GHMarketplaceAccount
Base class for Github Marketplace Account.
|
| GHMarketplaceAccountPlan
A Github Marketplace Account Plan.
|
| GHMarketplaceAccountType
GitHub Marketplace Account type.
|
| GHMarketplaceListAccountBuilder
Returns any accounts associated with a plan, including free plans
|
| GHMarketplaceListAccountBuilder.Sort
The enum Sort.
|
| GHMarketplacePendingChange
A Github Marketplace purchase pending change.
|
| GHMarketplacePlan
A Github Marketplace plan.
|
| GHMarketplacePriceModel
GitHub Marketplace plan pricing model.
|
| GHMarketplacePurchase
A Github Marketplace purchase.
|
| GHMarketplaceUserPurchase
Github Marketplace User Purchase
|
| GHMembership
Represents a membership of a user in an organization.
|
| GHMembership.Role
Role of a user in an organization.
|
| GHMembership.State
Whether a role is currently active or waiting for acceptance (pending)
|
| GHMeta
Class that wraps the list of GitHub's IP addresses.
|
| GHMilestone
The type GHMilestone.
|
| GHMilestoneState
The enum GHMilestoneState.
|
| GHMyself
Represents the account that's logging into GitHub.
|
| GHMyself.RepositoryListFilter
Type of repositories returned during listing.
|
| GHNotificationStream
Listens to GitHub notification stream.
|
| GHObject
Most (all?) domain objects in GitHub seems to have these 4 properties.
|
| GHOrganization
The type GHOrganization.
|
| GHOrganization.Permission
The enum Permission.
|
| GHOrganization.Role
Member's role in an organization
|
| GHPermissionType
The enum GHPermissionType.
|
| GHPerson
Common part of
GHUser and GHOrganization. |
| GHPersonSet
Set of
GHPerson with helper lookup methods. |
| GHProject
A GitHub project.
|
| GHProject.ProjectState
The enum ProjectState.
|
| GHProject.ProjectStateFilter
The enum ProjectStateFilter.
|
| GHProjectCard
The type GHProjectCard.
|
| GHProjectColumn
The type GHProjectColumn.
|
| GHPullRequest
A pull request.
|
| GHPullRequest.MergeMethod
The enum MergeMethod.
|
| GHPullRequestCommitDetail
Commit detail inside a
GHPullRequest. |
| GHPullRequestCommitDetail.Commit
The type Commit.
|
| GHPullRequestCommitDetail.CommitPointer
The type CommitPointer.
|
| GHPullRequestCommitDetail.Tree
The type Tree.
|
| GHPullRequestFileDetail
File detail inside a
GHPullRequest. |
| GHPullRequestQueryBuilder
Lists up pull requests with some filtering and sorting.
|
| GHPullRequestQueryBuilder.Sort
The enum Sort.
|
| GHPullRequestReview
Review to a pull request.
|
| GHPullRequestReviewBuilder
Builds up a creation of new
GHPullRequestReview. |
| GHPullRequestReviewComment
Review comment to the pull request
|
| GHPullRequestReviewEvent
Action to perform on
GHPullRequestReview. |
| GHPullRequestReviewState
Current state of
GHPullRequestReview |
| GHQueryBuilder
Used to specify filters, sort order, etc for listing items in a collection.
|
| GHRateLimit
Rate limit.
|
| GHRateLimit.Record
A rate limit record.
|
| GHReaction
Deprecated.
|
| GHRef
Provides information on a Git ref from GitHub.
|
| GHRef.GHObject
The type GHObject.
|
| GHRelease
Release in a github repository.
|
| GHReleaseBuilder
Builder pattern for creating a
GHRelease |
| GHReleaseUpdater
Modifies
GHRelease. |
| GHRepository
A repository on GitHub.
|
| GHRepository.Contributor
The type Contributor.
|
| GHRepository.ForkSort
Sort orders for listing forks
|
| GHRepositoryCloneTraffic
Repository clone statistics.
|
| GHRepositoryCloneTraffic.DailyInfo
The type DailyInfo.
|
| GHRepositorySearchBuilder
Search repositories.
|
| GHRepositorySearchBuilder.Sort
The enum Sort.
|
| GHRepositorySelection
App installation repository selection.
|
| GHRepositoryStatistics
Statistics for a GitHub repository.
|
| GHRepositoryStatistics.CodeFrequency
The type CodeFrequency.
|
| GHRepositoryStatistics.CommitActivity
The type CommitActivity.
|
| GHRepositoryStatistics.ContributorStats
The type ContributorStats.
|
| GHRepositoryStatistics.ContributorStats.Week
The type Week.
|
| GHRepositoryStatistics.Participation
The type Participation.
|
| GHRepositoryStatistics.PunchCardItem
The type PunchCardItem.
|
| GHRepositoryTraffic
The type GHRepositoryTraffic.
|
| GHRepositoryTraffic.DailyInfo
The type DailyInfo.
|
| GHRepositoryViewTraffic
Repository view statistics.
|
| GHRepositoryViewTraffic.DailyInfo
The type DailyInfo.
|
| GHRequestedAction |
| GHSearchBuilder
Base class for various search builders.
|
| GHStargazer
A stargazer at a repository on GitHub.
|
| GHSubscription
Represents your subscribing to a repository / conversation thread..
|
| GHTag
Represents a tag in
GHRepository |
| GHTagObject
Represents an annotated tag in a
GHRepository |
| GHTargetType
App installation target type.
|
| GHTeam
A team in GitHub organization.
|
| GHTeam.Role
Member's role in a team
|
| GHThread
A conversation in the notification API.
|
| GHTree
Provides information for Git Trees https://developer.github.com/v3/git/trees/
|
| GHTreeBuilder
Builder pattern for creating a new tree.
|
| GHTreeEntry
Provides information for Git Trees https://developer.github.com/v3/git/trees/
|
| GHUser
Represents an user of GitHub.
|
| GHUserSearchBuilder
Search users.
|
| GHUserSearchBuilder.Sort
The enum Sort.
|
| GHVerifiedKey
The type GHVerifiedKey.
|
| GitHub
Root of the GitHub API.
|
| GitHubBuilder
Configures connection details and produces
GitHub. |
| GitUser
Represents a user in Git who authors/commits a commit.
|
| HttpConnector
Pluggability for customizing HTTP request behaviors or using altogether different library.
|
| MarkdownMode
Rendering mode of markdown.
|
PagedIterable
Iterable that returns PagedIterator |
| PagedIterator
Iterator over a paginated data source.
|
PagedSearchIterable
PagedIterable enhanced to report search result specific information. |
| Preview
Indicates that the method/class/etc marked maps to GitHub API in the preview period.
|
| RateLimitHandler
Pluggable strategy to determine what to do when the API rate limit is reached.
|
| Reactable
Deprecated.
|
| ReactionContent
Content of reactions.
|
| Refreshable
The interface Refreshable.
|
| TrafficInfo
The interface TrafficInfo.
|
| Class and Description |
|---|
| HttpConnector
Pluggability for customizing HTTP request behaviors or using altogether different library.
|
Copyright © 2020. All rights reserved.