A B C D E F G H I J K L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbuseLimitHandler - Class in org.kohsuke.github
-
Pluggable strategy to determine what to do when the API abuse limit is hit.
- AbuseLimitHandler() - Constructor for class org.kohsuke.github.AbuseLimitHandler
- accept() - Method in class org.kohsuke.github.GHInvitation
-
Accept a repository invitation.
- action() - Method in enum org.kohsuke.github.GHPullRequestReviewState
-
Deprecated.This was an internal method accidentally exposed. Left here for compatibility.
- Action(String, String, String) - Constructor for class org.kohsuke.github.GHCheckRunBuilder.Action
-
Deprecated.
- ACTION_REQUIRED - org.kohsuke.github.GHCheckRun.Conclusion
- activate() - Method in class org.kohsuke.github.GHMembership
-
Accepts a pending invitation to an organization.
- ACTIVE - org.kohsuke.github.GHMembership.State
- adapt(Iterator<? extends SearchResult<T>>) - Method in class org.kohsuke.github.PagedSearchIterable
-
Adapts
Iterator. - add(String, byte[], boolean) - Method in class org.kohsuke.github.GHTreeBuilder
-
Adds a new entry with the given binary content to the tree.
- add(String, String, boolean) - Method in class org.kohsuke.github.GHTreeBuilder
-
Adds a new entry with the given text content to the tree.
- add(GHCheckRunBuilder.Action) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- add(GHCheckRunBuilder.Annotation) - Method in class org.kohsuke.github.GHCheckRunBuilder.Output
-
Deprecated.
- add(GHCheckRunBuilder.Image) - Method in class org.kohsuke.github.GHCheckRunBuilder.Output
-
Deprecated.
- add(GHCheckRunBuilder.Output) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- add(GHRepository) - Method in class org.kohsuke.github.GHTeam
-
Add.
- add(GHRepository, GHOrganization.Permission) - Method in class org.kohsuke.github.GHTeam
-
Add.
- add(GHUser) - Method in class org.kohsuke.github.GHTeam
-
Adds a member to the team.
- add(GHUser, GHOrganization.Role) - Method in class org.kohsuke.github.GHOrganization
-
Adds (invites) a user to the organization.
- add(GHUser, GHTeam.Role) - Method in class org.kohsuke.github.GHTeam
-
Adds a member to the team
- addAssignees(Collection<GHUser>) - Method in class org.kohsuke.github.GHIssue
-
Add assignees.
- addAssignees(GHUser...) - Method in class org.kohsuke.github.GHIssue
-
Add assignees.
- addCollaborators(Collection<GHUser>) - Method in class org.kohsuke.github.GHRepository
-
Add collaborators.
- addCollaborators(Collection<GHUser>, GHOrganization.Permission) - Method in class org.kohsuke.github.GHRepository
-
Add collaborators.
- addCollaborators(GHOrganization.Permission, GHUser...) - Method in class org.kohsuke.github.GHRepository
-
Add collaborators.
- addCollaborators(GHUser...) - Method in class org.kohsuke.github.GHRepository
-
Add collaborators.
- addDeployKey(String, String) - Method in class org.kohsuke.github.GHRepository
-
Add deploy key gh deploy key.
- addFile(String, String) - Method in class org.kohsuke.github.GHGistUpdater
-
Add file gh gist updater.
- addLabels(String...) - Method in class org.kohsuke.github.GHIssue
-
Adds labels to the issue.
- addLabels(Collection<GHLabel>) - Method in class org.kohsuke.github.GHIssue
-
Add labels.
- addLabels(GHLabel...) - Method in class org.kohsuke.github.GHIssue
-
Add labels.
- addRequiredChecks(String...) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Add required checks gh branch protection builder.
- addRequiredChecks(Collection<String>) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Add required checks gh branch protection builder.
- ADMIN - org.kohsuke.github.GHMembership.Role
-
Organization owner.
- ADMIN - org.kohsuke.github.GHOrganization.Permission
- ADMIN - org.kohsuke.github.GHOrganization.Role
- ADMIN - org.kohsuke.github.GHPermissionType
- ADMIN_KEY - Static variable in class org.kohsuke.github.GHAuthorization
- ADMIN_ORG - Static variable in class org.kohsuke.github.GHAuthorization
- ahead - org.kohsuke.github.GHCompare.Status
- ALL - org.kohsuke.github.GHEvent
-
Special event type that means "every possible event"
- ALL - org.kohsuke.github.GHIssueState
- ALL - org.kohsuke.github.GHMyself.RepositoryListFilter
-
All public and private repositories that current user has access or collaborates to
- ALL - org.kohsuke.github.GHProject.ProjectStateFilter
- ALL - org.kohsuke.github.GHRepositorySelection
- allowMergeCommit(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Allow or disallow merging pull requests with a merge commit.
- allowMergeCommit(boolean) - Method in class org.kohsuke.github.GHRepository
-
Allow merge commit.
- allowRebaseMerge(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Allow or disallow rebase-merging pull requests.
- allowRebaseMerge(boolean) - Method in class org.kohsuke.github.GHRepository
-
Allow rebase merge.
- allowSquashMerge(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Allow or disallow squash-merging pull requests.
- allowSquashMerge(boolean) - Method in class org.kohsuke.github.GHRepository
-
Allow squash merge.
- AMIN_HOOK - Static variable in class org.kohsuke.github.GHAuthorization
- Annotation(String, int, int, GHCheckRun.AnnotationLevel, String) - Constructor for class org.kohsuke.github.GHCheckRunBuilder.Annotation
-
Deprecated.
- Annotation(String, int, GHCheckRun.AnnotationLevel, String) - Constructor for class org.kohsuke.github.GHCheckRunBuilder.Annotation
-
Deprecated.
- APPROVE - org.kohsuke.github.GHPullRequestReviewEvent
- APPROVED - org.kohsuke.github.GHPullRequestReviewState
- archive() - Method in class org.kohsuke.github.GHRepository
-
Will archive and this repository as read-only.
- asBlob() - Method in class org.kohsuke.github.GHTreeEntry
-
If this tree entry represents a file, then return its information.
- ASC - org.kohsuke.github.GHDirection
- asList() - Method in class org.kohsuke.github.PagedIterable
-
Deprecated.Use
PagedIterable.toList()instead. - asSet() - Method in class org.kohsuke.github.PagedIterable
-
Deprecated.Use
PagedIterable.toSet()instead. - assignee - Variable in class org.kohsuke.github.GHIssue
- assignee(String) - Method in class org.kohsuke.github.GHIssueBuilder
-
Assignee gh issue builder.
- assignee(GHUser) - Method in class org.kohsuke.github.GHIssueBuilder
-
Assignee gh issue builder.
- assignees - Variable in class org.kohsuke.github.GHIssue
- assignTo(GHUser) - Method in class org.kohsuke.github.GHIssue
-
Assign to.
- asTree() - Method in class org.kohsuke.github.GHTreeEntry
-
If this tree entry represents a directory, then return it.
- author(String) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
GItHub login or email address by which to filter by commit author.
- author(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Author gh commit search builder.
- author(String, String, Date) - Method in class org.kohsuke.github.GHCommitBuilder
-
Configures the author of this commit.
- AUTHOR_DATE - org.kohsuke.github.GHCommitSearchBuilder.Sort
-
Deprecated.
- authorDate(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Author date gh commit search builder.
- authorEmail(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Author email gh commit search builder.
- authorName(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Author name gh commit search builder.
- Authorship() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.Authorship
-
Deprecated.
- autoInit(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
If true, create an initial commit with empty README.
- autoMerge(boolean) - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Auto merge gh deployment builder.
- avatar_url - Variable in class org.kohsuke.github.GHPerson
B
- BAD_EMAIL - org.kohsuke.github.GHVerification.Reason
- base - Variable in class org.kohsuke.github.PagedIterator
- base(String) - Method in class org.kohsuke.github.GHPullRequestQueryBuilder
-
Base gh pull request query builder.
- baseTree(String) - Method in class org.kohsuke.github.GHTreeBuilder
-
Base tree gh tree builder.
- behind - org.kohsuke.github.GHCompare.Status
- binaryContent(byte[]) - Method in class org.kohsuke.github.GHBlobBuilder
-
Configures a blob with the specified binary
content. - bio - Variable in class org.kohsuke.github.GHPerson
- blog - Variable in class org.kohsuke.github.GHPerson
- body - Variable in class org.kohsuke.github.GHIssue
- body - Variable in class org.kohsuke.github.GHLicense
- body(String) - Method in class org.kohsuke.github.GHIssueBuilder
-
Sets the main text of an issue, which is arbitrary multi-line text.
- body(String) - Method in class org.kohsuke.github.GHPullRequestReviewBuilder
-
Required when using REQUEST_CHANGES or COMMENT for the event parameter.
- body(String) - Method in class org.kohsuke.github.GHReleaseBuilder
-
Body gh release builder.
- body(String) - Method in class org.kohsuke.github.GHReleaseUpdater
-
Body gh release updater.
- branch(String) - Method in class org.kohsuke.github.GHContentBuilder
-
Branch gh content builder.
- build() - Method in class org.kohsuke.github.GitHubBuilder
-
Builds a
GitHubinstance. - builder - Variable in class org.kohsuke.github.GHAppCreateTokenBuilder
- builder - Variable in class org.kohsuke.github.GHCreateRepositoryBuilder
- builder - Variable in class org.kohsuke.github.GHTeamBuilder
- byLogin(String) - Method in class org.kohsuke.github.GHPersonSet
-
Finds the item by its login.
C
- CANCELLED - org.kohsuke.github.GHCheckRun.Conclusion
- canMaintainerModify() - Method in class org.kohsuke.github.GHPullRequest
-
Can maintainer modify boolean.
- category - Variable in class org.kohsuke.github.GHLicense
- CHANGES_REQUESTED - org.kohsuke.github.GHPullRequestReviewState
- CHECK_RUN - org.kohsuke.github.GHEvent
- CHECK_SUITE - org.kohsuke.github.GHEvent
- checkApiUrlValidity() - Method in class org.kohsuke.github.GitHub
-
Tests the connection.
- checkAuth(String, String) - Method in class org.kohsuke.github.GitHub
-
Check auth gh authorization.
- checkRateLimit(GHRateLimit.Record, long) - Method in class org.kohsuke.github.RateLimitChecker
-
Decides whether the current request exceeds the allowed "rate limit" budget.
- checkRateLimit(GHRateLimit.Record, long) - Method in class org.kohsuke.github.RateLimitChecker.LiteralValue
- CheckRun() - Constructor for class org.kohsuke.github.GHEventPayload.CheckRun
- CheckSuite() - Constructor for class org.kohsuke.github.GHEventPayload.CheckSuite
- client() - Method in class org.kohsuke.github.extras.okhttp3.ObsoleteUrlFactory
-
Client ok http client.
- clone() - Method in class org.kohsuke.github.extras.okhttp3.ObsoleteUrlFactory
-
Returns a copy of this stream handler factory that includes a shallow copy of the internal HTTP client.
- clone() - Method in class org.kohsuke.github.GitHubBuilder
- close() - Method in class org.kohsuke.github.GHIssue
-
Closes this issue.
- close() - Method in class org.kohsuke.github.GHMilestone
-
Closes this milestone.
- CLOSED - org.kohsuke.github.GHIssueState
- CLOSED - org.kohsuke.github.GHMilestoneState
- CLOSED - org.kohsuke.github.GHProject.ProjectState
- CLOSED - org.kohsuke.github.GHProject.ProjectStateFilter
- CLOSED - org.kohsuke.github.GHTeam.Privacy
- closed_at - Variable in class org.kohsuke.github.GHIssue
- closed_at - Variable in class org.kohsuke.github.GHMilestone
- closed_by - Variable in class org.kohsuke.github.GHIssue
- COLLABORATOR - org.kohsuke.github.GHCommentAuthorAssociation
-
Author has been invited to collaborate on the repository.
- comment(String) - Method in class org.kohsuke.github.GHIssue
-
Updates the issue by adding a comment.
- comment(String, String, int) - Method in class org.kohsuke.github.GHPullRequestReviewBuilder
-
Comment gh pull request review builder.
- COMMENT - org.kohsuke.github.GHPullRequestReviewEvent
- COMMENTED - org.kohsuke.github.GHPullRequestReviewState
- comments - Variable in class org.kohsuke.github.GHIssue
- COMMENTS - org.kohsuke.github.GHIssueSearchBuilder.Sort
- commit() - Method in class org.kohsuke.github.GHContentBuilder
-
Commits a new content.
- Commit() - Constructor for class org.kohsuke.github.GHBranch.Commit
- Commit() - Constructor for class org.kohsuke.github.GHCompare.Commit
- Commit() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.Commit
- COMMIT_COMMENT - org.kohsuke.github.GHEvent
- CommitActivity() - Constructor for class org.kohsuke.github.GHRepositoryStatistics.CommitActivity
- CommitComment() - Constructor for class org.kohsuke.github.GHEventPayload.CommitComment
- commitId(String) - Method in class org.kohsuke.github.GHPullRequestReviewBuilder
-
The SHA of the commit that needs a review.
- commitish(String) - Method in class org.kohsuke.github.GHReleaseBuilder
-
Specifies the commitish value that determines where the Git tag is created from.
- commitish(String) - Method in class org.kohsuke.github.GHReleaseUpdater
-
Specifies the commitish value that determines where the Git tag is created from.
- CommitPointer() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
- committer(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Committer gh commit search builder.
- committer(String, String, Date) - Method in class org.kohsuke.github.GHCommitBuilder
-
Configures the committer of this commit.
- COMMITTER_DATE - org.kohsuke.github.GHCommitSearchBuilder.Sort
-
Deprecated.
- committerDate(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Committer date gh commit search builder.
- committerEmail(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Committer email gh commit search builder.
- committerName(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Committer name gh commit search builder.
- company - Variable in class org.kohsuke.github.GHPerson
- COMPLETED - org.kohsuke.github.GHCheckRun.Status
- conceal(GHUser) - Method in class org.kohsuke.github.GHOrganization
-
Conceals the membership.
- CONFUSED - org.kohsuke.github.ReactionContent
- connect() - Static method in class org.kohsuke.github.GitHub
-
Obtains the credential from "~/.github" or from the System Environment Properties.
- connect(String, String) - Static method in class org.kohsuke.github.GitHub
-
Connect git hub.
- connect(String, String, String) - Static method in class org.kohsuke.github.GitHub
-
Deprecated.
- connect(URL) - Method in class org.kohsuke.github.extras.ImpatientHttpConnector
- connect(URL) - Method in class org.kohsuke.github.extras.okhttp3.OkHttpConnector
- connect(URL) - Method in class org.kohsuke.github.extras.OkHttp3Connector
-
Deprecated.
- connect(URL) - Method in class org.kohsuke.github.extras.OkHttpConnector
- connect(URL) - Method in interface org.kohsuke.github.HttpConnector
-
Opens a connection to the given URL.
- CONNECT_TIMEOUT - Static variable in class org.kohsuke.github.extras.ImpatientHttpConnector
-
Default connection timeout in milliseconds
- connectAnonymously() - Static method in class org.kohsuke.github.GitHub
-
Connects to GitHub anonymously.
- connectToEnterprise(String, String) - Static method in class org.kohsuke.github.GitHub
-
Deprecated.
- connectToEnterprise(String, String, String) - Static method in class org.kohsuke.github.GitHub
-
Deprecated.Use with caution. Login with password is not a preferred method.
- connectToEnterpriseAnonymously(String) - Static method in class org.kohsuke.github.GitHub
-
Connects to GitHub Enterprise anonymously.
- connectToEnterpriseWithOAuth(String, String, String) - Static method in class org.kohsuke.github.GitHub
-
Version that connects to GitHub Enterprise.
- connectUsingOAuth(String) - Static method in class org.kohsuke.github.GitHub
-
Connect using o auth git hub.
- connectUsingOAuth(String, String) - Static method in class org.kohsuke.github.GitHub
-
Connect using o auth git hub.
- connectUsingPassword(String, String) - Static method in class org.kohsuke.github.GitHub
-
Deprecated.Use
GitHub.connectUsingOAuth(String)instead. - content(byte[]) - Method in class org.kohsuke.github.GHContentBuilder
-
Content gh content builder.
- content(String) - Method in class org.kohsuke.github.GHContentBuilder
-
Content gh content builder.
- CONTENT_REFERENCE - org.kohsuke.github.GHEvent
- Contributor() - Constructor for class org.kohsuke.github.GHRepository.Contributor
- CONTRIBUTOR - org.kohsuke.github.GHCommentAuthorAssociation
-
Author has previously committed to the repository.
- ContributorStats() - Constructor for class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
- create() - Method in class org.kohsuke.github.GHAppCreateTokenBuilder
-
Deprecated.
- create() - Method in class org.kohsuke.github.GHBlobBuilder
-
Creates a blob based on the parameters specified thus far.
- create() - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.Actually creates the check run.
- create() - Method in class org.kohsuke.github.GHCommitBuilder
-
Creates a blob based on the parameters specified thus far.
- create() - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Creates a repository with all the parameters.
- create() - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Create gh deployment.
- create() - Method in class org.kohsuke.github.GHDeploymentStatusBuilder
-
Create gh deployment status.
- create() - Method in class org.kohsuke.github.GHGistBuilder
-
Creates a Gist based on the parameters specified thus far.
- create() - Method in class org.kohsuke.github.GHIssueBuilder
-
Creates a new issue.
- create() - Method in class org.kohsuke.github.GHPullRequestReviewBuilder
-
Create gh pull request review.
- create() - Method in class org.kohsuke.github.GHReleaseBuilder
-
Create gh release.
- create() - Method in class org.kohsuke.github.GHTeamBuilder
-
Creates a team with all the parameters.
- create() - Method in class org.kohsuke.github.GHTreeBuilder
-
Creates a tree based on the parameters specified thus far.
- Create() - Constructor for class org.kohsuke.github.GHEventPayload.Create
- CREATE - org.kohsuke.github.GHEvent
- createBlob() - Method in class org.kohsuke.github.GHRepository
-
Create blob gh blob builder.
- createCard(String) - Method in class org.kohsuke.github.GHProjectColumn
-
Create card gh project card.
- createCard(GHIssue) - Method in class org.kohsuke.github.GHProjectColumn
-
Create card gh project card.
- createCheckRun(String, String) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- createColumn(String) - Method in class org.kohsuke.github.GHProject
-
Create column gh project column.
- createComment(String) - Method in class org.kohsuke.github.GHCommit
-
Create comment gh commit comment.
- createComment(String, String, Integer, Integer) - Method in class org.kohsuke.github.GHCommit
-
Creates a commit comment.
- createCommit() - Method in class org.kohsuke.github.GHRepository
-
Create commit gh commit builder.
- createCommitStatus(String, GHCommitState, String, String) - Method in class org.kohsuke.github.GHRepository
-
Create commit status gh commit status.
- createCommitStatus(String, GHCommitState, String, String, String) - Method in class org.kohsuke.github.GHRepository
-
Creates a commit status
- createContent() - Method in class org.kohsuke.github.GHRepository
-
Creates a new content, or update an existing content.
- createContent(byte[], String, String) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- createContent(byte[], String, String, String) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- createContent(String, String, String) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- createContent(String, String, String, String) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- created(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Created gh repository search builder.
- created(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Created gh user search builder.
- CREATED - org.kohsuke.github.GHIssueSearchBuilder.Sort
- CREATED - org.kohsuke.github.GHMarketplaceListAccountBuilder.Sort
- CREATED - org.kohsuke.github.GHPullRequestQueryBuilder.Sort
- createDeployment(String) - Method in class org.kohsuke.github.GHRepository
-
Create deployment gh deployment builder.
- createDeployStatus(int, GHDeploymentState) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.Use
getDeployment(deploymentId).createStatus(ghDeploymentState) - createDiscussion(String) - Method in class org.kohsuke.github.GHTeam
-
Begins the creation of a new instance.
- createGist() - Method in class org.kohsuke.github.GitHub
-
Create gist gh gist builder.
- createHook(String, Map<String, String>, Collection<GHEvent>, boolean) - Method in class org.kohsuke.github.GHOrganization
-
See https://api.github.com/hooks for possible names and their configuration scheme.
- createHook(String, Map<String, String>, Collection<GHEvent>, boolean) - Method in class org.kohsuke.github.GHRepository
-
See https://api.github.com/hooks for possible names and their configuration scheme.
- createIssue(String) - Method in class org.kohsuke.github.GHRepository
-
Create issue gh issue builder.
- createLabel(String, String) - Method in class org.kohsuke.github.GHRepository
-
Create label gh label.
- createLabel(String, String, String) - Method in class org.kohsuke.github.GHRepository
-
Description is still in preview.
- createMilestone(String, String) - Method in class org.kohsuke.github.GHRepository
-
Create milestone gh milestone.
- createOrGetAuth(String, String, List<String>, String, String) - Method in class org.kohsuke.github.GitHub
-
Create or get auth gh authorization.
- createProject(String, String) - Method in class org.kohsuke.github.GHOrganization
-
Creates a project for the organization.
- createProject(String, String) - Method in class org.kohsuke.github.GHRepository
-
Create a project for this repository.
- createPullRequest(String, String, String, String) - Method in class org.kohsuke.github.GHRepository
-
Creates a new pull request.
- createPullRequest(String, String, String, String, boolean) - Method in class org.kohsuke.github.GHRepository
-
Creates a new pull request.
- createPullRequest(String, String, String, String, boolean, boolean) - Method in class org.kohsuke.github.GHRepository
-
Creates a new pull request.
- createReaction(ReactionContent) - Method in class org.kohsuke.github.GHCommitComment
-
Deprecated.
- createReaction(ReactionContent) - Method in class org.kohsuke.github.GHIssue
-
Deprecated.
- createReaction(ReactionContent) - Method in class org.kohsuke.github.GHIssueComment
-
Deprecated.
- createReaction(ReactionContent) - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Deprecated.
- createReaction(ReactionContent) - Method in interface org.kohsuke.github.Reactable
-
Deprecated.
- createRef(String, String) - Method in class org.kohsuke.github.GHRepository
-
Creates a named ref, such as tag, branch, etc.
- createRelease(String) - Method in class org.kohsuke.github.GHRepository
-
Create release gh release builder.
- createRepository(String) - Method in class org.kohsuke.github.GHOrganization
-
Starts a builder that creates a new repository.
- createRepository(String) - Method in class org.kohsuke.github.GitHub
-
Starts a builder that creates a new repository.
- createRepository(String, String, String, boolean) - Method in class org.kohsuke.github.GitHub
-
Deprecated.Use
GitHub.createRepository(String)that uses a builder pattern to let you control every aspect. - createRepository(String, String, String, String, boolean) - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.Use
GHOrganization.createRepository(String)that uses a builder pattern to let you control every aspect. - createRepository(String, String, String, GHTeam, boolean) - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.Use
GHOrganization.createRepository(String)that uses a builder pattern to let you control every aspect. - createRequest() - Method in class org.kohsuke.github.GHMarketplaceListAccountBuilder
-
List any accounts associated with the plan specified on construction with all the order/sort parameters set.
- createReview() - Method in class org.kohsuke.github.GHPullRequest
-
Create review gh pull request review builder.
- createReview(String, GHPullRequestReviewState, List<GHPullRequestReviewComment>) - Method in class org.kohsuke.github.GHPullRequest
-
Deprecated.
- createReview(String, GHPullRequestReviewState, GHPullRequestReviewComment...) - Method in class org.kohsuke.github.GHPullRequest
-
Deprecated.
- createReviewComment(String, String, String, int) - Method in class org.kohsuke.github.GHPullRequest
-
Create review comment gh pull request review comment.
- createStatus(GHDeploymentState) - Method in class org.kohsuke.github.GHDeployment
-
Create status gh deployment status builder.
- createTag(String, String, String, String) - Method in class org.kohsuke.github.GHRepository
-
Create a tag.
- createTeam(String) - Method in class org.kohsuke.github.GHOrganization
-
Starts a builder that creates a new team.
- createTeam(String, Collection<GHRepository>) - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.Use
GHOrganization.createTeam(String)that uses a builder pattern to let you control every aspect. - createTeam(String, GHOrganization.Permission, Collection<GHRepository>) - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.https://developer.github.com/v3/teams/#create-team deprecates permission field use
GHOrganization.createTeam(String) - createTeam(String, GHOrganization.Permission, GHRepository...) - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.https://developer.github.com/v3/teams/#create-team deprecates permission field use
GHOrganization.createTeam(String) - createTeam(String, GHRepository...) - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.Use
GHOrganization.createTeam(String)that uses a builder pattern to let you control every aspect. - createToken() - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.
- createToken(Collection<String>, String, String) - Method in class org.kohsuke.github.GitHub
-
Creates a new authorization.
- createToken(Collection<String>, String, String, Supplier<String>) - Method in class org.kohsuke.github.GitHub
-
Creates a new authorization using an OTP.
- createToken(Map<String, GHPermissionType>) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Use
GHAppInstallation.createToken()instead. - createTree() - Method in class org.kohsuke.github.GHRepository
-
Create tree gh tree builder.
- createURLStreamHandler(String) - Method in class org.kohsuke.github.extras.okhttp3.ObsoleteUrlFactory
-
Creates a URLStreamHandler as a
URL.setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory). - createWebHook(URL) - Method in class org.kohsuke.github.GHOrganization
-
Create web hook gh hook.
- createWebHook(URL) - Method in class org.kohsuke.github.GHRepository
-
Create web hook gh hook.
- createWebHook(URL, Collection<GHEvent>) - Method in class org.kohsuke.github.GHOrganization
-
Create web hook gh hook.
- createWebHook(URL, Collection<GHEvent>) - Method in class org.kohsuke.github.GHRepository
-
Create web hook gh hook.
- creator - Variable in class org.kohsuke.github.GHDeployment
- creator - Variable in class org.kohsuke.github.GHDeploymentStatus
D
- decline() - Method in class org.kohsuke.github.GHInvitation
-
Decline a repository invitation.
- DEFAULT - Static variable in interface org.kohsuke.github.HttpConnector
-
Default implementation that uses
URL.openConnection(). - delete() - Method in class org.kohsuke.github.GHAsset
-
Delete.
- delete() - Method in class org.kohsuke.github.GHCommitComment
-
Deletes this comment.
- delete() - Method in class org.kohsuke.github.GHDeployKey
-
Delete.
- delete() - Method in class org.kohsuke.github.GHDiscussion
-
Delete the discussion
- delete() - Method in class org.kohsuke.github.GHGist
-
Deletes this gist.
- delete() - Method in class org.kohsuke.github.GHHook
-
Deletes this hook.
- delete() - Method in class org.kohsuke.github.GHIssueComment
-
Deletes this issue comment.
- delete() - Method in class org.kohsuke.github.GHLabel
-
Delete this label from the repository.
- delete() - Method in class org.kohsuke.github.GHMilestone
-
Deletes this milestone.
- delete() - Method in class org.kohsuke.github.GHProject
-
Delete.
- delete() - Method in class org.kohsuke.github.GHProjectCard
-
Delete.
- delete() - Method in class org.kohsuke.github.GHProjectColumn
-
Delete.
- delete() - Method in class org.kohsuke.github.GHPullRequestReview
-
Deletes this review.
- delete() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Deletes this review comment.
- delete() - Method in class org.kohsuke.github.GHReaction
-
Deprecated.Removes this reaction.
- delete() - Method in class org.kohsuke.github.GHRef
-
Deletes this ref from the repository using the GitHub API.
- delete() - Method in class org.kohsuke.github.GHRelease
-
Deletes this release.
- delete() - Method in class org.kohsuke.github.GHRepository
-
Deletes this repository.
- delete() - Method in class org.kohsuke.github.GHSubscription
-
Removes this subscription.
- delete() - Method in class org.kohsuke.github.GHTeam
-
Deletes this team.
- delete(String) - Method in class org.kohsuke.github.GHContent
-
Delete gh content update response.
- delete(String, String) - Method in class org.kohsuke.github.GHContent
-
Delete gh content update response.
- Delete() - Constructor for class org.kohsuke.github.GHEventPayload.Delete
- DELETE - org.kohsuke.github.GHEvent
- DELETE_REPO - Static variable in class org.kohsuke.github.GHAuthorization
- deleteAuth(long) - Method in class org.kohsuke.github.GitHub
-
Delete auth.
- deleteBranchOnMerge(boolean) - Method in class org.kohsuke.github.GHRepository
-
After pull requests are merged, you can have head branches deleted automatically.
- deleteFile(String) - Method in class org.kohsuke.github.GHGistUpdater
- deleteInstallation() - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.
- DEPLOY_KEY - org.kohsuke.github.GHEvent
- Deployment() - Constructor for class org.kohsuke.github.GHEventPayload.Deployment
- DEPLOYMENT - org.kohsuke.github.GHEvent
- DEPLOYMENT_STATUS - org.kohsuke.github.GHEvent
- deployment_url - Variable in class org.kohsuke.github.GHDeploymentStatus
- DeploymentStatus() - Constructor for class org.kohsuke.github.GHEventPayload.DeploymentStatus
- DESC - org.kohsuke.github.GHDirection
- description - Variable in class org.kohsuke.github.GHDeployment
- description - Variable in class org.kohsuke.github.GHDeploymentStatus
- description - Variable in class org.kohsuke.github.GHLicense
- description(String) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Description for repository
- description(String) - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Description gh deployment builder.
- description(String) - Method in class org.kohsuke.github.GHDeploymentStatusBuilder
-
Description gh deployment status builder.
- description(String) - Method in class org.kohsuke.github.GHGistBuilder
-
Description gh gist builder.
- description(String) - Method in class org.kohsuke.github.GHGistUpdater
-
Description gh gist updater.
- description(String) - Method in class org.kohsuke.github.GHTeamBuilder
-
Description for this team.
- direction(GHDirection) - Method in class org.kohsuke.github.GHMarketplaceListAccountBuilder
-
Orders the GitHub accounts results, Can be one of asc or desc.
- direction(GHDirection) - Method in class org.kohsuke.github.GHPullRequestQueryBuilder
-
Direction gh pull request query builder.
- disableProtection() - Method in class org.kohsuke.github.GHBranch
-
Disables branch protection and allows anyone with push access to push changes.
- disableSignedCommits() - Method in class org.kohsuke.github.GHBranchProtection
-
Deprecated.
- dismiss(String) - Method in class org.kohsuke.github.GHPullRequestReview
-
Dismisses this review.
- DISMISSED - org.kohsuke.github.GHPullRequestReviewState
- dismissStaleReviews() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Dismiss stale reviews gh branch protection builder.
- dismissStaleReviews(boolean) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Dismiss stale reviews gh branch protection builder.
- diverged - org.kohsuke.github.GHCompare.Status
- DOWNLOAD - org.kohsuke.github.GHEvent
- downloads(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Enables downloads
- draft(boolean) - Method in class org.kohsuke.github.GHReleaseBuilder
-
Optional.
- draft(boolean) - Method in class org.kohsuke.github.GHReleaseUpdater
-
Optional.
- draft(String, String, int) - Static method in class org.kohsuke.github.GHPullRequestReviewComment
-
Deprecated.You should be using
GHPullRequestReviewBuilder.comment(String, String, int)
E
- email - Variable in class org.kohsuke.github.GHEmail
- email - Variable in class org.kohsuke.github.GHPerson
- enable() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Enable gh branch protection.
- enableDownloads(boolean) - Method in class org.kohsuke.github.GHRepository
-
Enable downloads.
- enabledSignedCommits() - Method in class org.kohsuke.github.GHBranchProtection
-
Deprecated.
- enableIssueTracker(boolean) - Method in class org.kohsuke.github.GHRepository
-
Enables or disables the issue tracker for this repository.
- enableProjects(boolean) - Method in class org.kohsuke.github.GHRepository
-
Enables or disables projects for this repository.
- enableProtection() - Method in class org.kohsuke.github.GHBranch
-
Deprecated.
- enableProtection(EnforcementLevel, Collection<String>) - Method in class org.kohsuke.github.GHBranch
-
Deprecated.
- enableWiki(boolean) - Method in class org.kohsuke.github.GHRepository
-
Enables or disables Wiki for this repository.
- EnforceAdmins() - Constructor for class org.kohsuke.github.GHBranchProtection.EnforceAdmins
- EnforcementLevel - Enum in org.kohsuke.github
-
Deprecated.
- entry(String, String, String, String, String) - Method in class org.kohsuke.github.GHTreeBuilder
-
Deprecated.
- environment - Variable in class org.kohsuke.github.GHDeployment
- environment(String) - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Environment gh deployment builder.
- equals(Object) - Method in class org.kohsuke.github.GHDiscussion
- equals(Object) - Method in class org.kohsuke.github.GHEmail
- equals(Object) - Method in class org.kohsuke.github.GHGist
- equals(Object) - Method in class org.kohsuke.github.GHLabel
- equals(Object) - Method in class org.kohsuke.github.GHLicense
- equals(Object) - Method in class org.kohsuke.github.GHRateLimit
- equals(Object) - Method in class org.kohsuke.github.GHRateLimit.Record
- equals(Object) - Method in class org.kohsuke.github.GHRepository.Contributor
- equals(Object) - Method in class org.kohsuke.github.GHRepository
- equals(Object) - Method in class org.kohsuke.github.GHTeam
- equals(Object) - Method in class org.kohsuke.github.GHUser
- ERROR - org.kohsuke.github.GHCommitState
- ERROR - org.kohsuke.github.GHDeploymentState
- event(GHPullRequestReviewEvent) - Method in class org.kohsuke.github.GHPullRequestReviewBuilder
-
The review action you want to perform.
- EVERYONE - org.kohsuke.github.EnforcementLevel
-
Deprecated.
- EXPIRED_KEY - org.kohsuke.github.GHVerification.Reason
- expires_at - Variable in class org.kohsuke.github.GHAppInstallationToken
- extension(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Extension gh content search builder.
- EYES - org.kohsuke.github.ReactionContent
F
- FAIL - Static variable in class org.kohsuke.github.AbuseLimitHandler
-
Fail immediately.
- FAIL - Static variable in class org.kohsuke.github.RateLimitHandler
-
Fail immediately.
- FAILURE - org.kohsuke.github.GHCheckRun.AnnotationLevel
- FAILURE - org.kohsuke.github.GHCheckRun.Conclusion
- FAILURE - org.kohsuke.github.GHCommitState
- FAILURE - org.kohsuke.github.GHDeploymentState
- featured - Variable in class org.kohsuke.github.GHLicense
- file(String, String) - Method in class org.kohsuke.github.GHGistBuilder
-
File gh gist builder.
- File() - Constructor for class org.kohsuke.github.GHCommit.File
- filename(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Filename gh content search builder.
- FIRST_TIME_CONTRIBUTOR - org.kohsuke.github.GHCommentAuthorAssociation
-
Author has not previously committed to the repository.
- FIRST_TIMER - org.kohsuke.github.GHCommentAuthorAssociation
-
Author has not previously committed to GitHub.
- FLAT_RATE - org.kohsuke.github.GHMarketplacePriceModel
- follow() - Method in class org.kohsuke.github.GHUser
-
Follow this user.
- FOLLOW - org.kohsuke.github.GHEvent
- followers - Variable in class org.kohsuke.github.GHPerson
- followers(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Followers gh user search builder.
- FOLLOWERS - org.kohsuke.github.GHUserSearchBuilder.Sort
- following - Variable in class org.kohsuke.github.GHPerson
- forbidden - Variable in class org.kohsuke.github.GHLicense
- forContent(String) - Static method in enum org.kohsuke.github.ReactionContent
-
For content reaction content.
- fork() - Method in class org.kohsuke.github.GHGist
-
Forks this gist into your own.
- fork() - Method in class org.kohsuke.github.GHRepository
-
Forks this repository as your repository.
- fork(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Fork gh content search builder.
- Fork() - Constructor for class org.kohsuke.github.GHEventPayload.Fork
- FORK - org.kohsuke.github.GHEvent
- FORK_APPLY - org.kohsuke.github.GHEvent
- forks(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Forks gh repository search builder.
- FORKS - org.kohsuke.github.GHRepositorySearchBuilder.Sort
- forkTo(GHOrganization) - Method in class org.kohsuke.github.GHRepository
-
Forks this repository into an organization.
- FREE - org.kohsuke.github.GHMarketplacePriceModel
- from(String) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Specifies the SHA1 commit / tag / branch / etc to start listing commits from.
- fromEnvironment() - Static method in class org.kohsuke.github.GitHubBuilder
-
Creates
GitHubBuilderby picking up coordinates from environment variables. - fromEnvironment(String, String, String) - Static method in class org.kohsuke.github.GitHubBuilder
-
Deprecated.Use
GitHubBuilder.fromEnvironment()to pick up standard set of environment variables, so that different clients of this library will all recognize one consistent set of coordinates. - fromEnvironment(String, String, String, String) - Static method in class org.kohsuke.github.GitHubBuilder
-
Deprecated.Use
GitHubBuilder.fromEnvironment()to pick up standard set of environment variables, so that different clients of this library will all recognize one consistent set of coordinates. - fromProperties(Properties) - Static method in class org.kohsuke.github.GitHubBuilder
-
From properties git hub builder.
- fromPropertyFile() - Static method in class org.kohsuke.github.GitHubBuilder
-
From property file git hub builder.
- fromPropertyFile(String) - Static method in class org.kohsuke.github.GitHubBuilder
-
From property file git hub builder.
G
- getAccessTokenUrl() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets access token url.
- getAccount() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets account.
- getAccount() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Gets account.
- getAccountsUrl() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets accounts url.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.CheckRun
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.CheckSuite
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.CommitComment
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.Installation
-
Gets action
- getAction() - Method in class org.kohsuke.github.GHEventPayload.InstallationRepositories
-
Gets action
- getAction() - Method in class org.kohsuke.github.GHEventPayload.Issue
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReview
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReviewComment
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.Release
-
Gets action.
- getAction() - Method in class org.kohsuke.github.GHEventPayload.Repository
-
Gets action.
- getActor() - Method in class org.kohsuke.github.GHEventInfo
-
Gets actor.
- getActor() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets actor.
- getActorLogin() - Method in class org.kohsuke.github.GHEventInfo
-
Gets actor login.
- getAdded() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Gets added.
- getAdditions() - Method in class org.kohsuke.github.GHPullRequest
-
Gets additions.
- getAdditions() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets additions.
- getAdditions() - Method in class org.kohsuke.github.GHRepositoryStatistics.CodeFrequency
-
Gets additions.
- getAfter() - Method in class org.kohsuke.github.GHCheckSuite
-
The SHA of the most recent commit on ref after the push.
- getAheadBy() - Method in class org.kohsuke.github.GHCompare
-
Gets ahead by.
- getAllCommits() - Method in class org.kohsuke.github.GHRepositoryStatistics.Participation
-
Gets all commits.
- getAllOrganizations() - Method in class org.kohsuke.github.GHMyself
-
Gets the organization that this user belongs to.
- getAllRepositories() - Method in class org.kohsuke.github.GHMyself
-
Gets the all repositories this user owns (public and private).
- getAnnotationsCount() - Method in class org.kohsuke.github.GHCheckRun.Output
-
Gets the annotation count of a check run.
- getAnnotationsUrl() - Method in class org.kohsuke.github.GHCheckRun.Output
-
Gets the URL of annotations.
- getApi() - Method in interface org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Gets api.
- getApi() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinal
- getApi() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinalCreator
- getApi() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- getApi() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
- getApi() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- getApi() - Method in class org.kohsuke.github.GHMeta
-
Gets api.
- getApiRoute() - Method in class org.kohsuke.github.GHIssue
-
Gets api route.
- getApiRoute() - Method in class org.kohsuke.github.GHMilestone
-
Gets api route.
- getApiRoute() - Method in class org.kohsuke.github.GHProject
-
Gets api route.
- getApiRoute() - Method in class org.kohsuke.github.GHProjectCard
-
Gets api route.
- getApiRoute() - Method in class org.kohsuke.github.GHProjectColumn
-
Gets api route.
- getApiRoute() - Method in class org.kohsuke.github.GHPullRequest
- getApiRoute() - Method in class org.kohsuke.github.GHPullRequestReview
-
Gets api route.
- getApiRoute() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Gets api route.
- getApiUrl() - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.
- getApiUrl() - Method in class org.kohsuke.github.GHContentSearchBuilder
- getApiUrl() - Method in class org.kohsuke.github.GHIssueSearchBuilder
- getApiUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
Gets api url.
- getApiUrl() - Method in class org.kohsuke.github.GHRepositorySearchBuilder
- getApiUrl() - Method in class org.kohsuke.github.GHSearchBuilder
-
Gets api url.
- getApiUrl() - Method in class org.kohsuke.github.GHUserSearchBuilder
- getApiUrl() - Method in class org.kohsuke.github.GitHub
-
Gets api url.
- getApiURL() - Method in class org.kohsuke.github.GHAuthorization
-
Deprecated.
- getApiURL() - Method in class org.kohsuke.github.GHIssue
-
Deprecated.
- getApp() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the GitHub app this check run belongs to, included in response.
- getApp() - Method in class org.kohsuke.github.GHCheckSuite
-
Gets the GitHub app this check suite belongs to, included in response.
- getApp() - Method in class org.kohsuke.github.GitHub
-
Deprecated.
- getAppId() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets app id.
- getAppName() - Method in class org.kohsuke.github.GHAuthorization
-
Gets app name.
- getAppUrl() - Method in class org.kohsuke.github.GHAuthorization
-
Gets app url.
- getAssets() - Method in class org.kohsuke.github.GHRelease
-
Gets assets.
- getAssetsUrl() - Method in class org.kohsuke.github.GHRelease
-
Gets assets url.
- getAssignee() - Method in class org.kohsuke.github.GHIssue
-
Gets assignee.
- getAssignee() - Method in class org.kohsuke.github.GHIssueEvent
-
Get the
GHUserthat was assigned or unassigned from the issue. - getAssignees() - Method in class org.kohsuke.github.GHIssue
-
Gets assignees.
- getAuthor() - Method in class org.kohsuke.github.GHCheckSuite.HeadCommit
-
Gets author.
- getAuthor() - Method in class org.kohsuke.github.GHCommit
-
Gets author.
- getAuthor() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Gets author.
- getAuthor() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
Gets author.
- getAuthor() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Gets author.
- getAuthor() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
Gets author.
- getAuthor() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
-
Gets author.
- getAuthorAssociation() - Method in class org.kohsuke.github.GHIssueComment
-
Gets author association.
- getAuthoredDate() - Method in class org.kohsuke.github.GHCommit
-
Gets the date the change was authored on.
- getAuthoredDate() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Gets authored date.
- getAvatarUrl() - Method in class org.kohsuke.github.GHPerson
-
Returns a string of the avatar image URL.
- getBase() - Method in class org.kohsuke.github.GHPullRequest
-
This points to where the change should be pulled into, but I'm not really sure what exactly it means.
- getBaseCommit() - Method in class org.kohsuke.github.GHCompare
-
Gets base commit.
- getBefore() - Method in class org.kohsuke.github.GHCheckSuite
-
The SHA of the most recent commit on ref before the push.
- getBefore() - Method in class org.kohsuke.github.GHEventPayload.Push
-
This is undocumented, but it looks like this captures the commit that the ref was pointing to before the push.
- getBehindBy() - Method in class org.kohsuke.github.GHCompare
-
Gets behind by.
- getBillingCycle() - Method in class org.kohsuke.github.GHMarketplacePurchase
-
Gets billing cycle.
- getBillingCycle() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Gets billing cycle.
- getBio() - Method in class org.kohsuke.github.GHUser
- getBlob(String) - Method in class org.kohsuke.github.GHRepository
-
Obtains the metadata & the content of a blob.
- getBlobUrl() - Method in class org.kohsuke.github.GHCommit.File
-
Gets blob url.
- getBlobUrl() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets blob url.
- getBlog() - Method in class org.kohsuke.github.GHPerson
-
Gets the blog URL of this user.
- getBody() - Method in class org.kohsuke.github.GHCommitComment
-
Commit comment in the GitHub flavored markdown format.
- getBody() - Method in class org.kohsuke.github.GHDiscussion
-
The description of this discussion.
- getBody() - Method in class org.kohsuke.github.GHIssue
-
The description of this pull request.
- getBody() - Method in class org.kohsuke.github.GHIssueComment
-
The comment itself.
- getBody() - Method in class org.kohsuke.github.GHLicense
-
Gets body.
- getBody() - Method in class org.kohsuke.github.GHProject
-
Gets body.
- getBody() - Method in class org.kohsuke.github.GHPullRequestReview
-
The comment itself.
- getBody() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
The comment itself.
- getBody() - Method in class org.kohsuke.github.GHRelease
-
Gets body.
- getBoundCommit() - Method in class org.kohsuke.github.GHThread
-
If this thread is about a commit, return that commit.
- getBoundIssue() - Method in class org.kohsuke.github.GHThread
-
If this thread is about an issue, return that issue.
- getBoundPullRequest() - Method in class org.kohsuke.github.GHThread
-
If this thread is about a pull request, return that pull request.
- getBranch(String) - Method in class org.kohsuke.github.GHRepository
-
Gets branch.
- getBranches() - Method in class org.kohsuke.github.GHRepository
-
Gets branches by their names.
- getBrowserDownloadUrl() - Method in class org.kohsuke.github.GHAsset
-
Gets browser download url.
- getBullets() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets bullets.
- getCategory() - Method in class org.kohsuke.github.GHLicense
-
Gets category.
- getChangedFiles() - Method in class org.kohsuke.github.GHPullRequest
-
Gets changed files.
- getChanges() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets changes.
- getCheckRun() - Method in class org.kohsuke.github.GHEventPayload.CheckRun
-
Gets Check Run object
- getCheckRuns() - Method in class org.kohsuke.github.GHCommit
-
Deprecated.
- getCheckRuns(String) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- getCheckRunsUrl() - Method in class org.kohsuke.github.GHCheckSuite
-
The url used to list all the check runs belonged to this suite.
- getCheckSuite() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the check suite this check run belongs to
- getCheckSuite() - Method in class org.kohsuke.github.GHEventPayload.CheckSuite
-
Gets the Check Suite object
- getClones() - Method in class org.kohsuke.github.GHRepositoryCloneTraffic
-
Gets clones.
- getCloneTraffic() - Method in class org.kohsuke.github.GHRepository
- getClosedAt() - Method in class org.kohsuke.github.GHIssue
-
Gets closed at.
- getClosedAt() - Method in class org.kohsuke.github.GHMilestone
-
When was this milestone closed?
- getClosedBy() - Method in class org.kohsuke.github.GHIssue
-
Reports who has closed the issue.
- getClosedBy() - Method in class org.kohsuke.github.GHPullRequest
- getClosedIssues() - Method in class org.kohsuke.github.GHMilestone
-
Gets closed issues.
- getCodeFrequency() - Method in class org.kohsuke.github.GHRepositoryStatistics
-
Get the number of additions and deletions per week.
- getCollaboratorNames() - Method in class org.kohsuke.github.GHRepository
-
Gets the names of the collaborators on this repository.
- getCollaborators() - Method in class org.kohsuke.github.GHRepository
-
Gets the collaborators on this repository.
- getColor() - Method in class org.kohsuke.github.GHLabel
-
Color code without leading '#', such as 'f29513'
- getColumn() - Method in class org.kohsuke.github.GHProjectCard
-
Gets column.
- getColumnUrl() - Method in class org.kohsuke.github.GHProjectCard
-
Gets column url.
- getComment() - Method in class org.kohsuke.github.GHEventPayload.CommitComment
-
Gets comment.
- getComment() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
Gets comment.
- getComment() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReviewComment
-
Gets comment.
- getComment_count() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
Gets comment count.
- getCommentCount() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Gets comment count.
- getCommentCount() - Method in class org.kohsuke.github.GHGist
-
Gets comment count.
- getComments() - Method in class org.kohsuke.github.GHIssue
-
Obtains all the comments associated with this issue.
- getCommentsCount() - Method in class org.kohsuke.github.GHIssue
-
Gets comments count.
- getCommentsUrl() - Method in class org.kohsuke.github.GHGist
-
Gets comments url.
- getCommentsUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
Gets comments url.
- getCommit() - Method in class org.kohsuke.github.GHCommitComment
-
Gets the commit to which this comment is associated with.
- getCommit() - Method in class org.kohsuke.github.GHCommitPointer
-
Obtains the commit that this pointer is referring to.
- getCommit() - Method in class org.kohsuke.github.GHCompare.Commit
-
Gets commit.
- getCommit() - Method in class org.kohsuke.github.GHContentUpdateResponse
-
Gets commit.
- getCommit() - Method in class org.kohsuke.github.GHEventPayload.Status
-
Gets the commit associated with the status event.
- getCommit() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
Gets commit.
- getCommit() - Method in class org.kohsuke.github.GHTag
-
Gets commit.
- getCommit(String) - Method in class org.kohsuke.github.GHRepository
-
Gets a commit object in this repository.
- getCommitActivity() - Method in class org.kohsuke.github.GHRepositoryStatistics
-
Get the last year of commit activity data.
- getCommitDate() - Method in class org.kohsuke.github.GHCommit
-
Gets the date the change was committed on.
- getCommitDate() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Gets commit date.
- getCommitId() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets commit id.
- getCommitId() - Method in class org.kohsuke.github.GHPullRequestReview
-
Gets commit id.
- getCommits() - Method in class org.kohsuke.github.GHCompare
-
Gets an array of commits.
- getCommits() - Method in class org.kohsuke.github.GHEventPayload.Push
-
The list of pushed commits.
- getCommits() - Method in class org.kohsuke.github.GHPullRequest
-
Gets commits.
- getCommitShortInfo() - Method in class org.kohsuke.github.GHCommit
-
Gets commit short info.
- getCommitsUrl() - Method in class org.kohsuke.github.GHGist
-
Gets commits url.
- getCommitter() - Method in class org.kohsuke.github.GHCheckSuite.HeadCommit
-
Gets committer.
- getCommitter() - Method in class org.kohsuke.github.GHCommit
-
Gets committer.
- getCommitter() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Gets committer.
- getCommitter() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
Gets committer.
- getCommitter() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Gets committer.
- getCommitter() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
Gets committer.
- getCommitUrl() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets commit url.
- getCompany() - Method in class org.kohsuke.github.GHPerson
-
Gets the company name of this user, like "Sun Microsystems, Inc."
- getCompare(String, String) - Method in class org.kohsuke.github.GHRepository
-
Gets a comparison between 2 points in the repository.
- getCompare(GHBranch, GHBranch) - Method in class org.kohsuke.github.GHRepository
-
Gets compare.
- getCompare(GHCommit, GHCommit) - Method in class org.kohsuke.github.GHRepository
-
Gets compare.
- getCompletedAt() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the completed time of the check run in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
- getConclusion() - Method in class org.kohsuke.github.GHCheckRun
-
Gets conclusion of a completed check run.
- getConclusion() - Method in class org.kohsuke.github.GHCheckSuite
-
Gets conclusion of a completed check suite.
- getConfig() - Method in class org.kohsuke.github.GHHook
-
Gets config.
- getConnector() - Method in class org.kohsuke.github.GitHub
-
Gets connector.
- getContent() - Method in class org.kohsuke.github.GHBlob
-
Gets content.
- getContent() - Method in class org.kohsuke.github.GHContent
-
Deprecated.Use
GHContent.read() - getContent() - Method in class org.kohsuke.github.GHContentUpdateResponse
-
Gets content.
- getContent() - Method in class org.kohsuke.github.GHGistFile
-
Content of this file.
- getContent() - Method in class org.kohsuke.github.GHProjectCard
-
Gets content.
- getContent() - Method in class org.kohsuke.github.GHReaction
-
Deprecated.The kind of reaction left.
- getContent() - Method in enum org.kohsuke.github.ReactionContent
-
Gets content.
- getContentsUrl() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets contents url.
- getContentType() - Method in class org.kohsuke.github.GHAsset
-
Gets content type.
- getContentUrl() - Method in class org.kohsuke.github.GHProjectCard
-
Gets content url.
- getContext() - Method in class org.kohsuke.github.GHCommitStatus
-
Gets context.
- getContext() - Method in class org.kohsuke.github.GHEventPayload.Status
-
Gets the status content.
- getContexts() - Method in class org.kohsuke.github.GHBranchProtection.RequiredStatusChecks
-
Gets contexts.
- getContributions() - Method in class org.kohsuke.github.GHRepository.Contributor
-
Gets contributions.
- getContributorStats() - Method in class org.kohsuke.github.GHRepositoryStatistics
-
Get contributors list with additions, deletions, and commit count.
- getContributorStats(boolean) - Method in class org.kohsuke.github.GHRepositoryStatistics
-
Deprecated.
- getCore() - Method in class org.kohsuke.github.GHRateLimit
-
The core object provides your rate limit status for all non-search-related resources in the REST API.
- getCount() - Method in class org.kohsuke.github.GHRepositoryTraffic.DailyInfo
- getCount() - Method in class org.kohsuke.github.GHRepositoryTraffic
- getCount() - Method in interface org.kohsuke.github.TrafficInfo
-
Total count of hits.
- getCreatedAt() - Method in class org.kohsuke.github.GHEventInfo
-
Gets created at.
- getCreatedAt() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets created at.
- getCreatedAt() - Method in class org.kohsuke.github.GHObject
-
When was this resource created?
- getCreatedAt() - Method in class org.kohsuke.github.GHPerson
- getCreatedAt() - Method in class org.kohsuke.github.GHPullRequestReview
-
Since this method does not exist, we forward this value.
- getCreatedAt() - Method in class org.kohsuke.github.GHSubscription
-
Gets created at.
- getCreator() - Method in class org.kohsuke.github.GHCommitStatus
-
Gets creator.
- getCreator() - Method in class org.kohsuke.github.GHDeployment
-
Gets creator.
- getCreator() - Method in class org.kohsuke.github.GHMilestone
-
Gets creator.
- getCreator() - Method in class org.kohsuke.github.GHProject
-
Gets creator.
- getCreator() - Method in class org.kohsuke.github.GHProjectCard
-
Gets creator.
- getDailyInfo() - Method in class org.kohsuke.github.GHRepositoryCloneTraffic
- getDailyInfo() - Method in class org.kohsuke.github.GHRepositoryTraffic
-
Gets daily info.
- getDailyInfo() - Method in class org.kohsuke.github.GHRepositoryViewTraffic
- getDate() - Method in class org.kohsuke.github.GitUser
-
Gets date.
- getDayOfWeek() - Method in class org.kohsuke.github.GHRepositoryStatistics.PunchCardItem
-
Gets day of week.
- getDays() - Method in class org.kohsuke.github.GHRepositoryStatistics.CommitActivity
-
Gets days.
- getDefaultBranch() - Method in class org.kohsuke.github.GHRepository
-
Returns the primary branch you'll configure in the "Admin > Options" config page.
- getDeletions() - Method in class org.kohsuke.github.GHPullRequest
-
Gets deletions.
- getDeletions() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets deletions.
- getDeletions() - Method in class org.kohsuke.github.GHRepositoryStatistics.CodeFrequency
-
Gets deletions.
- getDeployKeys() - Method in class org.kohsuke.github.GHRepository
-
Gets deploy keys.
- getDeployment() - Method in class org.kohsuke.github.GHEventPayload.Deployment
-
Gets deployment.
- getDeployment() - Method in class org.kohsuke.github.GHEventPayload.DeploymentStatus
-
Gets deployment.
- getDeployment(long) - Method in class org.kohsuke.github.GHRepository
-
Obtains a single
GHDeploymentby its ID. - getDeploymentStatus() - Method in class org.kohsuke.github.GHEventPayload.DeploymentStatus
-
Gets deployment status.
- getDeploymentStatuses(int) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.Use
getDeployment(id).listStatuses() - getDeploymentUrl() - Method in class org.kohsuke.github.GHDeploymentStatus
-
Gets deployment url.
- getDescription() - Method in class org.kohsuke.github.GHApp
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHCommitStatus
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHEventPayload.Create
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHEventPayload.Status
-
Gets the status description.
- getDescription() - Method in class org.kohsuke.github.GHGist
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHLabel
-
Purpose of Label
- getDescription() - Method in class org.kohsuke.github.GHLicense
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHMilestone
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHRepository
-
Gets description.
- getDescription() - Method in class org.kohsuke.github.GHTeam
-
Gets description.
- getDetailsUrl() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the details URL from which to find full details of the check run on the integrator's site.
- getDiffUrl() - Method in class org.kohsuke.github.GHCompare
-
Gets diff url.
- getDiffUrl() - Method in class org.kohsuke.github.GHIssue.PullRequest
-
Gets diff url.
- getDiffUrl() - Method in class org.kohsuke.github.GHPullRequest
-
The diff file, like https://github.com/jenkinsci/jenkins/pull/100.diff
- getDirectoryContent(String) - Method in class org.kohsuke.github.GHRepository
-
Gets directory content.
- getDirectoryContent(String, String) - Method in class org.kohsuke.github.GHRepository
-
Gets directory content.
- getDiscussion(long) - Method in class org.kohsuke.github.GHTeam
-
Gets a single discussion by ID.
- getDismissalRestrictions() - Method in class org.kohsuke.github.GHBranchProtection.RequiredReviews
-
Gets dismissal restrictions.
- getDownloadCount() - Method in class org.kohsuke.github.GHAsset
-
Gets download count.
- getDownloadUrl() - Method in class org.kohsuke.github.GHContent
-
URL to retrieve the raw content of the file.
- getDueOn() - Method in class org.kohsuke.github.GHMilestone
-
Gets due on.
- getEffectiveDate() - Method in class org.kohsuke.github.GHMarketplacePendingChange
-
Gets effective date.
- getEmail() - Method in class org.kohsuke.github.GHEmail
-
Gets email.
- getEmail() - Method in class org.kohsuke.github.GHEventPayload.Push.Pusher
-
Gets email.
- getEmail() - Method in class org.kohsuke.github.GHMarketplaceAccount
-
Gets email.
- getEmail() - Method in class org.kohsuke.github.GHPerson
-
Gets the e-mail address of the user.
- getEmail() - Method in class org.kohsuke.github.GitUser
-
Gets email.
- getEmails() - Method in class org.kohsuke.github.GHMyself
-
Deprecated.
- getEmails2() - Method in class org.kohsuke.github.GHMyself
-
Returns the read-only list of e-mail addresses configured for you.
- getEncodedContent() - Method in class org.kohsuke.github.GHContent
-
Deprecated.Use
GHContent.read() - getEncoding() - Method in class org.kohsuke.github.GHBlob
-
Gets encoding.
- getEncoding() - Method in class org.kohsuke.github.GHContent
-
Gets encoding.
- getEnforceAdmins() - Method in class org.kohsuke.github.GHBranchProtection
-
Gets enforce admins.
- getEntry(String) - Method in class org.kohsuke.github.GHTree
-
Finds a tree entry by its name.
- getEnvironment() - Method in class org.kohsuke.github.GHDeployment
-
Gets environment.
- getEvent() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets event.
- getEvents() - Method in class org.kohsuke.github.GHApp
-
Gets events.
- getEvents() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets events.
- getEvents() - Method in class org.kohsuke.github.GHHook
-
Gets events.
- getEvents() - Method in class org.kohsuke.github.GitHub
-
Public events visible to you.
- getExpiresAt() - Method in class org.kohsuke.github.GHAppInstallationToken
-
Gets expires at.
- getExternalId() - Method in class org.kohsuke.github.GHCheckRun
-
Gets a reference for the check run on the integrator's system.
- getExternalUrl() - Method in class org.kohsuke.github.GHApp
-
Gets external url.
- getFile(String) - Method in class org.kohsuke.github.GHGist
-
Gets file.
- getFileContent(String) - Method in class org.kohsuke.github.GHRepository
-
Gets file content.
- getFileContent(String, String) - Method in class org.kohsuke.github.GHRepository
-
Gets file content.
- getFilename() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets filename.
- getFileName() - Method in class org.kohsuke.github.GHCommit.File
-
Gets file name.
- getFileName() - Method in class org.kohsuke.github.GHGistFile
-
Gets file name.
- getFiles() - Method in class org.kohsuke.github.GHCommit
-
List of files changed/added/removed in this commit.
- getFiles() - Method in class org.kohsuke.github.GHCompare
-
Gets an array of commits.
- getFiles() - Method in class org.kohsuke.github.GHGist
-
Gets files.
- getFingerprint() - Method in class org.kohsuke.github.GHAuthorization
-
Gets fingerprint.
- getFollowers() - Method in class org.kohsuke.github.GHUser
-
Lists the users who are following this user.
- getFollowersCount() - Method in class org.kohsuke.github.GHPerson
-
Gets followers count.
- getFollowingCount() - Method in class org.kohsuke.github.GHPerson
-
Gets following count.
- getFollows() - Method in class org.kohsuke.github.GHUser
-
Lists the users that this user is following
- getForbidden() - Method in class org.kohsuke.github.GHLicense
-
Gets forbidden.
- getForkee() - Method in class org.kohsuke.github.GHEventPayload.Fork
-
Gets forkee.
- getForks() - Method in class org.kohsuke.github.GHRepository
-
Deprecated.use
GHRepository.getForksCount()instead - getForksCount() - Method in class org.kohsuke.github.GHRepository
-
Returns the number of all forks of this repository.
- getForksUrl() - Method in class org.kohsuke.github.GHGist
-
Gets forks url.
- getFreeTrialEndsOn() - Method in class org.kohsuke.github.GHMarketplacePurchase
-
Gets free trial ends on.
- getFreeTrialEndsOn() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Gets free trial ends on.
- getFullName() - Method in class org.kohsuke.github.GHRepository
-
Full repository name including the owner or organization.
- getGist(String) - Method in class org.kohsuke.github.GitHub
-
Gets a single gist by ID.
- getGistId() - Method in class org.kohsuke.github.GHGist
-
Gets the id for this Gist.
- getGit() - Method in interface org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Gets git.
- getGit() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinal
- getGit() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinalCreator
- getGit() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- getGit() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
- getGit() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- getGit() - Method in class org.kohsuke.github.GHMeta
-
Gets git.
- getGitPullUrl() - Method in class org.kohsuke.github.GHGist
-
Gets git pull url.
- getGitPushUrl() - Method in class org.kohsuke.github.GHGist
-
Gets git push url.
- getGitTransportUrl() - Method in class org.kohsuke.github.GHRepository
-
Gets the git:// URL to this repository, such as "git://github.com/kohsuke/jenkins.git" This URL is read-only.
- getGitUrl() - Method in class org.kohsuke.github.GHContent
-
Gets git url.
- getGravatarId() - Method in class org.kohsuke.github.GHPerson
-
Deprecated.No longer available in the v3 API.
- getHashedToken() - Method in class org.kohsuke.github.GHAuthorization
-
Gets hashed token.
- getHead() - Method in class org.kohsuke.github.GHEventPayload.Push
-
The SHA of the HEAD commit on the repository
- getHead() - Method in class org.kohsuke.github.GHPullRequest
-
The change that should be pulled.
- getHeadBranch() - Method in class org.kohsuke.github.GHCheckSuite
-
The head branch name the changes are on.
- getHeadCommit() - Method in class org.kohsuke.github.GHCheckSuite
-
The commit of current head.
- getHeadSha() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the HEAD SHA.
- getHeadSha() - Method in class org.kohsuke.github.GHCheckSuite
-
Gets the HEAD SHA.
- getHomepage() - Method in class org.kohsuke.github.GHRepository
-
Gets homepage.
- getHook(int) - Method in class org.kohsuke.github.GHOrganization
-
Gets hook.
- getHook(int) - Method in class org.kohsuke.github.GHRepository
-
Gets hook.
- getHooks() - Method in interface org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Gets hooks.
- getHooks() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinal
- getHooks() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinalCreator
- getHooks() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- getHooks() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
- getHooks() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- getHooks() - Method in class org.kohsuke.github.GHMeta
-
Gets hooks.
- getHooks() - Method in class org.kohsuke.github.GHOrganization
-
Retrieves the currently configured hooks.
- getHooks() - Method in class org.kohsuke.github.GHRepository
-
Retrieves the currently configured hooks.
- getHourOfDay() - Method in class org.kohsuke.github.GHRepositoryStatistics.PunchCardItem
-
Gets hour of day.
- getHtml_url() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
-
Gets html url.
- getHtmlUrl() - Method in class org.kohsuke.github.GHApp
- getHtmlUrl() - Method in class org.kohsuke.github.GHAppInstallation
- getHtmlUrl() - Method in class org.kohsuke.github.GHAsset
-
Deprecated.This object has no HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHAuthorization
-
Deprecated.This object has no HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the HTML URL: https://github.com/[owner]/[repo-name]/runs/[check-run-id], usually an GitHub Action page of the check run.
- getHtmlUrl() - Method in class org.kohsuke.github.GHCheckSuite
-
Check suite doesn't have a HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHCommit
-
Gets html url.
- getHtmlUrl() - Method in class org.kohsuke.github.GHCommitComment
-
URL like 'https://github.com/kohsuke/sandbox-ant/commit/8ae38db0ea5837313ab5f39d43a6f73de3bd9000#commitcomment-1252827' to show this commit comment in a browser.
- getHtmlUrl() - Method in class org.kohsuke.github.GHCommitStatus
-
Deprecated.This object has no HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHCompare
-
Gets html url.
- getHtmlUrl() - Method in class org.kohsuke.github.GHContent
-
Gets html url.
- getHtmlUrl() - Method in class org.kohsuke.github.GHDeployment
-
Deprecated.This object has no HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHDeploymentStatus
-
Deprecated.This object has no HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHDiscussion
- getHtmlUrl() - Method in class org.kohsuke.github.GHGist
-
Get the html url.
- getHtmlUrl() - Method in class org.kohsuke.github.GHHook
-
Deprecated.This object has no HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHInvitation
- getHtmlUrl() - Method in class org.kohsuke.github.GHIssue
-
The HTML page of this issue, like https://github.com/jenkinsci/jenkins/issues/100
- getHtmlUrl() - Method in class org.kohsuke.github.GHIssueComment
- getHtmlUrl() - Method in class org.kohsuke.github.GHLicense
- getHtmlUrl() - Method in class org.kohsuke.github.GHMilestone
- getHtmlUrl() - Method in class org.kohsuke.github.GHObject
-
Gets html url.
- getHtmlUrl() - Method in class org.kohsuke.github.GHPerson
- getHtmlUrl() - Method in class org.kohsuke.github.GHProject
- getHtmlUrl() - Method in class org.kohsuke.github.GHProjectCard
- getHtmlUrl() - Method in class org.kohsuke.github.GHProjectColumn
- getHtmlUrl() - Method in class org.kohsuke.github.GHPullRequestReview
- getHtmlUrl() - Method in class org.kohsuke.github.GHPullRequestReviewComment
- getHtmlUrl() - Method in class org.kohsuke.github.GHReaction
-
Deprecated.
- getHtmlUrl() - Method in class org.kohsuke.github.GHRelease
- getHtmlUrl() - Method in class org.kohsuke.github.GHRepository
- getHtmlUrl() - Method in class org.kohsuke.github.GHRepositoryStatistics.CommitActivity
- getHtmlUrl() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
- getHtmlUrl() - Method in class org.kohsuke.github.GHRepositoryStatistics.Participation
- getHtmlUrl() - Method in class org.kohsuke.github.GHRequestedAction
-
Deprecated.This object has no HTML URL.
- getHtmlUrl() - Method in class org.kohsuke.github.GHTeam
- getHtmlUrl() - Method in class org.kohsuke.github.GHThread
-
Deprecated.This object has no HTML URL.
- getHttpTransportUrl() - Method in class org.kohsuke.github.GHRepository
-
Gets the HTTPS URL to this repository, such as "https://github.com/kohsuke/jenkins.git" This URL is read-only.
- getId() - Method in class org.kohsuke.github.GHCheckSuite.HeadCommit
-
Gets id of the commit, used by
GHCheckSuitewhen aGHEvent.CHECK_SUITEcomes - getId() - Method in class org.kohsuke.github.GHDeployKey
-
Gets id.
- getId() - Method in class org.kohsuke.github.GHDiscussion
-
The id number of this discussion.
- getId() - Method in class org.kohsuke.github.GHEventInfo
-
Gets id.
- getId() - Method in class org.kohsuke.github.GHGist
-
Deprecated.Use
GHGist.getGistId()instead. - getId() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets id.
- getId() - Method in class org.kohsuke.github.GHKey
-
Gets id.
- getId() - Method in class org.kohsuke.github.GHMarketplaceAccount
-
Gets id.
- getId() - Method in class org.kohsuke.github.GHMarketplacePendingChange
-
Gets id.
- getId() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets id.
- getId() - Method in class org.kohsuke.github.GHObject
-
Gets id.
- getImplementation() - Method in class org.kohsuke.github.GHLicense
-
Gets implementation.
- getImporter() - Method in interface org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Gets importer.
- getImporter() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinal
- getImporter() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinalCreator
- getImporter() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- getImporter() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
-
Missing
JsonPropertyor having it on the field will cause Jackson to ignore getters and setters. - getImporter() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- getImporter() - Method in class org.kohsuke.github.GHMeta
-
Gets importer.
- getInReplyToId() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Gets in reply to id.
- getInstallation() - Method in class org.kohsuke.github.GHEventPayload.Installation
-
Gets installation
- getInstallation() - Method in class org.kohsuke.github.GHEventPayload.InstallationRepositories
-
Gets installation
- getInstallationById(long) - Method in class org.kohsuke.github.GHApp
-
Deprecated.
- getInstallationByOrganization(String) - Method in class org.kohsuke.github.GHApp
-
Deprecated.
- getInstallationByRepository(String, String) - Method in class org.kohsuke.github.GHApp
-
Deprecated.
- getInstallationByUser(String) - Method in class org.kohsuke.github.GHApp
-
Deprecated.
- getInstallationsCount() - Method in class org.kohsuke.github.GHApp
-
Gets installations count.
- getIssue() - Method in class org.kohsuke.github.GHEventPayload.Issue
-
Gets issue.
- getIssue() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
Gets issue.
- getIssue() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets issue.
- getIssue(int) - Method in class org.kohsuke.github.GHRepository
-
Gets issue.
- getIssueEvent(long) - Method in class org.kohsuke.github.GHRepository
-
Get a single issue event.
- getIssues(GHIssueState) - Method in class org.kohsuke.github.GHRepository
-
Gets issues.
- getIssues(GHIssueState, GHMilestone) - Method in class org.kohsuke.github.GHRepository
-
Gets issues.
- getIssuesApiRoute() - Method in class org.kohsuke.github.GHIssue
-
Gets issues api route.
- getIssueUpdatedAt() - Method in class org.kohsuke.github.GHPullRequest
-
Deprecated.
- getIssueUrl() - Method in class org.kohsuke.github.GHPullRequest
-
The URL of the patch file.
- getKey() - Method in class org.kohsuke.github.GHDeployKey
-
Gets key.
- getKey() - Method in class org.kohsuke.github.GHKey
-
Gets key.
- getKey() - Method in class org.kohsuke.github.GHLicense
-
Gets key.
- getKeys() - Method in class org.kohsuke.github.GHUser
-
Gets keys.
- getLabel() - Method in class org.kohsuke.github.GHAsset
-
Gets label.
- getLabel() - Method in class org.kohsuke.github.GHCommitPointer
-
String that looks like "USERNAME:REF".
- getLabel() - Method in class org.kohsuke.github.GHIssueEvent
-
Get the
GHLabelthat was added to or removed from the issue. - getLabel(String) - Method in class org.kohsuke.github.GHRepository
-
Gets label.
- getLabels() - Method in class org.kohsuke.github.GHIssue
-
Gets labels.
- getLabels() - Method in class org.kohsuke.github.GHPullRequest
- getLanguage() - Method in class org.kohsuke.github.GHGistFile
-
Gets language.
- getLanguage() - Method in class org.kohsuke.github.GHRepository
-
Gets the primary programming language.
- getLastCommentUrl() - Method in class org.kohsuke.github.GHThread
-
Gets last comment url.
- getLastCommitStatus(String) - Method in class org.kohsuke.github.GHRepository
-
Gets the last status of this commit, which is what gets shown in the UI.
- getLastReadAt() - Method in class org.kohsuke.github.GHThread
-
Returns null if the entire thread has never been read.
- getLastStatus() - Method in class org.kohsuke.github.GHCommit
-
Gets last status.
- getLatestCheckRunsCount() - Method in class org.kohsuke.github.GHCheckSuite
-
The quantity of check runs that had run as part of the latest push.
- getLatestRelease() - Method in class org.kohsuke.github.GHRepository
-
Gets latest release.
- getLicense() - Method in class org.kohsuke.github.GHRepository
-
Gets the basic license details for the repository.
- getLicense(String) - Method in class org.kohsuke.github.GitHub
-
Returns the full details for a license
- getLicenseContent() - Method in class org.kohsuke.github.GHRepository
-
Retrieves the contents of the repository's license file - makes an additional API call
- getLimit() - Method in class org.kohsuke.github.GHRateLimit
-
Gets the total number of Core API calls per hour allotted for this connection.
- getLimit() - Method in class org.kohsuke.github.GHRateLimit.Record
-
Gets the total number of API calls per hour allotted for this connection.
- getLine() - Method in class org.kohsuke.github.GHCommitComment
-
A commit comment can be on a specific line of a specific file, if so, this field points to the line number in the file.
- getLinesAdded() - Method in class org.kohsuke.github.GHCommit.File
-
Gets lines added.
- getLinesAdded() - Method in class org.kohsuke.github.GHCommit
-
Gets lines added.
- getLinesChanged() - Method in class org.kohsuke.github.GHCommit.File
-
Gets lines changed.
- getLinesChanged() - Method in class org.kohsuke.github.GHCommit
-
Gets lines changed.
- getLinesDeleted() - Method in class org.kohsuke.github.GHCommit.File
-
Gets lines deleted.
- getLinesDeleted() - Method in class org.kohsuke.github.GHCommit
-
Gets lines deleted.
- getLocation() - Method in class org.kohsuke.github.GHPerson
-
Gets the location of this user, like "Santa Clara, California"
- getLogin() - Method in class org.kohsuke.github.GHMarketplaceAccount
-
Gets login.
- getLogin() - Method in class org.kohsuke.github.GHPerson
-
Gets the login ID of this user, like 'kohsuke'
- getLogins(Collection<GHUser>) - Static method in class org.kohsuke.github.GHIssue
- getMappingObjectReader() - Static method in class org.kohsuke.github.GitHub
-
Deprecated.DO NOT USE THIS METHOD. Provided for backward compatibility with projects that did their own jackson mapping of this project's data objects, such as Jenkins Blue Ocean.
- getMappingObjectWriter() - Static method in class org.kohsuke.github.GitHub
-
Deprecated.DO NOT USE THIS METHOD. Provided for backward compatibility with projects that did their own jackson mapping of this project's data objects, such as Jenkins Blue Ocean.
- getMarketplacePendingChange() - Method in class org.kohsuke.github.GHMarketplaceAccountPlan
-
Gets marketplace pending change.
- getMarketplacePurchase() - Method in class org.kohsuke.github.GHMarketplaceAccountPlan
-
Gets marketplace purchase.
- getMasterBranch() - Method in class org.kohsuke.github.GHEventPayload.Create
-
Gets master branch.
- getMasterBranch() - Method in class org.kohsuke.github.GHRepository
-
Deprecated.Renamed to
GHRepository.getDefaultBranch() - getMembers() - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.
- getMembers() - Method in class org.kohsuke.github.GHTeam
-
Gets members.
- getMembership(GHOrganization) - Method in class org.kohsuke.github.GHMyself
-
Gets your membership in a specific organization.
- getMergeable() - Method in class org.kohsuke.github.GHPullRequest
-
Is this PR mergeable?
- getMergeableState() - Method in class org.kohsuke.github.GHPullRequest
-
Gets mergeable state.
- getMergeBaseCommit() - Method in class org.kohsuke.github.GHCompare
-
Gets merge base commit.
- getMergeCommitSha() - Method in class org.kohsuke.github.GHPullRequest
-
See GitHub blog post
- getMergedAt() - Method in class org.kohsuke.github.GHPullRequest
-
Gets merged at.
- getMergedBy() - Method in class org.kohsuke.github.GHPullRequest
-
Gets merged by.
- getMessage() - Method in class org.kohsuke.github.GHCheckSuite.HeadCommit
-
Gets message.
- getMessage() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Gets message.
- getMessage() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
Gets message.
- getMessage() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Gets message.
- getMessage() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
Gets message.
- getMessage() - Method in class org.kohsuke.github.GHTagObject
-
Gets message.
- getMeta() - Method in class org.kohsuke.github.GitHub
-
Provides a list of GitHub's IP addresses.
- getMilestone() - Method in class org.kohsuke.github.GHIssue
-
Gets milestone.
- getMilestone() - Method in class org.kohsuke.github.GHIssueEvent
-
Get the
GHMilestonethat this issue was added to or removed from. - getMilestone(int) - Method in class org.kohsuke.github.GHRepository
-
Gets milestone.
- getMilestones() - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- getMirrorUrl() - Method in class org.kohsuke.github.GHRepository
-
Gets the Mirror URL to access this repository: https://github.com/apache/tomee mirrored from git://git.apache.org/tomee.git
- getMode() - Method in class org.kohsuke.github.GHTreeEntry
-
Get mode such as 100644
- getModified() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Gets modified.
- getMonthlyPriceInCents() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets monthly price in cents.
- getMyInvitations() - Method in class org.kohsuke.github.GitHub
-
Gets complete list of open invitations for current user.
- getMyMarketplacePurchases() - Method in class org.kohsuke.github.GitHub
-
Returns only active subscriptions.
- getMyOrganizations() - Method in class org.kohsuke.github.GitHub
-
This method returns shallowly populated organizations.
- getMyself() - Method in class org.kohsuke.github.GitHub
-
Gets the
GHUserthat represents yourself. - getMyTeams() - Method in class org.kohsuke.github.GitHub
-
Gets complete map of organizations/teams that current user belongs to.
- getName() - Method in class org.kohsuke.github.GHApp
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHAsset
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHBranch
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the custom name of this check run.
- getName() - Method in class org.kohsuke.github.GHContent
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHEventPayload.Push.Pusher
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHHook
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHLabel
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHLicense
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHPerson
-
Gets the human-readable name of the user, like "Kohsuke Kawaguchi"
- getName() - Method in class org.kohsuke.github.GHProject
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHProjectColumn
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHRelease
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHRepository
-
Short repository name without the owner.
- getName() - Method in class org.kohsuke.github.GHTag
-
Gets name.
- getName() - Method in class org.kohsuke.github.GHTeam
-
Gets name.
- getName() - Method in class org.kohsuke.github.GitUser
-
Gets name.
- getNextBillingDate() - Method in class org.kohsuke.github.GHMarketplacePurchase
-
Gets next billing date.
- getNextBillingDate() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Gets next billing date.
- getNode_id() - Method in class org.kohsuke.github.GHProject
-
Deprecated.
- getNodeId() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the global node id to access most objects in GitHub.
- getNodeId() - Method in class org.kohsuke.github.GHCheckSuite
-
Gets the global node id to access most objects in GitHub.
- getNodeId() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets node id.
- getNodeId() - Method in class org.kohsuke.github.GHObject
-
Get Global node_id from Github object.
- getNodeId() - Method in class org.kohsuke.github.GHRepository
-
Gets node id
- getNote() - Method in class org.kohsuke.github.GHAuthorization
-
Gets note.
- getNote() - Method in class org.kohsuke.github.GHProjectCard
-
Gets note.
- getNoteUrl() - Method in class org.kohsuke.github.GHAuthorization
-
Gets note url.
- getNumber() - Method in class org.kohsuke.github.GHDiscussion
-
The number of this discussion.
- getNumber() - Method in class org.kohsuke.github.GHEventPayload.CheckRun
-
Gets number.
- getNumber() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
Gets number.
- getNumber() - Method in class org.kohsuke.github.GHIssue
-
ID.
- getNumber() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets number.
- getNumber() - Method in class org.kohsuke.github.GHMilestone
-
Gets number.
- getNumber() - Method in class org.kohsuke.github.GHProject
-
Gets number.
- getNumberOfAdditions() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats.Week
-
Gets number of additions.
- getNumberOfCommits() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats.Week
-
Gets number of commits.
- getNumberOfCommits() - Method in class org.kohsuke.github.GHRepositoryStatistics.PunchCardItem
-
Gets number of commits.
- getNumberOfDeletions() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats.Week
-
Gets number of deletions.
- getObject() - Method in class org.kohsuke.github.GHRef
-
The object that this ref points to.
- getObject() - Method in class org.kohsuke.github.GHTagObject
-
Gets object.
- getOpenIssueCount() - Method in class org.kohsuke.github.GHRepository
-
Gets open issue count.
- getOpenIssues() - Method in class org.kohsuke.github.GHMilestone
-
Gets open issues.
- getOrganization() - Method in class org.kohsuke.github.GHEventInfo
-
Gets organization.
- getOrganization() - Method in class org.kohsuke.github.GHEventPayload.Ping
-
Gets organization.
- getOrganization() - Method in class org.kohsuke.github.GHEventPayload.Repository
-
Gets organization.
- getOrganization() - Method in class org.kohsuke.github.GHMembership
-
Gets organization.
- getOrganization() - Method in class org.kohsuke.github.GHTeam
-
Gets organization.
- getOrganization(String) - Method in class org.kohsuke.github.GitHub
-
Gets
GHOrganizationspecified by name. - getOrganizationBillingEmail() - Method in class org.kohsuke.github.GHMarketplaceAccount
-
Gets organization billing email.
- getOrganizations() - Method in class org.kohsuke.github.GHUser
-
Gets the organization that this user belongs to publicly.
- getOriginalPosition() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Gets original position.
- getOutput() - Method in class org.kohsuke.github.GHCheckRun
-
Gets an output for a check run.
- getOwner() - Method in class org.kohsuke.github.GHApp
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHAsset
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHBranch
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHCommit
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHCommitComment
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHContent
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHGist
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHMilestone
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHProject
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHRelease
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHRepository
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHTag
-
Gets owner.
- getOwner() - Method in class org.kohsuke.github.GHTagObject
-
Gets owner.
- getOwnerCommits() - Method in class org.kohsuke.github.GHRepositoryStatistics.Participation
-
Gets owner commits.
- getOwnerName() - Method in class org.kohsuke.github.GHRepository
-
Gets owner name.
- getOwnerUrl() - Method in class org.kohsuke.github.GHProject
-
Gets owner url.
- getPages() - Method in interface org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Gets pages.
- getPages() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinal
- getPages() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinalCreator
- getPages() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- getPages() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
- getPages() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- getPages() - Method in class org.kohsuke.github.GHMeta
-
Gets pages.
- getParent() - Method in class org.kohsuke.github.GHIssueComment
-
Gets the issue to which this comment is associated.
- getParent() - Method in class org.kohsuke.github.GHPullRequestReview
-
Gets the pull request to which this review is associated.
- getParent() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Gets the pull request to which this review comment is associated.
- getParent() - Method in class org.kohsuke.github.GHRepository
-
Forked repositories have a 'parent' attribute that specifies the repository this repository is directly forked from.
- getParents() - Method in class org.kohsuke.github.GHCommit
-
Resolves the parent commit objects and return them.
- getParents() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
Get parents commit pointer [ ].
- getParentSHA1s() - Method in class org.kohsuke.github.GHCommit
-
Gets parent sha 1 s.
- getParticipation() - Method in class org.kohsuke.github.GHRepositoryStatistics
-
Get the weekly commit count for the repository owner and everyone else.
- getPatch() - Method in class org.kohsuke.github.GHCommit.File
-
Gets patch.
- getPatch() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets patch.
- getPatchUrl() - Method in class org.kohsuke.github.GHCompare
-
Gets patch url.
- getPatchUrl() - Method in class org.kohsuke.github.GHIssue.PullRequest
-
Gets patch url.
- getPatchUrl() - Method in class org.kohsuke.github.GHPullRequest
-
The URL of the patch file.
- getPath() - Method in class org.kohsuke.github.GHCommitComment
-
A commit comment can be on a specific line of a specific file, if so, this field points to a file.
- getPath() - Method in class org.kohsuke.github.GHContent
-
Gets path.
- getPath() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Gets path.
- getPath() - Method in class org.kohsuke.github.GHTreeEntry
-
Get the path such as "subdir/file.txt"
- getPayload() - Method in class org.kohsuke.github.GHDeployment
-
Gets payload.
- getPayload() - Method in class org.kohsuke.github.GHVerification
-
Gets the payload that was signed.
- getPayload(Class<T>) - Method in class org.kohsuke.github.GHEventInfo
-
Retrieves the payload.
- getPermalinkUrl() - Method in class org.kohsuke.github.GHCompare
-
Gets permalink url.
- getPermission() - Method in class org.kohsuke.github.GHTeam
-
Gets permission.
- getPermission(String) - Method in class org.kohsuke.github.GHRepository
-
Obtain permission for a given user in this repository.
- getPermission(GHUser) - Method in class org.kohsuke.github.GHRepository
-
Obtain permission for a given user in this repository.
- getPermissions() - Method in class org.kohsuke.github.GHApp
-
Gets permissions.
- getPermissions() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets permissions.
- getPermissions() - Method in class org.kohsuke.github.GHAppInstallationToken
-
Gets permissions.
- getPermitted() - Method in class org.kohsuke.github.GHLicense
-
Gets permitted.
- getPlan() - Method in class org.kohsuke.github.GHMarketplacePendingChange
-
Gets plan.
- getPlan() - Method in class org.kohsuke.github.GHMarketplacePurchase
-
Gets plan.
- getPlan() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Gets plan.
- getPosition() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Gets position.
- getPostCommitHooks() - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- getPreviousFilename() - Method in class org.kohsuke.github.GHCommit.File
-
Gets previous filename.
- getPreviousFilename() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets previous filename.
- getPriceModel() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets price model.
- getPrivacy() - Method in class org.kohsuke.github.GHTeam
-
Gets the privacy state.
- getProject() - Method in class org.kohsuke.github.GHProjectCard
-
Gets project.
- getProject() - Method in class org.kohsuke.github.GHProjectColumn
-
Gets project.
- getProject(long) - Method in class org.kohsuke.github.GitHub
-
Gets project.
- getProjectCard(long) - Method in class org.kohsuke.github.GitHub
-
Gets project card.
- getProjectColumn(long) - Method in class org.kohsuke.github.GitHub
-
Gets project column.
- getProjectUrl() - Method in class org.kohsuke.github.GHProjectCard
-
Gets project url.
- getProjectUrl() - Method in class org.kohsuke.github.GHProjectColumn
-
Gets project url.
- getProtection() - Method in class org.kohsuke.github.GHBranch
-
Gets protection.
- getProtectionUrl() - Method in class org.kohsuke.github.GHBranch
-
Deprecated.
- getPublicGistCount() - Method in class org.kohsuke.github.GHPerson
-
Gets public gist count.
- getPublicKeys() - Method in class org.kohsuke.github.GHMyself
-
Returns the read-only list of all the pulic keys of the current user.
- getPublicRepoCount() - Method in class org.kohsuke.github.GHPerson
-
Gets public repo count.
- getPublicVerifiedKeys() - Method in class org.kohsuke.github.GHMyself
-
Returns the read-only list of all the public verified keys of the current user.
- getPublished_at() - Method in class org.kohsuke.github.GHRelease
-
Gets published at.
- getPullRequest() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
Gets pull request.
- getPullRequest() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReview
-
Gets pull request.
- getPullRequest() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReviewComment
-
Gets pull request.
- getPullRequest() - Method in class org.kohsuke.github.GHIssue
-
Returns non-null if this issue is a shadow of a pull request.
- getPullRequest() - Method in class org.kohsuke.github.GHPullRequest
- getPullRequest(int) - Method in class org.kohsuke.github.GHRepository
-
Retrieves a specified pull request.
- getPullRequests() - Method in class org.kohsuke.github.GHOrganization
-
Gets all the open pull requests in this organizataion.
- getPullRequests(GHIssueState) - Method in class org.kohsuke.github.GHRepository
-
Retrieves all the pull requests of a particular state.
- getPunchCard() - Method in class org.kohsuke.github.GHRepositoryStatistics
-
Get the number of commits per hour in each day.
- getPushedAt() - Method in class org.kohsuke.github.GHRepository
-
Gets pushed at.
- getPusher() - Method in class org.kohsuke.github.GHEventPayload.Push
-
Gets pusher.
- getRateLimit() - Method in class org.kohsuke.github.GitHub
-
Gets the current rate limit.
- getRawUrl() - Method in class org.kohsuke.github.GHCommit.File
-
Gets raw url.
- getRawUrl() - Method in class org.kohsuke.github.GHGistFile
-
URL that serves this file as-is.
- getRawUrl() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets raw url.
- getReadme() - Method in class org.kohsuke.github.GHRepository
-
https://developer.github.com/v3/repos/contents/#get-the-readme
- getReason() - Method in class org.kohsuke.github.GHSubscription
-
Gets reason.
- getReason() - Method in class org.kohsuke.github.GHThread
-
Gets reason.
- getReason() - Method in class org.kohsuke.github.GHVerification
-
Gets reason for verification value.
- getRef() - Method in class org.kohsuke.github.GHCommitPointer
-
Named ref to the commit.
- getRef() - Method in class org.kohsuke.github.GHDeployment
-
Gets ref.
- getRef() - Method in class org.kohsuke.github.GHEventPayload.Create
-
Gets ref.
- getRef() - Method in class org.kohsuke.github.GHEventPayload.Delete
-
Gets ref.
- getRef() - Method in class org.kohsuke.github.GHEventPayload.Push
-
The full Git ref that was pushed.
- getRef() - Method in class org.kohsuke.github.GHRef
-
Name of the ref, such as "refs/tags/abc"
- getRef(String) - Method in class org.kohsuke.github.GHRepository
-
Retrive a ref of the given type for the current GitHub repository.
- getRefs() - Method in class org.kohsuke.github.GHRepository
-
Retrieves all refs for the github repository.
- getRefs(String) - Method in class org.kohsuke.github.GHRepository
-
Retrieves all refs of the given type for the current GitHub repository.
- getRefType() - Method in class org.kohsuke.github.GHEventPayload.Create
-
Gets ref type.
- getRefType() - Method in class org.kohsuke.github.GHEventPayload.Delete
-
Gets ref type.
- getRelease() - Method in class org.kohsuke.github.GHEventPayload.Release
-
Gets release.
- getRelease(long) - Method in class org.kohsuke.github.GHRepository
-
Gets release.
- getReleaseByTagName(String) - Method in class org.kohsuke.github.GHRepository
-
Gets release by tag name.
- getReleases() - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- getRemaining() - Method in class org.kohsuke.github.GHRateLimit
-
Gets the remaining number of Core APIs requests allowed before this connection will be throttled.
- getRemaining() - Method in class org.kohsuke.github.GHRateLimit.Record
-
Gets the remaining number of requests allowed before this connection will be throttled.
- getRemoved() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Gets removed.
- getRepositories() - Method in class org.kohsuke.github.GHAppInstallationToken
-
Gets repositories.
- getRepositories() - Method in class org.kohsuke.github.GHEventPayload.Installation
-
Gets repositories
- getRepositories() - Method in class org.kohsuke.github.GHPerson
-
Gets the public repositories this user owns.
- getRepositories() - Method in class org.kohsuke.github.GHTeam
-
Gets repositories.
- getRepositoriesAdded() - Method in class org.kohsuke.github.GHEventPayload.InstallationRepositories
-
Gets repositories added
- getRepositoriesRemoved() - Method in class org.kohsuke.github.GHEventPayload.InstallationRepositories
-
Gets repositories removed
- getRepositoriesUrl() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets repositories url.
- getRepositoriesWithOpenPullRequests() - Method in class org.kohsuke.github.GHOrganization
-
List up repositories that has some open pull requests.
- getRepository() - Method in class org.kohsuke.github.GHCommitPointer
-
The repository that contains the commit.
- getRepository() - Method in class org.kohsuke.github.GHEventInfo
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.CheckRun
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.CheckSuite
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.CommitComment
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Create
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Delete
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Deployment
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.DeploymentStatus
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Fork
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Issue
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Ping
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Public
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReview
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReviewComment
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Push
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Release
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Repository
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.Status
-
Gets the repository associated with the status event.
- getRepository() - Method in class org.kohsuke.github.GHIssue
-
Repository to which the issue belongs.
- getRepository() - Method in class org.kohsuke.github.GHStargazer
-
Gets the repository that is stargazed
- getRepository() - Method in class org.kohsuke.github.GHSubscription
-
Gets repository.
- getRepository() - Method in class org.kohsuke.github.GHThread
-
Gets repository.
- getRepository(String) - Method in class org.kohsuke.github.GHPerson
-
Gets repository.
- getRepository(String) - Method in class org.kohsuke.github.GitHub
-
Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
- getRepositoryById(String) - Method in class org.kohsuke.github.GitHub
-
Gets the repository object from its ID
- getRepositorySelection() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets repository selection.
- getRepositorySelection() - Method in class org.kohsuke.github.GHAppInstallationToken
-
Gets repository selection.
- getRepositorySelection() - Method in class org.kohsuke.github.GHEventPayload.InstallationRepositories
-
Gets installation selection
- getRepositoryUrl() - Method in class org.kohsuke.github.GHDeployment
-
Gets repository url.
- getRepositoryUrl() - Method in class org.kohsuke.github.GHDeploymentStatus
-
Gets repository url.
- getRepositoryUrl() - Method in class org.kohsuke.github.GHSubscription
-
Gets repository url.
- getRequestedAction() - Method in class org.kohsuke.github.GHEventPayload.CheckRun
-
Gets the Requested Action object
- getRequestedReviewers() - Method in class org.kohsuke.github.GHPullRequest
-
Gets requested reviewers.
- getRequestedTeams() - Method in class org.kohsuke.github.GHPullRequest
-
Gets requested teams.
- getRequired() - Method in class org.kohsuke.github.GHLicense
-
Gets required.
- getRequiredReviewers() - Method in class org.kohsuke.github.GHBranchProtection.RequiredReviews
-
Gets required reviewers.
- getRequiredReviews() - Method in class org.kohsuke.github.GHBranchProtection
-
Gets required reviews.
- getRequiredSignatures() - Method in class org.kohsuke.github.GHBranchProtection
-
Deprecated.
- getRequiredStatusChecks() - Method in class org.kohsuke.github.GHBranchProtection
-
Gets required status checks.
- getResetDate() - Method in class org.kohsuke.github.GHRateLimit
-
Returns the date at which the Core API rate limit will reset.
- getResetDate() - Method in class org.kohsuke.github.GHRateLimit.Record
-
Returns the date at which the rate limit will reset, adjusted to local machine time if the local machine's clock not synchronized with to the same clock as the GitHub server.
- getResetEpochSeconds() - Method in class org.kohsuke.github.GHRateLimit
-
Gets the time in epoch seconds when the Core API rate limit will reset.
- getResetEpochSeconds() - Method in class org.kohsuke.github.GHRateLimit.Record
-
Gets the time in epoch seconds when the rate limit will reset.
- getResponseCode() - Method in exception org.kohsuke.github.HttpException
-
Http response code of the request that cause the exception
- getResponseHeaderFields() - Method in exception org.kohsuke.github.GHFileNotFoundException
-
Gets response header fields.
- getResponseHeaderFields() - Method in exception org.kohsuke.github.GHIOException
-
Gets response header fields.
- getResponseHeaderFields() - Method in class org.kohsuke.github.GHObject
-
Deprecated.
- getResponseMessage() - Method in exception org.kohsuke.github.HttpException
-
Http response message of the request that cause the exception
- getRestrictions() - Method in class org.kohsuke.github.GHBranchProtection
-
Gets restrictions.
- getReview() - Method in class org.kohsuke.github.GHEventPayload.PullRequestReview
-
Gets review.
- getReviewComments() - Method in class org.kohsuke.github.GHPullRequest
-
Gets review comments.
- getRole() - Method in class org.kohsuke.github.GHMembership
-
Gets role.
- getRoot() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHAppInstallationToken
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHAsset
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHAuthorization
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHBranch
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHKey
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHMilestone
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHProject
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHProjectCard
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHProjectColumn
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHRelease
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHRepositoryStatistics.CommitActivity
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHRepositoryStatistics.Participation
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHTag
-
Gets root.
- getRoot() - Method in class org.kohsuke.github.GHTagObject
-
Gets root.
- getScopes() - Method in class org.kohsuke.github.GHAuthorization
-
Gets scopes.
- getSender() - Method in class org.kohsuke.github.GHEventPayload
-
Gets the sender or
nullif accessed via the events API. - getSha() - Method in class org.kohsuke.github.GHBlob
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHCommit.File
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHCommitPointer
-
SHA1 of the commit.
- getSha() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHCompare.Tree
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHContent
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHDeployment
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Tree
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHRef.GHObject
-
SHA1 of this object.
- getSha() - Method in class org.kohsuke.github.GHTagObject
-
Gets sha.
- getSha() - Method in class org.kohsuke.github.GHTree
-
The SHA for this trees
- getSha() - Method in class org.kohsuke.github.GHTreeEntry
-
SHA1 of this object.
- getSHA1() - Method in class org.kohsuke.github.GHBranch
-
Gets sha 1.
- getSHA1() - Method in class org.kohsuke.github.GHCommit
-
Gets sha 1.
- getSHA1() - Method in class org.kohsuke.github.GHCommitComment
-
Gets sha 1.
- getSignature() - Method in class org.kohsuke.github.GHVerification
-
Gets signature used for the verification.
- getSingleFileName() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets single file name.
- getSize() - Method in class org.kohsuke.github.GHAsset
-
Gets size.
- getSize() - Method in class org.kohsuke.github.GHBlob
-
Gets size.
- getSize() - Method in class org.kohsuke.github.GHContent
-
Gets size.
- getSize() - Method in class org.kohsuke.github.GHEventPayload.Push
-
The number of commits in the push.
- getSize() - Method in class org.kohsuke.github.GHGistFile
-
File size in bytes.
- getSize() - Method in class org.kohsuke.github.GHRepository
-
Gets size.
- getSize() - Method in class org.kohsuke.github.GHTreeEntry
-
Gets the size of the file, such as 132
- getSlug() - Method in class org.kohsuke.github.GHTeam
-
Gets slug.
- getSource() - Method in class org.kohsuke.github.GHRepository
-
Forked repositories have a 'source' attribute that specifies the ultimate source of the forking chain.
- getSshUrl() - Method in class org.kohsuke.github.GHRepository
-
Gets the SSH URL to access this repository, such as git@github.com:rails/rails.git
- getStargazersCount() - Method in class org.kohsuke.github.GHRepository
-
Gets stargazers count.
- getStarredAt() - Method in class org.kohsuke.github.GHStargazer
-
Gets the date when the repository was starred, however old stars before August 2012, will all show the date the API was changed to support starred_at.
- getStartedAt() - Method in class org.kohsuke.github.GHCheckRun
-
Gets the start time of the check run in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
- getState() - Method in class org.kohsuke.github.GHAsset
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHCommitStatus
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHDeploymentStatus
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHEventPayload.Status
-
Gets the status state.
- getState() - Method in class org.kohsuke.github.GHIssue
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHMembership
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHMilestone
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHProject
-
Gets state.
- getState() - Method in class org.kohsuke.github.GHPullRequestReview
-
Gets state.
- getStatistics() - Method in class org.kohsuke.github.GHRepository
-
Returns the statistics for this repository.
- getStatus() - Method in class org.kohsuke.github.GHCheckRun
-
Gets status of the check run.
- getStatus() - Method in class org.kohsuke.github.GHCheckSuite
-
Gets status of the check suite.
- getStatus() - Method in class org.kohsuke.github.GHCommit.File
-
Gets status.
- getStatus() - Method in class org.kohsuke.github.GHCompare
-
Gets status.
- getStatus() - Method in class org.kohsuke.github.GHPullRequestFileDetail
-
Gets status.
- getStatusesUrl() - Method in class org.kohsuke.github.GHDeployment
-
Gets statuses url.
- getSubmittedAt() - Method in class org.kohsuke.github.GHPullRequestReview
-
When was this resource created?
- getSubscribersCount() - Method in class org.kohsuke.github.GHRepository
-
Gets subscribers count.
- getSubscription() - Method in class org.kohsuke.github.GHRepository
-
Returns the current subscription.
- getSubscription() - Method in class org.kohsuke.github.GHThread
-
Returns the current subscription for this thread.
- getSummary() - Method in class org.kohsuke.github.GHCheckRun.Output
-
Gets the summary of the check run, note that it supports Markdown.
- getSvnUrl() - Method in class org.kohsuke.github.GHRepository
-
Gets the Subversion URL to access this repository: https://github.com/rails/rails
- getTag() - Method in class org.kohsuke.github.GHTagObject
-
Gets tag.
- getTagger() - Method in class org.kohsuke.github.GHTagObject
-
Gets tagger.
- getTagName() - Method in class org.kohsuke.github.GHRelease
-
Gets tag name.
- getTagObject(String) - Method in class org.kohsuke.github.GHRepository
-
Returns the annotated tag object.
- getTarballUrl() - Method in class org.kohsuke.github.GHRelease
-
Gets tarball url.
- getTargetCommitish() - Method in class org.kohsuke.github.GHRelease
-
Gets target commitish.
- getTargetId() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets target id.
- getTargetType() - Method in class org.kohsuke.github.GHAppInstallation
-
Gets target type.
- getTargetUrl() - Method in class org.kohsuke.github.GHCommitStatus
-
The URL that this status is linked to.
- getTargetUrl() - Method in class org.kohsuke.github.GHDeploymentStatus
-
Gets target url.
- getTask() - Method in class org.kohsuke.github.GHDeployment
-
Gets task.
- getTeam() - Method in class org.kohsuke.github.GHDiscussion
-
Get the team to which this discussion belongs.
- getTeam(int) - Method in class org.kohsuke.github.GHOrganization
-
Deprecated.
- getTeam(int) - Method in class org.kohsuke.github.GitHub
-
Deprecated.
- getTeam(long) - Method in class org.kohsuke.github.GHOrganization
-
Gets a single team by ID.
- getTeamByName(String) - Method in class org.kohsuke.github.GHOrganization
-
Finds a team that has the given name in its
GHTeam.getName() - getTeamBySlug(String) - Method in class org.kohsuke.github.GHOrganization
-
Finds a team that has the given slug in its
GHTeam.getSlug() - getTeams() - Method in class org.kohsuke.github.GHBranchProtection.Restrictions
-
Gets teams.
- getTeams() - Method in class org.kohsuke.github.GHOrganization
-
Teams by their names.
- getTeams() - Method in class org.kohsuke.github.GHRepository
-
If this repository belongs to an organization, return a set of teams.
- getTeamsUrl() - Method in class org.kohsuke.github.GHBranchProtection.Restrictions
-
Gets teams url.
- getText() - Method in class org.kohsuke.github.GHCheckRun.Output
-
Gets the details of the check run, note that it supports Markdown.
- getTimestamp() - Method in class org.kohsuke.github.GHCheckSuite.HeadCommit
-
Gets timestamp of the commit.
- getTimestamp() - Method in class org.kohsuke.github.GHRepositoryTraffic.DailyInfo
-
Gets timestamp.
- getTitle() - Method in class org.kohsuke.github.GHCheckRun.Output
-
Gets the title of check run.
- getTitle() - Method in class org.kohsuke.github.GHDeployKey
-
Gets title.
- getTitle() - Method in class org.kohsuke.github.GHDiscussion
-
Get the title of the discussion.
- getTitle() - Method in class org.kohsuke.github.GHIssue
-
Gets title.
- getTitle() - Method in class org.kohsuke.github.GHKey
-
Gets title.
- getTitle() - Method in class org.kohsuke.github.GHMilestone
-
Gets title.
- getTitle() - Method in class org.kohsuke.github.GHThread
-
Gets title.
- getTitle() - Method in class org.kohsuke.github.GHVerifiedKey
- getToken() - Method in class org.kohsuke.github.GHAppInstallationToken
-
Gets token.
- getToken() - Method in class org.kohsuke.github.GHAuthorization
-
Gets token.
- getTokenLastEight() - Method in class org.kohsuke.github.GHAuthorization
-
Gets token last eight.
- getTotal() - Method in class org.kohsuke.github.GHRepositoryStatistics.CommitActivity
-
Gets total.
- getTotal() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
-
Gets total.
- getTotalCommits() - Method in class org.kohsuke.github.GHCompare
-
Gets total commits.
- getTotalCount() - Method in class org.kohsuke.github.PagedSearchIterable
-
Returns the total number of hit, including the results that's not yet fetched.
- getTotalPrivateRepoCount() - Method in class org.kohsuke.github.GHPerson
-
Gets total private repo count.
- getTree() - Method in class org.kohsuke.github.GHCommit
-
Use this method to walk the tree.
- getTree() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
Gets tree.
- getTree() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
Gets tree.
- getTree() - Method in class org.kohsuke.github.GHTree
-
Return an array of entries of the trees
- getTree(String) - Method in class org.kohsuke.github.GHRepository
-
Retrive a tree of the given type for the current GitHub repository.
- getTreeId() - Method in class org.kohsuke.github.GHCheckSuite.HeadCommit
-
Gets id of the tree.
- getTreeRecursive(String, int) - Method in class org.kohsuke.github.GHRepository
-
Retrieves the tree for the current GitHub repository, recursively as described in here: https://developer.github.com/v3/git/trees/#get-a-tree-recursively
- getTwitterUsername() - Method in class org.kohsuke.github.GHPerson
-
Gets the Twitter Username of this user, like "GitHub"
- getType() - Method in class org.kohsuke.github.GHContent
-
Gets type.
- getType() - Method in class org.kohsuke.github.GHEventInfo
-
Gets type.
- getType() - Method in class org.kohsuke.github.GHGistFile
-
Content type of this Gist, such as "text/plain"
- getType() - Method in class org.kohsuke.github.GHMarketplaceAccount
-
Gets type.
- getType() - Method in class org.kohsuke.github.GHPerson
-
Gets the type.
- getType() - Method in class org.kohsuke.github.GHRef.GHObject
-
Type of the object, such as "commit"
- getType() - Method in class org.kohsuke.github.GHThread
-
Gets type.
- getType() - Method in class org.kohsuke.github.GHTreeEntry
-
Gets the type such as: "blob", "tree", etc.
- getUniques() - Method in class org.kohsuke.github.GHRepositoryTraffic.DailyInfo
- getUniques() - Method in class org.kohsuke.github.GHRepositoryTraffic
- getUniques() - Method in interface org.kohsuke.github.TrafficInfo
-
Unique visitors.
- getUnitCount() - Method in class org.kohsuke.github.GHMarketplacePendingChange
-
Gets unit count.
- getUnitCount() - Method in class org.kohsuke.github.GHMarketplacePurchase
-
Gets unit count.
- getUnitCount() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Gets unit count.
- getUnitName() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets unit name.
- getUpdatedAt() - Method in class org.kohsuke.github.GHMarketplacePurchase
-
Gets updated at.
- getUpdatedAt() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Gets updated at.
- getUpdatedAt() - Method in class org.kohsuke.github.GHObject
-
When was this resource last updated?
- getUpdatedAt() - Method in class org.kohsuke.github.GHPerson
- getUploadUrl() - Method in class org.kohsuke.github.GHRelease
-
Gets upload url.
- getUrl() - Method in class org.kohsuke.github.GHBlob
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHBranchProtection.EnforceAdmins
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHBranchProtection
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHBranchProtection.RequiredReviews
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHBranchProtection.RequiredStatusChecks
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHBranchProtection.Restrictions
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHCompare
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHCompare.Tree
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHContent
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHDeployKey
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Points to the commit API resource.
- getUrl() - Method in class org.kohsuke.github.GHIssue.PullRequest
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHIssueEvent
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHKey
-
Something like "https://api.github.com/user/keys/73593"
- getUrl() - Method in class org.kohsuke.github.GHLabel
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHMarketplaceAccount
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHMembership
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHObject
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Tree
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHRef
-
The API URL of this tag, such as https://api.github.com/repos/jenkinsci/jenkins/git/refs/tags/1.312
- getUrl() - Method in class org.kohsuke.github.GHRef.GHObject
-
API URL to this Git data, such as https://api.github.com/repos/jenkinsci/jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0
- getUrl() - Method in class org.kohsuke.github.GHSubscription
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHTagObject
-
Gets url.
- getUrl() - Method in class org.kohsuke.github.GHTree
-
The API URL of this tag, such as "url": "https://api.github.com/repos/octocat/Hello-World/trees/fc6274d15fa3ae2ab983129fb037999f264ba9a7",
- getUrl() - Method in class org.kohsuke.github.GHTreeEntry
-
API URL to this Git data, such as https://api.github.com/repos/jenkinsci /jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0
- getUrl() - Method in exception org.kohsuke.github.HttpException
-
The http URL that caused the exception
- getUser() - Method in class org.kohsuke.github.GHCommitComment
-
Gets the user who put this comment.
- getUser() - Method in class org.kohsuke.github.GHCommitPointer
-
This points to the user who owns the
GHCommitPointer.getRepository(). - getUser() - Method in class org.kohsuke.github.GHIssue
-
User who submitted the issue.
- getUser() - Method in class org.kohsuke.github.GHIssueComment
-
Gets the user who posted this comment.
- getUser() - Method in class org.kohsuke.github.GHMembership
-
Gets user.
- getUser() - Method in class org.kohsuke.github.GHPullRequestReview
-
Gets the user who posted this review.
- getUser() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Gets the user who posted this comment.
- getUser() - Method in class org.kohsuke.github.GHReaction
-
Deprecated.User who left the reaction.
- getUser() - Method in class org.kohsuke.github.GHStargazer
-
Gets the user that starred the repository
- getUser(String) - Method in class org.kohsuke.github.GitHub
-
Obtains the object that represents the named user.
- getUser(GHUser) - Method in class org.kohsuke.github.GitHub
-
Interns the given
GHUser. - getUserName() - Method in class org.kohsuke.github.GHIssueComment
-
Deprecated.
- getUserPublicOrganizations(String) - Method in class org.kohsuke.github.GitHub
-
This method returns a shallowly populated organizations.
- getUserPublicOrganizations(GHUser) - Method in class org.kohsuke.github.GitHub
-
Alias for
GitHub.getUserPublicOrganizations(String). - getUsers() - Method in class org.kohsuke.github.GHBranchProtection.Restrictions
-
Gets users.
- getUsersUrl() - Method in class org.kohsuke.github.GHBranchProtection.Restrictions
-
Gets users url.
- getVerification() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Gets Verification Status.
- getVerification() - Method in class org.kohsuke.github.GHTagObject
-
Gets Verification Status.
- getViews() - Method in class org.kohsuke.github.GHRepositoryViewTraffic
-
Gets views.
- getViewTraffic() - Method in class org.kohsuke.github.GHRepository
- getWatchers() - Method in class org.kohsuke.github.GHRepository
-
Deprecated.use
GHRepository.getWatchersCount()instead - getWatchersCount() - Method in class org.kohsuke.github.GHRepository
-
Gets the count of watchers.
- getWeb() - Method in interface org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Gets web.
- getWeb() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinal
- getWeb() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinalCreator
- getWeb() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- getWeb() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
- getWeb() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- getWeb() - Method in class org.kohsuke.github.GHMeta
-
Gets web.
- getWeek() - Method in class org.kohsuke.github.GHRepositoryStatistics.CommitActivity
-
Gets week.
- getWeek(long) - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
-
Convenience method to look up week with particular timestamp.
- getWeeks() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
-
Gets weeks.
- getWeekTimestamp() - Method in class org.kohsuke.github.GHRepositoryStatistics.CodeFrequency
-
Gets week timestamp.
- getWeekTimestamp() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats.Week
-
Gets week timestamp.
- getYearlyPriceInCents() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Gets yearly price in cents.
- getZipballUrl() - Method in class org.kohsuke.github.GHRelease
-
Gets zipball url.
- GFM - org.kohsuke.github.MarkdownMode
-
Render a document as user-content, e.g.
- GHApp - Class in org.kohsuke.github
-
A Github App.
- GHApp() - Constructor for class org.kohsuke.github.GHApp
- GHAppCreateTokenBuilder - Class in org.kohsuke.github
-
Creates a access token for a GitHub App Installation
- GHAppInstallation - Class in org.kohsuke.github
-
A Github App Installation.
- GHAppInstallation() - Constructor for class org.kohsuke.github.GHAppInstallation
- GHAppInstallationToken - Class in org.kohsuke.github
-
A Github App Installation Token.
- GHAppInstallationToken() - Constructor for class org.kohsuke.github.GHAppInstallationToken
- GHAsset - Class in org.kohsuke.github
-
Asset in a release.
- GHAsset() - Constructor for class org.kohsuke.github.GHAsset
- GHAuthor() - Constructor for class org.kohsuke.github.GHCommit.GHAuthor
-
Deprecated.
- GHAuthorization - Class in org.kohsuke.github
-
Generated OAuth token
- GHAuthorization() - Constructor for class org.kohsuke.github.GHAuthorization
- GHBlob - Class in org.kohsuke.github
-
The type GHBlob.
- GHBlob() - Constructor for class org.kohsuke.github.GHBlob
- GHBlobBuilder - Class in org.kohsuke.github
-
Builder pattern for creating a new blob.
- GHBranch - Class in org.kohsuke.github
-
A branch in a repository.
- GHBranch.Commit - Class in org.kohsuke.github
-
The type Commit.
- GHBranchProtection - Class in org.kohsuke.github
-
The type GHBranchProtection.
- GHBranchProtection() - Constructor for class org.kohsuke.github.GHBranchProtection
- GHBranchProtection.EnforceAdmins - Class in org.kohsuke.github
-
The type EnforceAdmins.
- GHBranchProtection.RequiredReviews - Class in org.kohsuke.github
-
The type RequiredReviews.
- GHBranchProtection.RequiredStatusChecks - Class in org.kohsuke.github
-
The type RequiredStatusChecks.
- GHBranchProtection.Restrictions - Class in org.kohsuke.github
-
The type Restrictions.
- GHBranchProtectionBuilder - Class in org.kohsuke.github
-
Builder to configure the branch protection settings.
- GHCheckRun - Class in org.kohsuke.github
-
Represents a check run.
- GHCheckRun() - Constructor for class org.kohsuke.github.GHCheckRun
- GHCheckRun.AnnotationLevel - Enum in org.kohsuke.github
- GHCheckRun.Conclusion - Enum in org.kohsuke.github
- GHCheckRun.Output - Class in org.kohsuke.github
-
Represents an output in a check run to include summary and other results.
- GHCheckRun.Status - Enum in org.kohsuke.github
- GHCheckRunBuilder - Class in org.kohsuke.github
-
Deprecated.
- GHCheckRunBuilder.Action - Class in org.kohsuke.github
-
Deprecated.
- GHCheckRunBuilder.Annotation - Class in org.kohsuke.github
-
Deprecated.
- GHCheckRunBuilder.Image - Class in org.kohsuke.github
-
Deprecated.
- GHCheckRunBuilder.Output - Class in org.kohsuke.github
-
Deprecated.
- GHCheckSuite - Class in org.kohsuke.github
-
Represents a check suite.
- GHCheckSuite() - Constructor for class org.kohsuke.github.GHCheckSuite
- GHCheckSuite.HeadCommit - Class in org.kohsuke.github
- GHCommentAuthorAssociation - Enum in org.kohsuke.github
-
How is an user associated with a repository?
- GHCommit - Class in org.kohsuke.github
-
A commit in a repository.
- GHCommit() - Constructor for class org.kohsuke.github.GHCommit
- GHCommit.File - Class in org.kohsuke.github
-
A file that was modified.
- GHCommit.GHAuthor - Class in org.kohsuke.github
-
Deprecated.Use
GitUserinstead. - GHCommit.Parent - Class in org.kohsuke.github
-
The type Parent.
- GHCommit.ShortInfo - Class in org.kohsuke.github
-
Short summary of this commit.
- GHCommit.Stats - Class in org.kohsuke.github
-
The type Stats.
- GHCommitBuilder - Class in org.kohsuke.github
-
Builder pattern for creating a new commit.
- GHCommitComment - Class in org.kohsuke.github
-
A comment attached to a commit (or a specific line in a specific file of a commit.)
- GHCommitComment() - Constructor for class org.kohsuke.github.GHCommitComment
- GHCommitPointer - Class in org.kohsuke.github
-
Identifies a commit in
GHPullRequest. - GHCommitPointer() - Constructor for class org.kohsuke.github.GHCommitPointer
- GHCommitQueryBuilder - Class in org.kohsuke.github
-
Builds up query for listing commits.
- GHCommitSearchBuilder - Class in org.kohsuke.github
-
Deprecated.
- GHCommitSearchBuilder.Sort - Enum in org.kohsuke.github
-
Deprecated.The enum Sort.
- GHCommitState - Enum in org.kohsuke.github
-
Represents the state of commit
- GHCommitStatus - Class in org.kohsuke.github
-
Represents a status of a commit.
- GHCommitStatus() - Constructor for class org.kohsuke.github.GHCommitStatus
- GHCompare - Class in org.kohsuke.github
-
The model user for comparing 2 commits in the GitHub API.
- GHCompare() - Constructor for class org.kohsuke.github.GHCompare
- GHCompare.Commit - Class in org.kohsuke.github
-
Compare commits had a child commit element with additional details we want to capture.
- GHCompare.InnerCommit - Class in org.kohsuke.github
-
The type InnerCommit.
- GHCompare.Status - Enum in org.kohsuke.github
-
The enum Status.
- GHCompare.Tree - Class in org.kohsuke.github
-
The type Tree.
- GHCompare.User - Class in org.kohsuke.github
-
Deprecated.use
GitUserinstead. - GHContent - Class in org.kohsuke.github
-
A Content of a repository.
- GHContent() - Constructor for class org.kohsuke.github.GHContent
- GHContentBuilder - Class in org.kohsuke.github
-
Used to create/update content.
- GHContentSearchBuilder - Class in org.kohsuke.github
-
Search code for
GHContent. - GHContentUpdateResponse - Class in org.kohsuke.github
-
The response that is returned when updating repository content.
- GHContentUpdateResponse() - Constructor for class org.kohsuke.github.GHContentUpdateResponse
- GHCreateRepositoryBuilder - Class in org.kohsuke.github
-
Creates a repository
- GHDeployKey - Class in org.kohsuke.github
-
The type GHDeployKey.
- GHDeployKey() - Constructor for class org.kohsuke.github.GHDeployKey
- GHDeployment - Class in org.kohsuke.github
-
Represents a deployment
- GHDeployment() - Constructor for class org.kohsuke.github.GHDeployment
- GHDeploymentBuilder - Class in org.kohsuke.github
-
The type GHDeploymentBuilder.
- GHDeploymentBuilder(GHRepository) - Constructor for class org.kohsuke.github.GHDeploymentBuilder
-
Instantiates a new Gh deployment builder.
- GHDeploymentBuilder(GHRepository, String) - Constructor for class org.kohsuke.github.GHDeploymentBuilder
-
Instantiates a new Gh deployment builder.
- GHDeploymentState - Enum in org.kohsuke.github
-
Represents the state of deployment
- GHDeploymentStatus - Class in org.kohsuke.github
-
The type GHDeploymentStatus.
- GHDeploymentStatus() - Constructor for class org.kohsuke.github.GHDeploymentStatus
- GHDeploymentStatusBuilder - Class in org.kohsuke.github
-
Creates a new deployment status.
- GHDeploymentStatusBuilder(GHRepository, int, GHDeploymentState) - Constructor for class org.kohsuke.github.GHDeploymentStatusBuilder
-
Deprecated.
- GHDirection - Enum in org.kohsuke.github
-
Sort direction
- GHDiscussion - Class in org.kohsuke.github
-
A discussion in GitHub Team.
- GHDiscussion() - Constructor for class org.kohsuke.github.GHDiscussion
- GHDiscussion.Creator - Class in org.kohsuke.github
-
A
GHLabelBuilderthat creates a newGHLabelConsumer must callAbstractBuilder.done()to create the new instance. - GHDiscussion.Setter - Class in org.kohsuke.github
-
A
GHLabelBuilderthat updates a single property per requestAbstractBuilder.done()is called automatically after the property is set. - GHDiscussion.Updater - Class in org.kohsuke.github
-
A
GHLabelBuilderthat allows multiple properties to be updated per request. - GHEmail - Class in org.kohsuke.github
-
Represents an email of GitHub.
- GHEmail() - Constructor for class org.kohsuke.github.GHEmail
- GHEvent - Enum in org.kohsuke.github
-
Hook event type.
- GHEventInfo - Class in org.kohsuke.github
-
Represents an event.
- GHEventInfo() - Constructor for class org.kohsuke.github.GHEventInfo
- GHEventInfo.GHEventRepository - Class in org.kohsuke.github
-
Inside the event JSON model, GitHub uses a slightly different format.
- GHEventPayload - Class in org.kohsuke.github
-
Base type for types used in databinding of the event payload.
- GHEventPayload.CheckRun - Class in org.kohsuke.github
-
A check run event has been created, rerequested, completed, or has a requested_action.
- GHEventPayload.CheckSuite - Class in org.kohsuke.github
-
A check suite event has been requested, rerequested or completed.
- GHEventPayload.CommitComment - Class in org.kohsuke.github
-
A comment was added to a commit
- GHEventPayload.Create - Class in org.kohsuke.github
-
A repository, branch, or tag was created
- GHEventPayload.Delete - Class in org.kohsuke.github
-
A branch, or tag was deleted
- GHEventPayload.Deployment - Class in org.kohsuke.github
-
A deployment
- GHEventPayload.DeploymentStatus - Class in org.kohsuke.github
-
A deployment
- GHEventPayload.Fork - Class in org.kohsuke.github
-
A user forked a repository
- GHEventPayload.Installation - Class in org.kohsuke.github
-
An installation has been installed, uninstalled, or its permissions have been changed.
- GHEventPayload.InstallationRepositories - Class in org.kohsuke.github
-
A repository has been added or removed from an installation.
- GHEventPayload.Issue - Class in org.kohsuke.github
-
A Issue has been assigned, unassigned, labeled, unlabeled, opened, edited, milestoned, demilestoned, closed, or reopened.
- GHEventPayload.IssueComment - Class in org.kohsuke.github
-
A comment was added to an issue
- GHEventPayload.Ping - Class in org.kohsuke.github
-
A ping.
- GHEventPayload.Public - Class in org.kohsuke.github
-
A repository was made public.
- GHEventPayload.PullRequest - Class in org.kohsuke.github
-
A pull request status has changed.
- GHEventPayload.PullRequestReview - Class in org.kohsuke.github
-
A review was added to a pull request
- GHEventPayload.PullRequestReviewComment - Class in org.kohsuke.github
-
A review comment was added to a pull request
- GHEventPayload.Push - Class in org.kohsuke.github
-
A commit was pushed.
- GHEventPayload.Push.PushCommit - Class in org.kohsuke.github
-
Commit in a push
- GHEventPayload.Push.Pusher - Class in org.kohsuke.github
-
The type Pusher.
- GHEventPayload.Release - Class in org.kohsuke.github
-
A release was added to the repo
- GHEventPayload.Repository - Class in org.kohsuke.github
-
A repository was created, deleted, made public, or made private.
- GHEventPayload.Status - Class in org.kohsuke.github
-
A git commit status was changed.
- GHEventRepository() - Constructor for class org.kohsuke.github.GHEventInfo.GHEventRepository
- GHException - Exception in org.kohsuke.github
-
The type GHException.
- GHException(String) - Constructor for exception org.kohsuke.github.GHException
-
Instantiates a new Gh exception.
- GHException(String, Throwable) - Constructor for exception org.kohsuke.github.GHException
-
Instantiates a new Gh exception.
- GHFileNotFoundException - Exception in org.kohsuke.github
-
Request/responce contains useful metadata.
- GHFileNotFoundException() - Constructor for exception org.kohsuke.github.GHFileNotFoundException
-
Instantiates a new Gh file not found exception.
- GHFileNotFoundException(String) - Constructor for exception org.kohsuke.github.GHFileNotFoundException
-
Instantiates a new Gh file not found exception.
- GHFileNotFoundException(String, Throwable) - Constructor for exception org.kohsuke.github.GHFileNotFoundException
-
Instantiates a new Gh file not found exception.
- GHGist - Class in org.kohsuke.github
-
Gist
- GHGistBuilder - Class in org.kohsuke.github
-
Builder pattern for creating a new Gist.
- GHGistBuilder(GitHub) - Constructor for class org.kohsuke.github.GHGistBuilder
-
Instantiates a new Gh gist builder.
- GHGistFile - Class in org.kohsuke.github
-
A file inside
GHGist - GHGistFile() - Constructor for class org.kohsuke.github.GHGistFile
- GHGistUpdater - Class in org.kohsuke.github
-
Builder pattern for updating a Gist.
- GHHook - Class in org.kohsuke.github
-
The type GHHook.
- GHHook() - Constructor for class org.kohsuke.github.GHHook
- GHInvitation - Class in org.kohsuke.github
-
The type GHInvitation.
- GHInvitation() - Constructor for class org.kohsuke.github.GHInvitation
- GHIOException - Exception in org.kohsuke.github
-
Request/responce contains useful metadata.
- GHIOException() - Constructor for exception org.kohsuke.github.GHIOException
-
Instantiates a new Ghio exception.
- GHIOException(String) - Constructor for exception org.kohsuke.github.GHIOException
-
Instantiates a new Ghio exception.
- GHIOException(String, Throwable) - Constructor for exception org.kohsuke.github.GHIOException
-
Constructs a
GHIOExceptionwith the specified detail message and cause. - GHIssue - Class in org.kohsuke.github
-
Represents an issue on GitHub.
- GHIssue() - Constructor for class org.kohsuke.github.GHIssue
- GHIssue.PullRequest - Class in org.kohsuke.github
-
The type PullRequest.
- GHIssueBuilder - Class in org.kohsuke.github
-
The type GHIssueBuilder.
- GHIssueComment - Class in org.kohsuke.github
-
Comment to the issue
- GHIssueComment() - Constructor for class org.kohsuke.github.GHIssueComment
- GHIssueEvent - Class in org.kohsuke.github
-
The type GHIssueEvent.
- GHIssueEvent() - Constructor for class org.kohsuke.github.GHIssueEvent
- GHIssueSearchBuilder - Class in org.kohsuke.github
-
Search issues.
- GHIssueSearchBuilder.Sort - Enum in org.kohsuke.github
-
The enum Sort.
- GHIssueState - Enum in org.kohsuke.github
-
The enum GHIssueState.
- GHKey - Class in org.kohsuke.github
-
SSH public key.
- GHKey() - Constructor for class org.kohsuke.github.GHKey
- GHLabel - Class in org.kohsuke.github
-
The type GHLabel.
- GHLabel.Creator - Class in org.kohsuke.github
-
Deprecated.
- GHLabel.Setter - Class in org.kohsuke.github
-
Deprecated.
- GHLabel.Updater - Class in org.kohsuke.github
-
Deprecated.
- GHLicense - Class in org.kohsuke.github
-
The GitHub Preview API's license information
- GHLicense() - Constructor for class org.kohsuke.github.GHLicense
- GHMarketplaceAccount - Class in org.kohsuke.github
-
Base class for Github Marketplace Account.
- GHMarketplaceAccount() - Constructor for class org.kohsuke.github.GHMarketplaceAccount
- GHMarketplaceAccountPlan - Class in org.kohsuke.github
-
A Github Marketplace Account Plan.
- GHMarketplaceAccountPlan() - Constructor for class org.kohsuke.github.GHMarketplaceAccountPlan
- GHMarketplaceAccountType - Enum in org.kohsuke.github
-
GitHub Marketplace Account type.
- GHMarketplaceListAccountBuilder - Class in org.kohsuke.github
-
Returns any accounts associated with a plan, including free plans
- GHMarketplaceListAccountBuilder.Sort - Enum in org.kohsuke.github
-
The enum Sort.
- GHMarketplacePendingChange - Class in org.kohsuke.github
-
A Github Marketplace purchase pending change.
- GHMarketplacePendingChange() - Constructor for class org.kohsuke.github.GHMarketplacePendingChange
- GHMarketplacePlan - Class in org.kohsuke.github
-
A Github Marketplace plan.
- GHMarketplacePlan() - Constructor for class org.kohsuke.github.GHMarketplacePlan
- GHMarketplacePriceModel - Enum in org.kohsuke.github
-
GitHub Marketplace plan pricing model.
- GHMarketplacePurchase - Class in org.kohsuke.github
-
A Github Marketplace purchase.
- GHMarketplacePurchase() - Constructor for class org.kohsuke.github.GHMarketplacePurchase
- GHMarketplaceUserPurchase - Class in org.kohsuke.github
-
Github Marketplace User Purchase
- GHMarketplaceUserPurchase() - Constructor for class org.kohsuke.github.GHMarketplaceUserPurchase
- GHMembership - Class in org.kohsuke.github
-
Represents a membership of a user in an organization.
- GHMembership() - Constructor for class org.kohsuke.github.GHMembership
- GHMembership.Role - Enum in org.kohsuke.github
-
Role of a user in an organization.
- GHMembership.State - Enum in org.kohsuke.github
-
Whether a role is currently active or waiting for acceptance (pending)
- GHMeta - Class in org.kohsuke.github
-
Class that wraps the list of GitHub's IP addresses.
- GHMeta() - Constructor for class org.kohsuke.github.GHMeta
- GHMetaGettersUnmodifiable() - Constructor for class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- GHMetaPackage() - Constructor for class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
- GHMetaPublic() - Constructor for class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- GHMilestone - Class in org.kohsuke.github
-
The type GHMilestone.
- GHMilestone() - Constructor for class org.kohsuke.github.GHMilestone
- GHMilestoneState - Enum in org.kohsuke.github
-
The enum GHMilestoneState.
- GHMyself - Class in org.kohsuke.github
-
Represents the account that's logging into GitHub.
- GHMyself() - Constructor for class org.kohsuke.github.GHMyself
- GHMyself.RepositoryListFilter - Enum in org.kohsuke.github
-
Type of repositories returned during listing.
- GHNotificationStream - Class in org.kohsuke.github
-
Listens to GitHub notification stream.
- GHObject - Class in org.kohsuke.github
-
Most (all?) domain objects in GitHub seems to have these 4 properties.
- GHObject() - Constructor for class org.kohsuke.github.GHRef.GHObject
- GHOrganization - Class in org.kohsuke.github
-
The type GHOrganization.
- GHOrganization() - Constructor for class org.kohsuke.github.GHOrganization
- GHOrganization.Permission - Enum in org.kohsuke.github
-
The enum Permission.
- GHOrganization.Role - Enum in org.kohsuke.github
-
Member's role in an organization
- GHOTPRequiredException - Exception in org.kohsuke.github
-
This exception is thrown when GitHub is requesting an OTP from the user
- GHOTPRequiredException() - Constructor for exception org.kohsuke.github.GHOTPRequiredException
- GHPermissionType - Enum in org.kohsuke.github
-
The enum GHPermissionType.
- GHPerson - Class in org.kohsuke.github
-
Common part of
GHUserandGHOrganization. - GHPerson() - Constructor for class org.kohsuke.github.GHPerson
- GHPersonSet<T extends GHPerson> - Class in org.kohsuke.github
-
Set of
GHPersonwith helper lookup methods. - GHPersonSet() - Constructor for class org.kohsuke.github.GHPersonSet
-
Instantiates a new Gh person set.
- GHPersonSet(int) - Constructor for class org.kohsuke.github.GHPersonSet
-
Instantiates a new Gh person set.
- GHPersonSet(int, float) - Constructor for class org.kohsuke.github.GHPersonSet
-
Instantiates a new Gh person set.
- GHPersonSet(Collection<? extends T>) - Constructor for class org.kohsuke.github.GHPersonSet
-
Instantiates a new Gh person set.
- GHPersonSet(T...) - Constructor for class org.kohsuke.github.GHPersonSet
-
Instantiates a new Gh person set.
- GHProject - Class in org.kohsuke.github
-
A GitHub project.
- GHProject() - Constructor for class org.kohsuke.github.GHProject
- GHProject.ProjectState - Enum in org.kohsuke.github
-
The enum ProjectState.
- GHProject.ProjectStateFilter - Enum in org.kohsuke.github
-
The enum ProjectStateFilter.
- GHProjectCard - Class in org.kohsuke.github
-
The type GHProjectCard.
- GHProjectCard() - Constructor for class org.kohsuke.github.GHProjectCard
- GHProjectColumn - Class in org.kohsuke.github
-
The type GHProjectColumn.
- GHProjectColumn() - Constructor for class org.kohsuke.github.GHProjectColumn
- GHPullRequest - Class in org.kohsuke.github
-
A pull request.
- GHPullRequest() - Constructor for class org.kohsuke.github.GHPullRequest
- GHPullRequest.MergeMethod - Enum in org.kohsuke.github
-
The enum MergeMethod.
- GHPullRequestCommitDetail - Class in org.kohsuke.github
-
Commit detail inside a
GHPullRequest. - GHPullRequestCommitDetail() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail
- GHPullRequestCommitDetail.Authorship - Class in org.kohsuke.github
-
Deprecated.Use
GitUser - GHPullRequestCommitDetail.Commit - Class in org.kohsuke.github
-
The type Commit.
- GHPullRequestCommitDetail.CommitPointer - Class in org.kohsuke.github
-
The type CommitPointer.
- GHPullRequestCommitDetail.Tree - Class in org.kohsuke.github
-
The type Tree.
- GHPullRequestFileDetail - Class in org.kohsuke.github
-
File detail inside a
GHPullRequest. - GHPullRequestFileDetail() - Constructor for class org.kohsuke.github.GHPullRequestFileDetail
- GHPullRequestQueryBuilder - Class in org.kohsuke.github
-
Lists up pull requests with some filtering and sorting.
- GHPullRequestQueryBuilder.Sort - Enum in org.kohsuke.github
-
The enum Sort.
- GHPullRequestReview - Class in org.kohsuke.github
-
Review to a pull request.
- GHPullRequestReview() - Constructor for class org.kohsuke.github.GHPullRequestReview
- GHPullRequestReviewBuilder - Class in org.kohsuke.github
-
Builds up a creation of new
GHPullRequestReview. - GHPullRequestReviewComment - Class in org.kohsuke.github
-
Review comment to the pull request
- GHPullRequestReviewComment() - Constructor for class org.kohsuke.github.GHPullRequestReviewComment
- GHPullRequestReviewEvent - Enum in org.kohsuke.github
-
Action to perform on
GHPullRequestReview. - GHPullRequestReviewState - Enum in org.kohsuke.github
-
Current state of
GHPullRequestReview - GHQueryBuilder<T> - Class in org.kohsuke.github
-
Used to specify filters, sort order, etc for listing items in a collection.
- GHRateLimit - Class in org.kohsuke.github
-
Rate limit.
- GHRateLimit.Record - Class in org.kohsuke.github
-
A rate limit record.
- GHRateLimit.UnknownLimitRecord - Class in org.kohsuke.github
-
A limit record used as a placeholder when the the actual limit is not known.
- GHReaction - Class in org.kohsuke.github
-
Deprecated.
- GHReaction() - Constructor for class org.kohsuke.github.GHReaction
-
Deprecated.
- GHRef - Class in org.kohsuke.github
-
Provides information on a Git ref from GitHub.
- GHRef() - Constructor for class org.kohsuke.github.GHRef
- GHRef.GHObject - Class in org.kohsuke.github
-
The type GHObject.
- GHRelease - Class in org.kohsuke.github
-
Release in a github repository.
- GHRelease() - Constructor for class org.kohsuke.github.GHRelease
- GHReleaseBuilder - Class in org.kohsuke.github
-
Builder pattern for creating a
GHRelease - GHReleaseBuilder(GHRepository, String) - Constructor for class org.kohsuke.github.GHReleaseBuilder
-
Instantiates a new Gh release builder.
- GHReleaseUpdater - Class in org.kohsuke.github
-
Modifies
GHRelease. - GHRepository - Class in org.kohsuke.github
-
A repository on GitHub.
- GHRepository() - Constructor for class org.kohsuke.github.GHRepository
- GHRepository.Contributor - Class in org.kohsuke.github
-
The type Contributor.
- GHRepository.ForkSort - Enum in org.kohsuke.github
-
Sort orders for listing forks
- GHRepositoryCloneTraffic - Class in org.kohsuke.github
-
Repository clone statistics.
- GHRepositoryCloneTraffic.DailyInfo - Class in org.kohsuke.github
-
The type DailyInfo.
- GHRepositorySearchBuilder - Class in org.kohsuke.github
-
Search repositories.
- GHRepositorySearchBuilder.Sort - Enum in org.kohsuke.github
-
The enum Sort.
- GHRepositorySelection - Enum in org.kohsuke.github
-
App installation repository selection.
- GHRepositoryStatistics - Class in org.kohsuke.github
-
Statistics for a GitHub repository.
- GHRepositoryStatistics(GHRepository) - Constructor for class org.kohsuke.github.GHRepositoryStatistics
-
Instantiates a new Gh repository statistics.
- GHRepositoryStatistics.CodeFrequency - Class in org.kohsuke.github
-
The type CodeFrequency.
- GHRepositoryStatistics.CommitActivity - Class in org.kohsuke.github
-
The type CommitActivity.
- GHRepositoryStatistics.ContributorStats - Class in org.kohsuke.github
-
The type ContributorStats.
- GHRepositoryStatistics.ContributorStats.Week - Class in org.kohsuke.github
-
The type Week.
- GHRepositoryStatistics.Participation - Class in org.kohsuke.github
-
The type Participation.
- GHRepositoryStatistics.PunchCardItem - Class in org.kohsuke.github
-
The type PunchCardItem.
- GHRepositoryTraffic - Class in org.kohsuke.github
-
The type GHRepositoryTraffic.
- GHRepositoryTraffic.DailyInfo - Class in org.kohsuke.github
-
The type DailyInfo.
- GHRepositoryViewTraffic - Class in org.kohsuke.github
-
Repository view statistics.
- GHRepositoryViewTraffic.DailyInfo - Class in org.kohsuke.github
-
The type DailyInfo.
- GHRequestedAction - Class in org.kohsuke.github
- GHRequestedAction() - Constructor for class org.kohsuke.github.GHRequestedAction
- GHSearchBuilder<T> - Class in org.kohsuke.github
-
Base class for various search builders.
- GHStargazer - Class in org.kohsuke.github
-
A stargazer at a repository on GitHub.
- GHStargazer() - Constructor for class org.kohsuke.github.GHStargazer
- GHSubscription - Class in org.kohsuke.github
-
Represents your subscribing to a repository / conversation thread..
- GHSubscription() - Constructor for class org.kohsuke.github.GHSubscription
- GHTag - Class in org.kohsuke.github
-
Represents a tag in
GHRepository - GHTag() - Constructor for class org.kohsuke.github.GHTag
- GHTagObject - Class in org.kohsuke.github
-
Represents an annotated tag in a
GHRepository - GHTagObject() - Constructor for class org.kohsuke.github.GHTagObject
- GHTargetType - Enum in org.kohsuke.github
-
App installation target type.
- GHTeam - Class in org.kohsuke.github
-
A team in GitHub organization.
- GHTeam() - Constructor for class org.kohsuke.github.GHTeam
- GHTeam.Privacy - Enum in org.kohsuke.github
- GHTeam.Role - Enum in org.kohsuke.github
-
Member's role in a team
- GHTeamBuilder - Class in org.kohsuke.github
-
Creates a team.
- GHTeamBuilder(GitHub, String, String) - Constructor for class org.kohsuke.github.GHTeamBuilder
- GHThread - Class in org.kohsuke.github
-
A conversation in the notification API.
- GHTree - Class in org.kohsuke.github
-
Provides information for Git Trees https://developer.github.com/v3/git/trees/
- GHTree() - Constructor for class org.kohsuke.github.GHTree
- GHTreeBuilder - Class in org.kohsuke.github
-
Builder pattern for creating a new tree.
- GHTreeEntry - Class in org.kohsuke.github
-
Provides information for Git Trees https://developer.github.com/v3/git/trees/
- GHTreeEntry() - Constructor for class org.kohsuke.github.GHTreeEntry
- GHUser - Class in org.kohsuke.github
-
Represents an user of GitHub.
- GHUser() - Constructor for class org.kohsuke.github.GHUser
- GHUserSearchBuilder - Class in org.kohsuke.github
-
Search users.
- GHUserSearchBuilder.Sort - Enum in org.kohsuke.github
-
The enum Sort.
- GHVerification - Class in org.kohsuke.github
-
The commit/tag can be signed by user.
- GHVerification() - Constructor for class org.kohsuke.github.GHVerification
- GHVerification.Reason - Enum in org.kohsuke.github
-
The possible values for reason in verification object from github.
- GHVerifiedKey - Class in org.kohsuke.github
-
The type GHVerifiedKey.
- GHVerifiedKey() - Constructor for class org.kohsuke.github.GHVerifiedKey
-
Instantiates a new Gh verified key.
- GIST - org.kohsuke.github.GHEvent
- GIST - Static variable in class org.kohsuke.github.GHAuthorization
- gitHttpTransportUrl() - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- GitHub - Class in org.kohsuke.github
-
Root of the GitHub API.
- GITHUB_APP_AUTHORIZATION - org.kohsuke.github.GHEvent
- GitHubBuilder - Class in org.kohsuke.github
-
Configures connection details and produces
GitHub. - GitHubBuilder() - Constructor for class org.kohsuke.github.GitHubBuilder
-
Instantiates a new Git hub builder.
- gitignoreTemplate(String) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Creates a default .gitignore
- GitUser - Class in org.kohsuke.github
-
Represents a user in Git who authors/commits a commit.
- GitUser() - Constructor for class org.kohsuke.github.GitUser
- GOLLUM - org.kohsuke.github.GHEvent
- GPGVERIFY_ERROR - org.kohsuke.github.GHVerification.Reason
- GPGVERIFY_UNAVAILABLE - org.kohsuke.github.GHVerification.Reason
H
- hasAdminAccess() - Method in class org.kohsuke.github.GHRepository
-
Has admin access boolean.
- hasAssignee(GHUser) - Method in class org.kohsuke.github.GHRepository
-
Checks if the given user is an assignee for this repository.
- hasDownloads() - Method in class org.kohsuke.github.GHRepository
-
Has downloads boolean.
- hash(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Hash gh commit search builder.
- hashCode() - Method in class org.kohsuke.github.GHDiscussion
- hashCode() - Method in class org.kohsuke.github.GHEmail
- hashCode() - Method in class org.kohsuke.github.GHGist
- hashCode() - Method in class org.kohsuke.github.GHLabel
- hashCode() - Method in class org.kohsuke.github.GHLicense
- hashCode() - Method in class org.kohsuke.github.GHRateLimit
- hashCode() - Method in class org.kohsuke.github.GHRateLimit.Record
- hashCode() - Method in class org.kohsuke.github.GHRepository.Contributor
- hashCode() - Method in class org.kohsuke.github.GHRepository
- hashCode() - Method in class org.kohsuke.github.GHTeam
- hashCode() - Method in class org.kohsuke.github.GHUser
- hasIssues() - Method in class org.kohsuke.github.GHRepository
-
Has issues boolean.
- hasMember(GHUser) - Method in class org.kohsuke.github.GHOrganization
-
Checks if this organization has the specified user as a member.
- hasMember(GHUser) - Method in class org.kohsuke.github.GHTeam
-
Checks if this team has the specified user as a member.
- hasNext() - Method in class org.kohsuke.github.PagedIterator
- hasPages() - Method in class org.kohsuke.github.GHRepository
-
Has pages boolean.
- hasProjects() - Method in class org.kohsuke.github.GHRepository
-
Has projects boolean.
- hasPublicMember(GHUser) - Method in class org.kohsuke.github.GHOrganization
-
Checks if this organization has the specified user as a public member.
- hasPullAccess() - Method in class org.kohsuke.github.GHRepository
-
Has pull access boolean.
- hasPushAccess() - Method in class org.kohsuke.github.GHRepository
-
Has push access boolean.
- hasWiki() - Method in class org.kohsuke.github.GHRepository
-
Has wiki boolean.
- head(String) - Method in class org.kohsuke.github.GHPullRequestQueryBuilder
-
Head gh pull request query builder.
- HeadCommit() - Constructor for class org.kohsuke.github.GHCheckSuite.HeadCommit
- HEART - org.kohsuke.github.ReactionContent
- hireable - Variable in class org.kohsuke.github.GHPerson
- homepage(String) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Homepage for repository
- homepage(URL) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Homepage for repository
- HOORAY - org.kohsuke.github.ReactionContent
- html_url - Variable in class org.kohsuke.github.GHIssue
- html_url - Variable in class org.kohsuke.github.GHLicense
- html_url - Variable in class org.kohsuke.github.GHPerson
- HttpConnector - Interface in org.kohsuke.github
-
Pluggability for customizing HTTP request behaviors or using altogether different library.
- HttpException - Exception in org.kohsuke.github
-
IOExceptionfor http exceptions becauseHttpURLConnectionthrows un-discernedIOExceptionand it can help to know the http response code to decide how to handle an http exceptions. - HttpException(int, String, String, Throwable) - Constructor for exception org.kohsuke.github.HttpException
-
Instantiates a new Http exception.
- HttpException(int, String, URL, Throwable) - Constructor for exception org.kohsuke.github.HttpException
-
Instantiates a new Http exception.
- HttpException(String, int, String, String) - Constructor for exception org.kohsuke.github.HttpException
-
Instantiates a new Http exception.
- HttpException(String, int, String, String, Throwable) - Constructor for exception org.kohsuke.github.HttpException
-
Instantiates a new Http exception.
I
- id - Variable in class org.kohsuke.github.GHDeployKey
- id - Variable in class org.kohsuke.github.GHKey
- identical - org.kohsuke.github.GHCompare.Status
- Image(String, String) - Constructor for class org.kohsuke.github.GHCheckRunBuilder.Image
-
Deprecated.
- ImpatientHttpConnector - Class in org.kohsuke.github.extras
-
HttpConnectorwrapper that sets timeout - ImpatientHttpConnector(HttpConnector) - Constructor for class org.kohsuke.github.extras.ImpatientHttpConnector
-
Instantiates a new Impatient http connector.
- ImpatientHttpConnector(HttpConnector, int) - Constructor for class org.kohsuke.github.extras.ImpatientHttpConnector
-
Instantiates a new Impatient http connector.
- ImpatientHttpConnector(HttpConnector, int, int) - Constructor for class org.kohsuke.github.extras.ImpatientHttpConnector
-
Instantiates a new Impatient http connector.
- implementation - Variable in class org.kohsuke.github.GHLicense
- in(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
In gh content search builder.
- in(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
In gh repository search builder.
- in(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
In gh user search builder.
- IN_PROGRESS - org.kohsuke.github.GHCheckRun.Status
- includeAdmins() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Include admins gh branch protection builder.
- includeAdmins(boolean) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Include admins gh branch protection builder.
- InnerCommit() - Constructor for class org.kohsuke.github.GHCompare.InnerCommit
- Installation() - Constructor for class org.kohsuke.github.GHEventPayload.Installation
- INSTALLATION - org.kohsuke.github.GHEvent
- INSTALLATION_REPOSITORIES - org.kohsuke.github.GHEvent
- InstallationRepositories() - Constructor for class org.kohsuke.github.GHEventPayload.InstallationRepositories
- INTEGRATION_INSTALLATION_REPOSITORIES - org.kohsuke.github.GHEvent
- INVALID - org.kohsuke.github.GHVerification.Reason
- is(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Is gh commit search builder.
- isActive() - Method in class org.kohsuke.github.GHHook
-
Is active boolean.
- isAllowMergeCommit() - Method in class org.kohsuke.github.GHRepository
-
Is allow merge commit boolean.
- isAllowRebaseMerge() - Method in class org.kohsuke.github.GHRepository
-
Is allow rebase merge boolean.
- isAllowSquashMerge() - Method in class org.kohsuke.github.GHRepository
-
Is allow squash merge boolean.
- isAnonymous() - Method in class org.kohsuke.github.GitHub
-
Is this an anonymous connection
- isArchived() - Method in class org.kohsuke.github.GHProjectCard
-
Is archived boolean.
- isArchived() - Method in class org.kohsuke.github.GHRepository
-
Is archived boolean.
- isClosed() - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Is closed gh issue search builder.
- isCreated() - Method in class org.kohsuke.github.GHEventPayload.Push
-
Is created boolean.
- isCredentialValid() - Method in class org.kohsuke.github.GitHub
-
Ensures that the credential is valid.
- isDeleteBranchOnMerge() - Method in class org.kohsuke.github.GHRepository
-
Automatically deleting head branches when pull requests are merged
- isDeleted() - Method in class org.kohsuke.github.GHEventPayload.Push
-
Is deleted boolean.
- isDirectory() - Method in class org.kohsuke.github.GHContent
-
Is directory boolean.
- isDismissStaleReviews() - Method in class org.kohsuke.github.GHBranchProtection.RequiredReviews
-
Is dismiss stale reviews boolean.
- isDistinct() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Whether this commit is distinct from any that have been pushed before.
- isDraft() - Method in class org.kohsuke.github.GHPullRequest
-
Is draft boolean.
- isDraft() - Method in class org.kohsuke.github.GHRelease
-
Is draft boolean.
- isEnabled() - Method in class org.kohsuke.github.GHBranchProtection.EnforceAdmins
-
Is enabled boolean.
- isExpired() - Method in class org.kohsuke.github.GHRateLimit
-
Whether the rate limit reset date for this instance has passed.
- isExpired() - Method in class org.kohsuke.github.GHRateLimit.Record
-
Whether the rate limit reset date indicated by this instance is expired
- isFeatured() - Method in class org.kohsuke.github.GHLicense
-
Featured licenses are bold in the new repository drop-down
- isFile() - Method in class org.kohsuke.github.GHContent
-
Is file boolean.
- isForced() - Method in class org.kohsuke.github.GHEventPayload.Push
-
Is forced boolean.
- isFork() - Method in class org.kohsuke.github.GHRepository
-
Is fork boolean.
- isFreeTrial() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Is free trial boolean.
- isHireable() - Method in class org.kohsuke.github.GHUser
-
Returns true if this user is marked as hireable, false otherwise
- isIgnored() - Method in class org.kohsuke.github.GHSubscription
-
Is ignored boolean.
- isIncomplete() - Method in class org.kohsuke.github.PagedSearchIterable
-
Is incomplete boolean.
- isLocked() - Method in class org.kohsuke.github.GHIssue
-
Is locked boolean.
- isMemberOf(GHOrganization) - Method in class org.kohsuke.github.GHUser
-
Returns true if this user belongs to the specified organization.
- isMemberOf(GHTeam) - Method in class org.kohsuke.github.GHUser
-
Returns true if this user belongs to the specified team.
- isMerged() - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Is merged gh issue search builder.
- isMerged() - Method in class org.kohsuke.github.GHPullRequest
-
Is merged boolean.
- isOffline() - Method in class org.kohsuke.github.GitHub
-
Is this an always offline "connection".
- isOnFreeTrial() - Method in class org.kohsuke.github.GHMarketplacePurchase
-
Is on free trial boolean.
- isOnFreeTrial() - Method in class org.kohsuke.github.GHMarketplaceUserPurchase
-
Is on free trial boolean.
- isOpen() - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Is open gh issue search builder.
- isPrerelease() - Method in class org.kohsuke.github.GHRelease
-
Is prerelease boolean.
- isPrimary() - Method in class org.kohsuke.github.GHEmail
-
Is primary boolean.
- isPrivate() - Method in class org.kohsuke.github.GHDiscussion
-
Whether the discussion is private to the team.
- isPrivate() - Method in class org.kohsuke.github.GHRepository
-
Is private boolean.
- isProtected() - Method in class org.kohsuke.github.GHBranch
-
Deprecated.
- isPublic() - Method in class org.kohsuke.github.GHGist
-
Is public boolean.
- isPublicMemberOf(GHOrganization) - Method in class org.kohsuke.github.GHUser
-
Returns true if this user belongs to the specified organization as a public member.
- isPullRequest() - Method in class org.kohsuke.github.GHIssue
-
Is pull request boolean.
- isRead() - Method in class org.kohsuke.github.GHThread
-
Is read boolean.
- isRequireCodeOwnerReviews() - Method in class org.kohsuke.github.GHBranchProtection.RequiredReviews
-
Is require code owner reviews boolean.
- isRequiresBranchUpToDate() - Method in class org.kohsuke.github.GHBranchProtection.RequiredStatusChecks
-
Is requires branch up to date boolean.
- isSiteAdmin() - Method in class org.kohsuke.github.GHPerson
-
Gets the site_admin field
- isStarred() - Method in class org.kohsuke.github.GHGist
-
Is starred boolean.
- isSubscribed() - Method in class org.kohsuke.github.GHSubscription
-
Is subscribed boolean.
- Issue() - Constructor for class org.kohsuke.github.GHEventPayload.Issue
- ISSUE_COMMENT - org.kohsuke.github.GHEvent
- IssueComment() - Constructor for class org.kohsuke.github.GHEventPayload.IssueComment
- issues(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Enables issue tracker
- ISSUES - org.kohsuke.github.GHEvent
- isTruncated() - Method in class org.kohsuke.github.GHGistFile
-
(?) indicates if
GHGistFile.getContent()contains a truncated content. - isTruncated() - Method in class org.kohsuke.github.GHTree
-
Returns true if the number of items in the tree array exceeded the GitHub maximum limit.
- isVerifiablePasswordAuthentication() - Method in interface org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaExample
-
Is verifiable password authentication boolean.
- isVerifiablePasswordAuthentication() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinal
- isVerifiablePasswordAuthentication() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersFinalCreator
- isVerifiablePasswordAuthentication() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaGettersUnmodifiable
- isVerifiablePasswordAuthentication() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPackage
- isVerifiablePasswordAuthentication() - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
- isVerifiablePasswordAuthentication() - Method in class org.kohsuke.github.GHMeta
-
Is verifiable password authentication boolean.
- isVerified() - Method in class org.kohsuke.github.GHDeployKey
-
Is verified boolean.
- isVerified() - Method in class org.kohsuke.github.GHEmail
-
Is verified boolean.
- isVerified() - Method in class org.kohsuke.github.GHKey
-
Is verified boolean.
- isVerified() - Method in class org.kohsuke.github.GHVerification
-
Indicates whether GitHub considers the signature in this commit to be verified.
- iterateRepositories(int) - Method in class org.kohsuke.github.GHPerson
-
Deprecated.
- iterator() - Method in class org.kohsuke.github.GHNotificationStream
- iterator() - Method in class org.kohsuke.github.PagedIterable
-
Returns an iterator over elements of type
T.
J
- JOINED - org.kohsuke.github.GHUserSearchBuilder.Sort
K
- key - Variable in class org.kohsuke.github.GHDeployKey
- key - Variable in class org.kohsuke.github.GHKey
- key - Variable in class org.kohsuke.github.GHLicense
L
- label(String) - Method in class org.kohsuke.github.GHIssueBuilder
-
Label gh issue builder.
- LABEL - org.kohsuke.github.GHEvent
- labels - Variable in class org.kohsuke.github.GHIssue
- language(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Language gh content search builder.
- language(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Language gh repository search builder.
- language(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Language gh user search builder.
- lastRateLimit() - Method in class org.kohsuke.github.GitHub
-
Returns the most recently observed rate limit data or
nullif either there is no rate limit (for example GitHub Enterprise) or if no requests have been made. - LAUGH - org.kohsuke.github.ReactionContent
- licenseTemplate(String) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Desired license template to apply
- limit - Variable in class org.kohsuke.github.GHRateLimit
-
Deprecated.This value should never have been made public. Use
GHRateLimit.getLimit() - list() - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Lists up the commits with the criteria built so far.
- list() - Method in class org.kohsuke.github.GHPullRequestQueryBuilder
- list() - Method in class org.kohsuke.github.GHQueryBuilder
-
Start listing items by using the settings built up on this object.
- list() - Method in class org.kohsuke.github.GHSearchBuilder
-
Performs the search.
- listAccounts() - Method in class org.kohsuke.github.GHMarketplacePlan
-
Starts a builder that list any accounts associated with a plan, including free plans.
- listAllPublicRepositories() - Method in class org.kohsuke.github.GitHub
-
This provides a dump of every public repository, in the order that they were created.
- listAllPublicRepositories(String) - Method in class org.kohsuke.github.GitHub
-
This provides a dump of every public repository, in the order that they were created.
- listAllRepositories() - Method in class org.kohsuke.github.GHMyself
-
Deprecated.
- listAssignees() - Method in class org.kohsuke.github.GHRepository
-
Lists all the available assignees to which issues may be assigned.
- listCards() - Method in class org.kohsuke.github.GHProjectColumn
-
List cards paged iterable.
- listCollaborators() - Method in class org.kohsuke.github.GHRepository
-
Lists up the collaborators on this repository.
- listColumns() - Method in class org.kohsuke.github.GHProject
-
List columns paged iterable.
- listComments() - Method in class org.kohsuke.github.GHCommit
-
List comments paged iterable.
- listComments() - Method in class org.kohsuke.github.GHIssue
-
Obtains all the comments associated with this issue.
- listCommitComments() - Method in class org.kohsuke.github.GHRepository
-
Lists up all the commit comments in this repository.
- listCommits() - Method in class org.kohsuke.github.GHPullRequest
-
Retrieves all the commits associated to this pull request.
- listCommits() - Method in class org.kohsuke.github.GHRepository
-
Lists all the commits.
- listCommitStatuses(String) - Method in class org.kohsuke.github.GHRepository
-
/** Lists all the commit statuses attached to the given commit, newer ones first.
- listContributors() - Method in class org.kohsuke.github.GHRepository
-
List contributors paged iterable.
- listDeployments(String, String, String, String) - Method in class org.kohsuke.github.GHRepository
-
List deployments paged iterable.
- listDirectoryContent() - Method in class org.kohsuke.github.GHContent
-
List immediate children of this directory.
- listDiscussions() - Method in class org.kohsuke.github.GHTeam
-
Retrieves the discussions.
- listEvents() - Method in class org.kohsuke.github.GHIssue
-
Lists events for this issue.
- listEvents() - Method in class org.kohsuke.github.GHOrganization
-
Lists events performed by a user (this includes private events if the caller is authenticated.
- listEvents() - Method in class org.kohsuke.github.GHPerson
-
Lists events for an organization or an user.
- listEvents() - Method in class org.kohsuke.github.GHRepository
-
Lists repository events.
- listEvents() - Method in class org.kohsuke.github.GHUser
-
Lists events performed by a user (this includes private events if the caller is authenticated.
- listFiles() - Method in class org.kohsuke.github.GHPullRequest
-
Retrieves all the files associated to this pull request.
- listFollowers() - Method in class org.kohsuke.github.GHUser
-
Lists the users who are following this user.
- listFollows() - Method in class org.kohsuke.github.GHUser
-
Lists the users that this user is following
- listForks() - Method in class org.kohsuke.github.GHGist
-
List forks paged iterable.
- listForks() - Method in class org.kohsuke.github.GHRepository
-
Lists all the direct forks of this repository, sorted by github api default, currently
ForkSort.NEWEST*. - listForks(GHRepository.ForkSort) - Method in class org.kohsuke.github.GHRepository
-
Lists all the direct forks of this repository, sorted by the given sort order.
- listGists() - Method in class org.kohsuke.github.GHUser
-
Lists Gists created by this user.
- listInstallations() - Method in class org.kohsuke.github.GHApp
-
Deprecated.
- listInvitations() - Method in class org.kohsuke.github.GHRepository
-
Lists all the invitations.
- listIssueEvents() - Method in class org.kohsuke.github.GHRepository
-
Get all issue events for this repository.
- listIssues(GHIssueState) - Method in class org.kohsuke.github.GHRepository
-
Lists up all the issues in this repository.
- listLabels() - Method in class org.kohsuke.github.GHRepository
-
Lists labels in this repository.
- listLanguages() - Method in class org.kohsuke.github.GHRepository
-
List languages for the specified repository.
- listLicenses() - Method in class org.kohsuke.github.GitHub
-
Returns a list of popular open source licenses
- listMarketplacePlans() - Method in class org.kohsuke.github.GitHub
-
Returns a list all plans for your Marketplace listing
- listMembers() - Method in class org.kohsuke.github.GHOrganization
-
All the members of this organization.
- listMembers() - Method in class org.kohsuke.github.GHTeam
-
Retrieves the current members.
- listMembersWithFilter(String) - Method in class org.kohsuke.github.GHOrganization
-
List members with filter paged iterable.
- listMembersWithRole(String) - Method in class org.kohsuke.github.GHOrganization
-
List members with specified role paged iterable.
- listMilestones(GHIssueState) - Method in class org.kohsuke.github.GHRepository
-
Lists up all the milestones in this repository.
- listMyAuthorizations() - Method in class org.kohsuke.github.GitHub
-
Returns a list of all authorizations.
- listNotifications() - Method in class org.kohsuke.github.GHRepository
-
List all the notifications in a repository for the current user.
- listNotifications() - Method in class org.kohsuke.github.GitHub
-
List all the notifications.
- listOrganizations() - Method in class org.kohsuke.github.GitHub
-
Gets a list of all organizations.
- listOrganizations(String) - Method in class org.kohsuke.github.GitHub
-
Gets a list of all organizations starting after the organization identifier specified by 'since'.
- listOrgMemberships() - Method in class org.kohsuke.github.GHMyself
-
List your organization memberships
- listOrgMemberships(GHMembership.State) - Method in class org.kohsuke.github.GHMyself
-
List your organization memberships
- listProjects() - Method in class org.kohsuke.github.GHOrganization
-
Returns all open projects for the organization.
- listProjects() - Method in class org.kohsuke.github.GHRepository
-
Returns open projects for this repository.
- listProjects(GHProject.ProjectStateFilter) - Method in class org.kohsuke.github.GHOrganization
-
Returns the projects for this organization.
- listProjects(GHProject.ProjectStateFilter) - Method in class org.kohsuke.github.GHRepository
-
Returns the projects for this repository.
- listPublicMembers() - Method in class org.kohsuke.github.GHOrganization
-
All the public members of this organization.
- listPullRequests(GHIssueState) - Method in class org.kohsuke.github.GHRepository
-
Deprecated.
- listReactions() - Method in class org.kohsuke.github.GHCommitComment
-
Deprecated.
- listReactions() - Method in class org.kohsuke.github.GHIssue
-
Deprecated.
- listReactions() - Method in class org.kohsuke.github.GHIssueComment
-
Deprecated.
- listReactions() - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Deprecated.
- listReactions() - Method in interface org.kohsuke.github.Reactable
-
Deprecated.
- listRefs() - Method in class org.kohsuke.github.GHRepository
-
Retrieves all refs for the github repository.
- listRefs(String) - Method in class org.kohsuke.github.GHRepository
-
Retrieves all refs of the given type for the current GitHub repository.
- listReleases() - Method in class org.kohsuke.github.GHRepository
-
List releases paged iterable.
- listRepositories() - Method in class org.kohsuke.github.GHMyself
-
Lists up all repositories this user owns (public and private).
- listRepositories() - Method in class org.kohsuke.github.GHPerson
-
Lists up all the repositories using a 30 items page size.
- listRepositories() - Method in class org.kohsuke.github.GHTeam
-
List repositories paged iterable.
- listRepositories(int) - Method in class org.kohsuke.github.GHMyself
-
List repositories that are accessible to the authenticated user (public and private) using the specified page size.
- listRepositories(int) - Method in class org.kohsuke.github.GHOrganization
-
Lists up all the repositories using the specified page size.
- listRepositories(int) - Method in class org.kohsuke.github.GHPerson
-
Lists up all the repositories using the specified page size.
- listRepositories(int, GHMyself.RepositoryListFilter) - Method in class org.kohsuke.github.GHMyself
-
List repositories of a certain type that are accessible by current authenticated user using the specified page size.
- listReviewComments() - Method in class org.kohsuke.github.GHPullRequest
-
Obtains all the review comments associated with this pull request.
- listReviewComments() - Method in class org.kohsuke.github.GHPullRequestReview
-
Obtains all the review comments associated with this pull request review.
- listReviews() - Method in class org.kohsuke.github.GHPullRequest
-
Retrieves all the reviews associated to this pull request.
- listStargazers() - Method in class org.kohsuke.github.GHRepository
-
Lists all the users who have starred this repo based on the old version of the API.
- listStargazers2() - Method in class org.kohsuke.github.GHRepository
-
Lists all the users who have starred this repo based on new version of the API, having extended information like the time when the repository was starred.
- listStarredRepositories() - Method in class org.kohsuke.github.GHUser
-
Lists all the repositories that this user has starred.
- listStatuses() - Method in class org.kohsuke.github.GHCommit
-
List statuses paged iterable.
- listStatuses() - Method in class org.kohsuke.github.GHDeployment
-
List statuses paged iterable.
- listSubscribers() - Method in class org.kohsuke.github.GHRepository
-
Lists all the subscribers (aka watchers.)
- listSubscriptions() - Method in class org.kohsuke.github.GHUser
-
Lists all the subscribed (aka watched) repositories.
- listTags() - Method in class org.kohsuke.github.GHRepository
-
List tags paged iterable.
- listTeams() - Method in class org.kohsuke.github.GHOrganization
-
List up all the teams.
- listTopics() - Method in class org.kohsuke.github.GHRepository
-
Return the topics for this repository.
- listUsers() - Method in class org.kohsuke.github.GitHub
-
Returns a list of all users.
- LiteralValue(int) - Constructor for class org.kohsuke.github.RateLimitChecker.LiteralValue
- location - Variable in class org.kohsuke.github.GHPerson
- location(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Location gh user search builder.
- lock() - Method in class org.kohsuke.github.GHIssue
-
Lock.
- locked - Variable in class org.kohsuke.github.GHIssue
- login - Variable in class org.kohsuke.github.GHPerson
- LONG_RUNNING - org.kohsuke.github.GHPullRequestQueryBuilder.Sort
M
- MAINTAINER - org.kohsuke.github.GHTeam.Role
-
Able to add/remove other team members, promote other team members to team maintainer, and edit the team's name and description.
- maintainers(String...) - Method in class org.kohsuke.github.GHTeamBuilder
-
Maintainers for this team.
- MALFORMED_SIGNATURE - org.kohsuke.github.GHVerification.Reason
- markAsRead() - Method in class org.kohsuke.github.GHNotificationStream
-
Mark as read.
- markAsRead() - Method in class org.kohsuke.github.GHThread
-
Marks this thread as read.
- markAsRead(long) - Method in class org.kohsuke.github.GHNotificationStream
-
Marks all the notifications as read.
- MARKDOWN - org.kohsuke.github.MarkdownMode
-
Render a document as plain Markdown, just like README files are rendered.
- MarkdownMode - Enum in org.kohsuke.github
-
Rendering mode of markdown.
- MARKETPLACE_PURCHASE - org.kohsuke.github.GHEvent
- MEMBER - org.kohsuke.github.GHCommentAuthorAssociation
-
Author is a member of the organization that owns the repository.
- MEMBER - org.kohsuke.github.GHEvent
- MEMBER - org.kohsuke.github.GHMembership.Role
-
Non-owner organization member.
- MEMBER - org.kohsuke.github.GHMyself.RepositoryListFilter
-
Public and private repositories that current user is a member
- MEMBER - org.kohsuke.github.GHOrganization.Role
-
The user is an owner of the organization.
- MEMBER - org.kohsuke.github.GHTeam.Role
-
A normal member of the team
- MEMBERSHIP - org.kohsuke.github.GHEvent
- mentions(String) - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Mentions gh issue search builder.
- mentions(GHUser) - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Mentions gh issue search builder.
- merge(boolean) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Merge gh commit search builder.
- merge(String) - Method in class org.kohsuke.github.GHPullRequest
-
Merge this pull request.
- merge(String, String) - Method in class org.kohsuke.github.GHPullRequest
-
Merge this pull request.
- merge(String, String, GHPullRequest.MergeMethod) - Method in class org.kohsuke.github.GHPullRequest
-
Merge this pull request, using the specified merge method.
- MERGE - org.kohsuke.github.GHPullRequest.MergeMethod
- message(String) - Method in class org.kohsuke.github.GHCommitBuilder
-
Message gh commit builder.
- message(String) - Method in class org.kohsuke.github.GHContentBuilder
-
Message gh content builder.
- META - org.kohsuke.github.GHEvent
- milestone - Variable in class org.kohsuke.github.GHIssue
- milestone(GHMilestone) - Method in class org.kohsuke.github.GHIssueBuilder
-
Milestone gh issue builder.
- MILESTONE - org.kohsuke.github.GHEvent
- MINUS_ONE - org.kohsuke.github.ReactionContent
N
- name - Variable in class org.kohsuke.github.GHLicense
- name - Variable in class org.kohsuke.github.GHPerson
- name(String) - Method in class org.kohsuke.github.GHReleaseBuilder
-
Name gh release builder.
- name(String) - Method in class org.kohsuke.github.GHReleaseUpdater
-
Name gh release updater.
- NEUTRAL - org.kohsuke.github.GHCheckRun.Conclusion
- NEWEST - org.kohsuke.github.GHRepository.ForkSort
- next() - Method in class org.kohsuke.github.PagedIterator
- nextPage() - Method in class org.kohsuke.github.PagedIterator
-
Gets the next page worth of data.
- NO_USER - org.kohsuke.github.GHVerification.Reason
- NON_ADMINS - org.kohsuke.github.EnforcementLevel
-
Deprecated.
- nonBlocking(boolean) - Method in class org.kohsuke.github.GHNotificationStream
-
If set to true,
GHNotificationStream.iterator()will stop iterating instead of blocking and waiting for the updates to arrive. - NONE - org.kohsuke.github.GHCommentAuthorAssociation
-
Author has no association with the repository.
- NONE - org.kohsuke.github.GHPermissionType
- NONE - Static variable in class org.kohsuke.github.RateLimitChecker
- NOT_SIGNING_KEY - org.kohsuke.github.GHVerification.Reason
- NOTICE - org.kohsuke.github.GHCheckRun.AnnotationLevel
- NOTIFICATIONS - Static variable in class org.kohsuke.github.GHAuthorization
- number - Variable in class org.kohsuke.github.GHIssue
O
- ObsoleteUrlFactory - Class in org.kohsuke.github.extras.okhttp3
-
OkHttp 3.14 dropped support for the long-deprecated OkUrlFactory class, which allows you to use the HttpURLConnection API with OkHttp's implementation.
- ObsoleteUrlFactory(OkHttpClient) - Constructor for class org.kohsuke.github.extras.okhttp3.ObsoleteUrlFactory
-
Instantiates a new Obsolete url factory.
- OFF - org.kohsuke.github.EnforcementLevel
-
Deprecated.
- offline() - Static method in class org.kohsuke.github.GitHub
-
An offline-only
GitHubuseful for parsing event notification from an unknown source. - OFFLINE - Static variable in interface org.kohsuke.github.HttpConnector
-
Stub implementation that is always off-line.
- OkHttp3Connector - Class in org.kohsuke.github.extras
-
Deprecated.
- OkHttp3Connector(OkUrlFactory) - Constructor for class org.kohsuke.github.extras.OkHttp3Connector
-
Deprecated.
- OkHttpConnector - Class in org.kohsuke.github.extras.okhttp3
-
HttpConnectorforOkHttpClient. - OkHttpConnector - Class in org.kohsuke.github.extras
-
HttpConnectorforOkHttpClient. - OkHttpConnector(OkUrlFactory) - Constructor for class org.kohsuke.github.extras.OkHttpConnector
-
Instantiates a new Ok http connector.
- OkHttpConnector(OkHttpClient) - Constructor for class org.kohsuke.github.extras.okhttp3.OkHttpConnector
-
Instantiates a new Ok http connector.
- OkHttpConnector(OkHttpClient, int) - Constructor for class org.kohsuke.github.extras.okhttp3.OkHttpConnector
-
Instantiates a new Ok http connector.
- OLDEST - org.kohsuke.github.GHRepository.ForkSort
- onError(IOException, HttpURLConnection) - Method in class org.kohsuke.github.AbuseLimitHandler
-
Called when the library encounters HTTP error indicating that the API abuse limit is reached.
- onError(IOException, HttpURLConnection) - Method in class org.kohsuke.github.RateLimitHandler
-
Called when the library encounters HTTP error indicating that the API rate limit is reached.
- open(URL) - Method in class org.kohsuke.github.extras.okhttp3.ObsoleteUrlFactory
-
Open http url connection.
- OPEN - org.kohsuke.github.GHIssueState
- OPEN - org.kohsuke.github.GHMilestoneState
- OPEN - org.kohsuke.github.GHProject.ProjectState
- OPEN - org.kohsuke.github.GHProject.ProjectStateFilter
- order(GHDirection) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Order gh commit search builder.
- order(GHDirection) - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Order gh issue search builder.
- order(GHDirection) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Order gh repository search builder.
- order(GHDirection) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Order gh user search builder.
- org(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Org gh commit search builder.
- ORG_BLOCK - org.kohsuke.github.GHEvent
- org.kohsuke.github - package org.kohsuke.github
- org.kohsuke.github.example.dataobject - package org.kohsuke.github.example.dataobject
- org.kohsuke.github.extras - package org.kohsuke.github.extras
- org.kohsuke.github.extras.okhttp3 - package org.kohsuke.github.extras.okhttp3
- ORGANIZATION - org.kohsuke.github.GHEvent
- ORGANIZATION - org.kohsuke.github.GHMarketplaceAccountType
- ORGANIZATION - org.kohsuke.github.GHTargetType
- Output() - Constructor for class org.kohsuke.github.GHCheckRun.Output
- Output(String, String) - Constructor for class org.kohsuke.github.GHCheckRunBuilder.Output
-
Deprecated.
- owner - Variable in class org.kohsuke.github.GHProject
- OWNER - org.kohsuke.github.GHCommentAuthorAssociation
-
Author is the owner of the repository.
- OWNER - org.kohsuke.github.GHMyself.RepositoryListFilter
-
Public and private repositories owned by current user
P
- PACKAGE - org.kohsuke.github.GHEvent
- PAGE_BUILD - org.kohsuke.github.GHEvent
- PagedIterable<T> - Class in org.kohsuke.github
-
Iterablethat returnsPagedIterator. - PagedIterable() - Constructor for class org.kohsuke.github.PagedIterable
- PagedIterator<T> - Class in org.kohsuke.github
-
Iterator over a paginated data source.
- PagedSearchIterable<T> - Class in org.kohsuke.github
-
PagedIterableenhanced to report search result specific information. - pageSize(int) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Page size gh commit query builder.
- parent(String) - Method in class org.kohsuke.github.GHCommitBuilder
-
Parent gh commit builder.
- parent(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Parent gh commit search builder.
- Parent() - Constructor for class org.kohsuke.github.GHCommit.Parent
- parentTeamId(int) - Method in class org.kohsuke.github.GHTeamBuilder
-
Parent team id for this team
- parseEventPayload(Reader, Class<T>) - Method in class org.kohsuke.github.GitHub
-
Parses the GitHub event object.
- participating(boolean) - Method in class org.kohsuke.github.GHNotificationStream
-
Should the stream be restricted to notifications in which the user is directly participating or mentioned?
- Participation() - Constructor for class org.kohsuke.github.GHRepositoryStatistics.Participation
- path(String) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Only commits containing this file path will be returned.
- path(String) - Method in class org.kohsuke.github.GHContentBuilder
-
Path gh content builder.
- path(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Path gh content search builder.
- payload - Variable in class org.kohsuke.github.GHDeployment
- payload(String) - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Payload gh deployment builder.
- PENDING - org.kohsuke.github.GHCommitState
- PENDING - org.kohsuke.github.GHDeploymentState
- PENDING - org.kohsuke.github.GHMembership.State
- PENDING - org.kohsuke.github.GHPullRequestReviewEvent
- PENDING - org.kohsuke.github.GHPullRequestReviewState
- PER_UNIT - org.kohsuke.github.GHMarketplacePriceModel
- permissions(Map<String, GHPermissionType>) - Method in class org.kohsuke.github.GHAppCreateTokenBuilder
-
Deprecated.
- permitted - Variable in class org.kohsuke.github.GHLicense
- ping() - Method in class org.kohsuke.github.GHHook
-
Ping.
- Ping() - Constructor for class org.kohsuke.github.GHEventPayload.Ping
- PING - org.kohsuke.github.GHEvent
- PLUS_ONE - org.kohsuke.github.ReactionContent
- POPULARITY - org.kohsuke.github.GHPullRequestQueryBuilder.Sort
- populate() - Method in class org.kohsuke.github.GHContent
-
Fully populate the data by retrieving missing data.
- populate() - Method in class org.kohsuke.github.GHLicense
-
Fully populate the data by retrieving missing data.
- populate() - Method in class org.kohsuke.github.GHPerson
-
Fully populate the data by retrieving missing data.
- prerelease(boolean) - Method in class org.kohsuke.github.GHReleaseBuilder
-
Optional
- prerelease(boolean) - Method in class org.kohsuke.github.GHReleaseUpdater
-
Optional
- Preview - Annotation Type in org.kohsuke.github
-
Indicates that the method/class/etc marked maps to GitHub API in the preview period.
- primary - Variable in class org.kohsuke.github.GHEmail
- privacy(GHTeam.Privacy) - Method in class org.kohsuke.github.GHTeamBuilder
-
Description for this team
- PRIVATE - org.kohsuke.github.GHMyself.RepositoryListFilter
-
Private repositories that current user has access or collaborates to
- private_(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Creates a private repository
- private_(boolean) - Method in class org.kohsuke.github.GHDiscussion.Creator
-
Sets whether this discussion is private to this team.
- project - Variable in class org.kohsuke.github.GHProjectColumn
- PROJECT - org.kohsuke.github.GHEvent
- PROJECT_CARD - org.kohsuke.github.GHEvent
- PROJECT_COLUMN - org.kohsuke.github.GHEvent
- projects(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Enables projects
- Public() - Constructor for class org.kohsuke.github.GHEventPayload.Public
- PUBLIC - org.kohsuke.github.GHEvent
- PUBLIC - org.kohsuke.github.GHMyself.RepositoryListFilter
-
Public repositories that current user has access or collaborates to
- public_(boolean) - Method in class org.kohsuke.github.GHGistBuilder
-
Public gh gist builder.
- public_gists - Variable in class org.kohsuke.github.GHPerson
- PUBLIC_REPO - Static variable in class org.kohsuke.github.GHAuthorization
- public_repos - Variable in class org.kohsuke.github.GHPerson
- publicize(GHUser) - Method in class org.kohsuke.github.GHOrganization
-
Publicizes the membership.
- PULL - org.kohsuke.github.GHOrganization.Permission
- pull_request - Variable in class org.kohsuke.github.GHIssue
- PULL_REQUEST - org.kohsuke.github.GHEvent
- PULL_REQUEST_REVIEW - org.kohsuke.github.GHEvent
- PULL_REQUEST_REVIEW_COMMENT - org.kohsuke.github.GHEvent
- PullRequest() - Constructor for class org.kohsuke.github.GHEventPayload.PullRequest
- PullRequest() - Constructor for class org.kohsuke.github.GHIssue.PullRequest
- PullRequestReview() - Constructor for class org.kohsuke.github.GHEventPayload.PullRequestReview
- PullRequestReviewComment() - Constructor for class org.kohsuke.github.GHEventPayload.PullRequestReviewComment
- Push() - Constructor for class org.kohsuke.github.GHEventPayload.Push
- PUSH - org.kohsuke.github.GHEvent
- PUSH - org.kohsuke.github.GHOrganization.Permission
- PushCommit() - Constructor for class org.kohsuke.github.GHEventPayload.Push.PushCommit
- pushed(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Pushed gh repository search builder.
- Pusher() - Constructor for class org.kohsuke.github.GHEventPayload.Push.Pusher
Q
- q(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Search terms.
- q(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Search terms.
- q(String) - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Search terms.
- q(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Search terms.
- q(String) - Method in class org.kohsuke.github.GHSearchBuilder
-
Search terms.
- q(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Search terms.
- queryCommits() - Method in class org.kohsuke.github.GHRepository
-
Search commits by specifying filters through a builder pattern.
- queryPullRequests() - Method in class org.kohsuke.github.GHRepository
-
Retrieves pull requests.
- QUEUED - org.kohsuke.github.GHCheckRun.Status
R
- rateLimit() - Method in class org.kohsuke.github.GitHub
-
Gets the current rate limit while trying not to actually make any remote requests unless absolutely necessary.
- RateLimitChecker - Class in org.kohsuke.github
-
A GitHub API Rate Limit Checker called before each request
- RateLimitChecker() - Constructor for class org.kohsuke.github.RateLimitChecker
- RateLimitChecker.LiteralValue - Class in org.kohsuke.github
-
A
RateLimitCheckerwith a simple number as the limit. - RateLimitHandler - Class in org.kohsuke.github
-
Pluggable strategy to determine what to do when the API rate limit is reached.
- RateLimitHandler() - Constructor for class org.kohsuke.github.RateLimitHandler
- Reactable - Interface in org.kohsuke.github
-
Deprecated.
- ReactionContent - Enum in org.kohsuke.github
-
Content of reactions.
- read() - Method in class org.kohsuke.github.GHBlob
-
Read input stream.
- read() - Method in class org.kohsuke.github.GHContent
-
Retrieves the actual bytes of the blob.
- read(boolean) - Method in class org.kohsuke.github.GHNotificationStream
-
Should the stream include notifications that are already read?
- READ - org.kohsuke.github.GHPermissionType
- READ_HOOK - Static variable in class org.kohsuke.github.GHAuthorization
- READ_KEY - Static variable in class org.kohsuke.github.GHAuthorization
- READ_ORG - Static variable in class org.kohsuke.github.GHAuthorization
- READ_TIMEOUT - Static variable in class org.kohsuke.github.extras.ImpatientHttpConnector
-
Default read timeout in milliseconds
- readAsBlob() - Method in class org.kohsuke.github.GHTreeEntry
-
If this tree entry represents a file, then return its content.
- readBlob(String) - Method in class org.kohsuke.github.GHRepository
-
Reads the content of a blob as a stream for better efficiency.
- ReadOnlyObjects - Class in org.kohsuke.github.example.dataobject
-
GHMetawraps the list of GitHub's IP addresses. - ReadOnlyObjects() - Constructor for class org.kohsuke.github.example.dataobject.ReadOnlyObjects
- ReadOnlyObjects.GHMetaExample - Interface in org.kohsuke.github.example.dataobject
-
All GHMeta data objects should expose these values.
- ReadOnlyObjects.GHMetaGettersFinal - Class in org.kohsuke.github.example.dataobject
-
This version uses only public getters and returns unmodifiable lists and has final fields
- ReadOnlyObjects.GHMetaGettersFinalCreator - Class in org.kohsuke.github.example.dataobject
-
This version uses only public getters and returns unmodifiable lists
- ReadOnlyObjects.GHMetaGettersUnmodifiable - Class in org.kohsuke.github.example.dataobject
-
This version uses only public getters and returns unmodifiable lists.
- ReadOnlyObjects.GHMetaPackage - Class in org.kohsuke.github.example.dataobject
-
This version uses public getters and shows that package or private setters both can be used by jackson.
- ReadOnlyObjects.GHMetaPublic - Class in org.kohsuke.github.example.dataobject
-
This version uses public getters and setters and leaves it up to Jackson how it wants to fill them.
- REBASE - org.kohsuke.github.GHPullRequest.MergeMethod
- Record(int, int, long) - Constructor for class org.kohsuke.github.GHRateLimit.Record
-
Instantiates a new Record.
- ref - Variable in class org.kohsuke.github.GHDeployment
- ref(String) - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Ref gh deployment builder.
- refresh() - Method in class org.kohsuke.github.GHContent
-
Fully populate the data by retrieving missing data.
- refresh() - Method in class org.kohsuke.github.GHPullRequest
-
Repopulates this object.
- refresh() - Method in class org.kohsuke.github.GHTeam
- refresh() - Method in interface org.kohsuke.github.Refreshable
-
Opens a connection to the given URL.
- refresh(Object) - Method in interface org.kohsuke.github.Refreshable
-
Calls refresh if the provided value is null
- Refreshable - Interface in org.kohsuke.github
-
The interface Refreshable.
- refreshCache() - Method in class org.kohsuke.github.GitHub
-
clears all cached data in order for external changes (modifications and del) to be reflected
- REGISTRY_PACKAGE - org.kohsuke.github.GHEvent
- Release() - Constructor for class org.kohsuke.github.GHEventPayload.Release
- RELEASE - org.kohsuke.github.GHEvent
- remaining - Variable in class org.kohsuke.github.GHRateLimit
-
Deprecated.This value should never have been made public. Use
GHRateLimit.getRemaining() - remove(GHRepository) - Method in class org.kohsuke.github.GHTeam
-
Remove.
- remove(GHUser) - Method in class org.kohsuke.github.GHOrganization
-
Remove a member of the organisation - which will remove them from all teams, and remove their access to the organization’s repositories.
- remove(GHUser) - Method in class org.kohsuke.github.GHTeam
-
Removes a member to the team.
- removeAssignees(Collection<GHUser>) - Method in class org.kohsuke.github.GHIssue
-
Remove assignees.
- removeAssignees(GHUser...) - Method in class org.kohsuke.github.GHIssue
-
Remove assignees.
- removeCollaborators(Collection<GHUser>) - Method in class org.kohsuke.github.GHRepository
-
Remove collaborators.
- removeCollaborators(GHUser...) - Method in class org.kohsuke.github.GHRepository
-
Remove collaborators.
- removeLabels(String...) - Method in class org.kohsuke.github.GHIssue
-
Remove a given label by name from this issue.
- removeLabels(Collection<GHLabel>) - Method in class org.kohsuke.github.GHIssue
-
Remove labels.
- removeLabels(GHLabel...) - Method in class org.kohsuke.github.GHIssue
-
Remove labels.
- renameFile(String, String) - Method in class org.kohsuke.github.GHGistUpdater
-
Rename file gh gist updater.
- renameTo(String) - Method in class org.kohsuke.github.GHRepository
-
Rename this repository.
- renderMarkdown(String) - Method in class org.kohsuke.github.GitHub
-
Render a Markdown document in raw mode.
- renderMarkdown(String, MarkdownMode) - Method in class org.kohsuke.github.GHRepository
-
Render a Markdown document.
- reopen() - Method in class org.kohsuke.github.GHIssue
-
Reopens this issue.
- reopen() - Method in class org.kohsuke.github.GHMilestone
-
Reopens this milestone.
- reply(String) - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Create a new comment that replies to this comment.
- repo(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Repo gh commit search builder.
- repo(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Repo gh content search builder.
- repo(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Repo gh repository search builder.
- REPO - Static variable in class org.kohsuke.github.GHAuthorization
- REPO_STATUS - Static variable in class org.kohsuke.github.GHAuthorization
- repos(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Repos gh user search builder.
- repositories(String...) - Method in class org.kohsuke.github.GHTeamBuilder
-
Repository names to add this team to.
- REPOSITORIES - org.kohsuke.github.GHUserSearchBuilder.Sort
- Repository() - Constructor for class org.kohsuke.github.GHEventPayload.Repository
- REPOSITORY - org.kohsuke.github.GHEvent
- REPOSITORY_DISPATCH - org.kohsuke.github.GHEvent
- REPOSITORY_IMPORT - org.kohsuke.github.GHEvent
- repository_url - Variable in class org.kohsuke.github.GHDeployment
- repository_url - Variable in class org.kohsuke.github.GHDeploymentStatus
- REPOSITORY_VULNERABILITY_ALERT - org.kohsuke.github.GHEvent
- repositoryIds(List<Long>) - Method in class org.kohsuke.github.GHAppCreateTokenBuilder
-
Deprecated.
- req - Variable in class org.kohsuke.github.GHQueryBuilder
- REQUEST_CHANGES - org.kohsuke.github.GHPullRequestReviewEvent
- REQUEST_CHANGES - org.kohsuke.github.GHPullRequestReviewState
-
Deprecated.This was the thing when this API was in preview, but it changed when it became public. Use
GHPullRequestReviewState.CHANGES_REQUESTED. Left here for compatibility. - requestReviewers(List<GHUser>) - Method in class org.kohsuke.github.GHPullRequest
-
Request reviewers.
- requestTeamReviewers(List<GHTeam>) - Method in class org.kohsuke.github.GHPullRequest
-
Request team reviewers.
- requireBranchIsUpToDate() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Require branch is up to date gh branch protection builder.
- requireBranchIsUpToDate(boolean) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Require branch is up to date gh branch protection builder.
- requireCodeOwnReviews() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Require code own reviews gh branch protection builder.
- requireCodeOwnReviews(boolean) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Require code own reviews gh branch protection builder.
- required - Variable in class org.kohsuke.github.GHLicense
- requiredContexts(List<String>) - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Required contexts gh deployment builder.
- requiredReviewers(int) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Required reviewers gh branch protection builder.
- RequiredReviews() - Constructor for class org.kohsuke.github.GHBranchProtection.RequiredReviews
- RequiredStatusChecks() - Constructor for class org.kohsuke.github.GHBranchProtection.RequiredStatusChecks
- requireReviews() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Require reviews gh branch protection builder.
- reset - Variable in class org.kohsuke.github.GHRateLimit
-
Deprecated.This value should never have been made public. Use
GHRateLimit.getResetDate() - resetAuth(String, String) - Method in class org.kohsuke.github.GitHub
-
Reset auth gh authorization.
- responseHeaderFields - Variable in exception org.kohsuke.github.GHFileNotFoundException
- responseHeaderFields - Variable in exception org.kohsuke.github.GHIOException
- responseHeaderFields - Variable in class org.kohsuke.github.GHObject
-
Capture response HTTP headers on the state object.
- Restrictions() - Constructor for class org.kohsuke.github.GHBranchProtection.Restrictions
- restrictPushAccess() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Restrict push access gh branch protection builder.
- restrictReviewDismissals() - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Restrict review dismissals gh branch protection builder.
- ROCKET - org.kohsuke.github.ReactionContent
- root - Variable in class org.kohsuke.github.GHEventPayload
- root - Variable in class org.kohsuke.github.GHMarketplaceAccount
- root - Variable in class org.kohsuke.github.GHMarketplaceUserPurchase
- root - Variable in class org.kohsuke.github.GHProject
- root - Variable in class org.kohsuke.github.GHProjectColumn
- root - Variable in class org.kohsuke.github.GHQueryBuilder
- root - Variable in class org.kohsuke.github.GHTeam
S
- searchCommits() - Method in class org.kohsuke.github.GitHub
-
Deprecated.
- searchContent() - Method in class org.kohsuke.github.GitHub
-
Search content.
- searchIssues() - Method in class org.kohsuke.github.GitHub
-
Search issues.
- searchRepositories() - Method in class org.kohsuke.github.GitHub
-
Search repositories.
- searchUsers() - Method in class org.kohsuke.github.GitHub
-
Search users.
- SECRET - org.kohsuke.github.GHTeam.Privacy
- SECURITY_ADVISORY - org.kohsuke.github.GHEvent
- SELECTED - org.kohsuke.github.GHRepositorySelection
- set() - Method in class org.kohsuke.github.GHDiscussion
-
Deprecated.
- set() - Method in class org.kohsuke.github.GHLabel
-
Deprecated.
- setAccessTokenUrl(String) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setAccount(GHUser) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setApi(List<String>) - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
-
Sets api.
- setAppId(long) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setArchived(boolean) - Method in class org.kohsuke.github.GHProjectCard
-
Sets archived.
- setAssignees(Collection<GHUser>) - Method in class org.kohsuke.github.GHIssue
-
Sets assignees.
- setAssignees(GHUser...) - Method in class org.kohsuke.github.GHIssue
-
Sets assignees.
- setBody(String) - Method in class org.kohsuke.github.GHIssue
-
Sets body.
- setBody(String) - Method in class org.kohsuke.github.GHProject
-
Sets body.
- setCheckRun(GHCheckRun) - Method in class org.kohsuke.github.GHEventPayload.CheckRun
-
Sets Check Run object
- setCheckRun(GHRequestedAction) - Method in class org.kohsuke.github.GHEventPayload.CheckRun
-
Sets the Requested Action object
- setClient(OkHttpClient) - Method in class org.kohsuke.github.extras.okhttp3.ObsoleteUrlFactory
-
Sets client.
- setColor(String) - Method in class org.kohsuke.github.GHLabel
-
Deprecated.use
GHLabel.set()orGHLabel.update()instead - setComment(GHCommitComment) - Method in class org.kohsuke.github.GHEventPayload.CommitComment
-
Sets comment.
- setComment(GHIssueComment) - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
Sets comment.
- setCommit(GHCommit) - Method in class org.kohsuke.github.GHEventPayload.Status
-
Sets the commit associated with the status event.
- setConnector(HttpConnector) - Method in class org.kohsuke.github.GitHub
-
Deprecated.HttpConnector should not be changed. If you find yourself needing to do this, file an issue.
- setContentType(String) - Method in class org.kohsuke.github.GHAsset
-
Sets content type.
- setDefaultBranch(String) - Method in class org.kohsuke.github.GHRepository
-
Sets default branch.
- setDeployment(GHDeployment) - Method in class org.kohsuke.github.GHEventPayload.Deployment
-
Sets deployment.
- setDeployment(GHDeployment) - Method in class org.kohsuke.github.GHEventPayload.DeploymentStatus
-
Sets deployment.
- setDeploymentStatus(GHDeploymentStatus) - Method in class org.kohsuke.github.GHEventPayload.DeploymentStatus
-
Sets deployment status.
- setDescription(String) - Method in class org.kohsuke.github.GHApp
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setDescription(String) - Method in class org.kohsuke.github.GHLabel
-
Deprecated.use
GHLabel.set()orGHLabel.update()instead - setDescription(String) - Method in class org.kohsuke.github.GHMilestone
-
Sets description.
- setDescription(String) - Method in class org.kohsuke.github.GHRepository
-
Sets description.
- setDescription(String) - Method in class org.kohsuke.github.GHTeam
-
Sets description.
- setDraft(boolean) - Method in class org.kohsuke.github.GHRelease
-
Deprecated.
- setDueOn(Date) - Method in class org.kohsuke.github.GHMilestone
-
Sets due on.
- setEmail(String) - Method in class org.kohsuke.github.GHEventPayload.Push.Pusher
-
Sets email.
- setEmailServiceHook(String) - Method in class org.kohsuke.github.GHRepository
-
Sets email service hook.
- setEvents(List<GHEvent>) - Method in class org.kohsuke.github.GHApp
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setEvents(List<GHEvent>) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setExternalUrl(String) - Method in class org.kohsuke.github.GHApp
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setForkee(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Fork
-
Sets forkee.
- setGit(List<String>) - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
-
Sets git.
- setHomepage(String) - Method in class org.kohsuke.github.GHRepository
-
Sets homepage.
- setHooks(List<String>) - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
-
Sets hooks.
- setImporter(List<String>) - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
-
Sets importer.
- setInstallationsCount(long) - Method in class org.kohsuke.github.GHApp
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setIssue(GHIssue) - Method in class org.kohsuke.github.GHEventPayload.Issue
-
Sets issue.
- setIssue(GHIssue) - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
Sets issue.
- setLabel(String) - Method in class org.kohsuke.github.GHAsset
-
Sets label.
- setLabels(String...) - Method in class org.kohsuke.github.GHIssue
-
Sets labels.
- setMilestone(GHMilestone) - Method in class org.kohsuke.github.GHIssue
-
Sets the milestone for this issue.
- setName(String) - Method in class org.kohsuke.github.GHApp
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setName(String) - Method in class org.kohsuke.github.GHEventPayload.Push.Pusher
-
Sets name.
- setName(String) - Method in class org.kohsuke.github.GHProject
-
Sets name.
- setName(String) - Method in class org.kohsuke.github.GHProjectColumn
-
Sets name.
- setName(String) - Method in class org.kohsuke.github.GHRelease
-
Sets name.
- setNote(String) - Method in class org.kohsuke.github.GHProjectCard
-
Sets note.
- setOrganization(GHOrganization) - Method in class org.kohsuke.github.GHEventPayload.Ping
-
Sets organization.
- setOrganization(GHOrganization) - Method in class org.kohsuke.github.GHEventPayload.Repository
-
Sets organization.
- setOrganizationPermission(GHPermissionType) - Method in class org.kohsuke.github.GHProject
-
Set the permission level that all members of the project's organization will have on this project.
- setOwner(GHRepository) - Method in class org.kohsuke.github.GHRelease
-
Sets owner.
- setOwner(GHUser) - Method in class org.kohsuke.github.GHApp
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setPages(List<String>) - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
-
Sets pages.
- setPermissions(Map<String, String>) - Method in class org.kohsuke.github.GHApp
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setPermissions(Map<String, String>) - Method in class org.kohsuke.github.GHAppInstallationToken
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setPermissions(Map<String, GHPermissionType>) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setPrivacy(GHTeam.Privacy) - Method in class org.kohsuke.github.GHTeam
-
Updates the team's privacy setting.
- setPrivate(boolean) - Method in class org.kohsuke.github.GHRepository
-
Sets private.
- setPublic(boolean) - Method in class org.kohsuke.github.GHProject
-
Sets visibility of the project within the organization.
- setPusher(GHEventPayload.Push.Pusher) - Method in class org.kohsuke.github.GHEventPayload.Push
-
Sets pusher.
- setRelease(GHRelease) - Method in class org.kohsuke.github.GHEventPayload.Release
-
Sets release.
- setRepositories(List<GHRepository>) - Method in class org.kohsuke.github.GHAppInstallationToken
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setRepositoriesUrl(String) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.CommitComment
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Create
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Delete
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Deployment
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.DeploymentStatus
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Fork
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Issue
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Ping
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Public
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Release
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Repository
-
Sets repository.
- setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.Status
-
Sets the repository associated with the status event.
- setRepositorySelection(GHRepositorySelection) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setRepositorySelection(GHRepositorySelection) - Method in class org.kohsuke.github.GHAppInstallationToken
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setResponseHeaderFields(GitHubResponse.ResponseInfo) - Method in class org.kohsuke.github.GHObject
-
Called by Jackson
- setRoot(GitHub) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setRoot(GitHub) - Method in class org.kohsuke.github.GHAppInstallationToken
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setSender(GHUser) - Method in class org.kohsuke.github.GHEventPayload
-
Sets sender.
- setSingleFileName(String) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setState(GHCommitState) - Method in class org.kohsuke.github.GHEventPayload.Status
-
Sets the status stage.
- setState(GHProject.ProjectState) - Method in class org.kohsuke.github.GHProject
-
Sets state.
- setTargetId(long) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setTargetType(GHTargetType) - Method in class org.kohsuke.github.GHAppInstallation
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setTitle(String) - Method in class org.kohsuke.github.GHIssue
-
Sets title.
- setTitle(String) - Method in class org.kohsuke.github.GHMilestone
-
Sets title.
- setToken(String) - Method in class org.kohsuke.github.GHAppInstallationToken
-
Deprecated.Do not use this method. It was added due to incomplete understanding of Jackson binding.
- setTopics(List<String>) - Method in class org.kohsuke.github.GHRepository
-
Set the topics for this repository.
- setVerifiablePasswordAuthentication(boolean) - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
-
Sets verifiable password authentication.
- setWeb(List<String>) - Method in class org.kohsuke.github.example.dataobject.ReadOnlyObjects.GHMetaPublic
-
Sets web.
- sha - Variable in class org.kohsuke.github.GHDeployment
- sha(String) - Method in class org.kohsuke.github.GHContentBuilder
-
Used when updating (but not creating a new content) to specify the blob SHA of the file being replaced.
- shaEntry(String, String, boolean) - Method in class org.kohsuke.github.GHTreeBuilder
-
Deprecated.
- ShortInfo() - Constructor for class org.kohsuke.github.GHCommit.ShortInfo
- since(long) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Only commits after this date will be returned
- since(long) - Method in class org.kohsuke.github.GHNotificationStream
-
Since gh notification stream.
- since(Date) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Only commits after this date will be returned
- since(Date) - Method in class org.kohsuke.github.GHNotificationStream
-
Since gh notification stream.
- site_admin - Variable in class org.kohsuke.github.GHPerson
- size(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
Size gh content search builder.
- size(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Size gh repository search builder.
- sleepUntilReset(GHRateLimit.Record) - Method in class org.kohsuke.github.RateLimitChecker
- sort(GHCommitSearchBuilder.Sort) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Sort gh commit search builder.
- sort(GHIssueSearchBuilder.Sort) - Method in class org.kohsuke.github.GHIssueSearchBuilder
-
Sort gh issue search builder.
- sort(GHMarketplaceListAccountBuilder.Sort) - Method in class org.kohsuke.github.GHMarketplaceListAccountBuilder
-
Sorts the GitHub accounts by the date they were created or last updated.
- sort(GHPullRequestQueryBuilder.Sort) - Method in class org.kohsuke.github.GHPullRequestQueryBuilder
-
Sort gh pull request query builder.
- sort(GHRepositorySearchBuilder.Sort) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Sort gh repository search builder.
- sort(GHUserSearchBuilder.Sort) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Sort gh user search builder.
- SQUASH - org.kohsuke.github.GHPullRequest.MergeMethod
- star() - Method in class org.kohsuke.github.GHGist
-
Star.
- STAR - org.kohsuke.github.GHEvent
- STARGAZERS - org.kohsuke.github.GHRepository.ForkSort
- stars(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Stars gh repository search builder.
- STARS - org.kohsuke.github.GHRepositorySearchBuilder.Sort
- state - Variable in class org.kohsuke.github.GHDeploymentStatus
- state - Variable in class org.kohsuke.github.GHIssue
- state(GHIssueState) - Method in class org.kohsuke.github.GHPullRequestQueryBuilder
-
State gh pull request query builder.
- Stats() - Constructor for class org.kohsuke.github.GHCommit.Stats
- status - Variable in class org.kohsuke.github.GHCompare
- Status() - Constructor for class org.kohsuke.github.GHEventPayload.Status
- STATUS - org.kohsuke.github.GHEvent
- statuses_url - Variable in class org.kohsuke.github.GHDeployment
- submit(String, GHPullRequestReviewEvent) - Method in class org.kohsuke.github.GHPullRequestReview
-
Updates the comment.
- submit(String, GHPullRequestReviewState) - Method in class org.kohsuke.github.GHPullRequestReview
-
Deprecated.Former preview method that changed when it got public. Left here for backward compatibility. Use
GHPullRequestReview.submit(String, GHPullRequestReviewEvent) - subscribe(boolean, boolean) - Method in class org.kohsuke.github.GHRepository
-
Subscribes to this repository to get notifications.
- subscribe(boolean, boolean) - Method in class org.kohsuke.github.GHThread
-
Subscribes to this conversation to get notifications.
- SUCCESS - org.kohsuke.github.GHCheckRun.Conclusion
- SUCCESS - org.kohsuke.github.GHCommitState
- SUCCESS - org.kohsuke.github.GHDeploymentState
- symbol() - Method in enum org.kohsuke.github.GHMarketplacePriceModel
-
Returns GitHub's internal representation of this event.
T
- tag(String) - Method in class org.kohsuke.github.GHReleaseUpdater
-
Tag gh release updater.
- target_url - Variable in class org.kohsuke.github.GHDeploymentStatus
- targetUrl(String) - Method in class org.kohsuke.github.GHDeploymentStatusBuilder
-
Target url gh deployment status builder.
- task - Variable in class org.kohsuke.github.GHDeployment
- task(String) - Method in class org.kohsuke.github.GHDeploymentBuilder
-
Task gh deployment builder.
- team(GHTeam) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
The team that gets granted access to this repository.
- TEAM - org.kohsuke.github.GHEvent
- TEAM_ADD - org.kohsuke.github.GHEvent
- teamPushAccess(Collection<GHTeam>) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Team push access gh branch protection builder.
- teamPushAccess(GHTeam...) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Team push access gh branch protection builder.
- teamReviewDismissals(Collection<GHTeam>) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Team review dismissals gh branch protection builder.
- teamReviewDismissals(GHTeam...) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
Team review dismissals gh branch protection builder.
- terms - Variable in class org.kohsuke.github.GHSearchBuilder
- textContent(String) - Method in class org.kohsuke.github.GHBlobBuilder
-
Configures a blob with the specified text
content. - textEntry(String, String, boolean) - Method in class org.kohsuke.github.GHTreeBuilder
-
Deprecated.
- TIMED_OUT - org.kohsuke.github.GHCheckRun.Conclusion
- title - Variable in class org.kohsuke.github.GHDeployKey
- title - Variable in class org.kohsuke.github.GHIssue
- title - Variable in class org.kohsuke.github.GHKey
- toArray() - Method in class org.kohsuke.github.PagedIterable
-
Eagerly walk
Iterableand return the result in an array. - toArray(PagedIterator<T>) - Method in class org.kohsuke.github.PagedIterable
-
Eagerly walk
PagedIteratorand return the result in an array. - toList() - Method in class org.kohsuke.github.PagedIterable
-
Eagerly walk
Iterableand return the result in a list. - topic(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
Topic gh repository search builder.
- toSet() - Method in class org.kohsuke.github.PagedIterable
-
Eagerly walk
Iterableand return the result in a set. - toString() - Method in enum org.kohsuke.github.EnforcementLevel
-
Deprecated.
- toString() - Method in class org.kohsuke.github.GHBranch
- toString() - Method in class org.kohsuke.github.GHDeployKey
- toString() - Method in class org.kohsuke.github.GHEmail
- toString() - Method in class org.kohsuke.github.GHIssueEvent
- toString() - Method in class org.kohsuke.github.GHKey
- toString() - Method in class org.kohsuke.github.GHObject
-
String representation to assist debugging and inspection.
- toString() - Method in class org.kohsuke.github.GHRateLimit.Record
- toString() - Method in class org.kohsuke.github.GHRateLimit
- toString() - Method in class org.kohsuke.github.GHRepositoryStatistics.CodeFrequency
- toString() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats
- toString() - Method in class org.kohsuke.github.GHRepositoryStatistics.ContributorStats.Week
- toString() - Method in class org.kohsuke.github.GHRepositoryStatistics.PunchCardItem
- toString() - Method in enum org.kohsuke.github.MarkdownMode
- total_private_repos - Variable in class org.kohsuke.github.GHPerson
- TrafficInfo - Interface in org.kohsuke.github
-
The interface TrafficInfo.
- tree(String) - Method in class org.kohsuke.github.GHCommitBuilder
-
Tree gh commit builder.
- tree(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.Tree gh commit search builder.
- Tree() - Constructor for class org.kohsuke.github.GHCompare.Tree
- Tree() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.Tree
- twitter_username - Variable in class org.kohsuke.github.GHPerson
- type - Variable in class org.kohsuke.github.GHPerson
- type(String) - Method in class org.kohsuke.github.GHUserSearchBuilder
-
Type gh user search builder.
U
- unfollow() - Method in class org.kohsuke.github.GHUser
-
Unfollow this user.
- UNKNOWN_KEY - org.kohsuke.github.GHVerification.Reason
- UNKNOWN_SIGNATURE_TYPE - org.kohsuke.github.GHVerification.Reason
- unlock() - Method in class org.kohsuke.github.GHIssue
-
Unlock.
- UNSIGNED - org.kohsuke.github.GHVerification.Reason
- unstar() - Method in class org.kohsuke.github.GHGist
-
Unstar.
- until(long) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Only commits before this date will be returned
- until(Date) - Method in class org.kohsuke.github.GHCommitQueryBuilder
-
Only commits before this date will be returned
- UNVERIFIED_EMAIL - org.kohsuke.github.GHVerification.Reason
- update() - Method in class org.kohsuke.github.GHDiscussion
-
Deprecated.
- update() - Method in class org.kohsuke.github.GHGist
-
Updates this gist via a builder.
- update() - Method in class org.kohsuke.github.GHGistUpdater
-
Updates the Gist based on the parameters specified thus far.
- update() - Method in class org.kohsuke.github.GHLabel
-
Deprecated.
- update() - Method in class org.kohsuke.github.GHRelease
-
Updates this release via a builder.
- update() - Method in class org.kohsuke.github.GHReleaseUpdater
-
Update gh release.
- update(byte[], String) - Method in class org.kohsuke.github.GHContent
-
Update gh content update response.
- update(byte[], String, String) - Method in class org.kohsuke.github.GHContent
-
Update gh content update response.
- update(String) - Method in class org.kohsuke.github.GHCommitComment
-
Updates the body of the commit message.
- update(String) - Method in class org.kohsuke.github.GHIssueComment
-
Updates the body of the issue comment.
- update(String) - Method in class org.kohsuke.github.GHPullRequestReviewComment
-
Updates the comment.
- update(String, String) - Method in class org.kohsuke.github.GHContent
-
Update gh content update response.
- update(String, String, String) - Method in class org.kohsuke.github.GHContent
-
Update gh content update response.
- UPDATED - org.kohsuke.github.GHIssueSearchBuilder.Sort
- UPDATED - org.kohsuke.github.GHMarketplaceListAccountBuilder.Sort
- UPDATED - org.kohsuke.github.GHPullRequestQueryBuilder.Sort
- UPDATED - org.kohsuke.github.GHRepositorySearchBuilder.Sort
- updateFile(String, String) - Method in class org.kohsuke.github.GHGistUpdater
-
Update file gh gist updater.
- updateFile(String, String, String) - Method in class org.kohsuke.github.GHGistUpdater
-
Update file name and content
- updateTo(String) - Method in class org.kohsuke.github.GHRef
-
Updates this ref to the specified commit.
- updateTo(String, Boolean) - Method in class org.kohsuke.github.GHRef
-
Updates this ref to the specified commit.
- uploadAsset(File, String) - Method in class org.kohsuke.github.GHRelease
-
Because github relies on SNI (http://en.wikipedia.org/wiki/Server_Name_Indication) this method will only work on Java 7 or greater.
- uploadAsset(String, InputStream, String) - Method in class org.kohsuke.github.GHRelease
-
Upload asset gh asset.
- url - Variable in class org.kohsuke.github.GHDeployKey
- url - Variable in class org.kohsuke.github.GHKey
- user - Variable in class org.kohsuke.github.GHIssue
- user(String) - Method in class org.kohsuke.github.GHCommitSearchBuilder
-
Deprecated.User gh commit search builder.
- user(String) - Method in class org.kohsuke.github.GHContentSearchBuilder
-
User gh content search builder.
- user(String) - Method in class org.kohsuke.github.GHRepositorySearchBuilder
-
User gh repository search builder.
- User() - Constructor for class org.kohsuke.github.GHCompare.User
-
Deprecated.
- USER - org.kohsuke.github.GHMarketplaceAccountType
- USER - org.kohsuke.github.GHTargetType
- USER - Static variable in class org.kohsuke.github.GHAuthorization
- USER_EMAIL - Static variable in class org.kohsuke.github.GHAuthorization
- USER_FOLLOW - Static variable in class org.kohsuke.github.GHAuthorization
- userPushAccess(Collection<GHUser>) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
User push access gh branch protection builder.
- userPushAccess(GHUser...) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
User push access gh branch protection builder.
- userReviewDismissals(Collection<GHUser>) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
User review dismissals gh branch protection builder.
- userReviewDismissals(GHUser...) - Method in class org.kohsuke.github.GHBranchProtectionBuilder
-
User review dismissals gh branch protection builder.
V
- VALID - org.kohsuke.github.GHVerification.Reason
- valueOf(String) - Static method in enum org.kohsuke.github.EnforcementLevel
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHCheckRun.AnnotationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHCheckRun.Conclusion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHCheckRun.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHCommentAuthorAssociation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHCommitSearchBuilder.Sort
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHCommitState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHCompare.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHDeploymentState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHIssueSearchBuilder.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHIssueState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHMarketplaceAccountType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHMarketplaceListAccountBuilder.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHMarketplacePriceModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHMembership.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHMembership.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHMilestoneState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHMyself.RepositoryListFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHOrganization.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHOrganization.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHPermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHProject.ProjectState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHProject.ProjectStateFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHPullRequest.MergeMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHPullRequestQueryBuilder.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHPullRequestReviewEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHPullRequestReviewState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHRepository.ForkSort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHRepositorySearchBuilder.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHRepositorySelection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHTeam.Privacy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHTeam.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHUserSearchBuilder.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.GHVerification.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.MarkdownMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.github.ReactionContent
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.kohsuke.github.EnforcementLevel
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHCheckRun.AnnotationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHCheckRun.Conclusion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHCheckRun.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHCommentAuthorAssociation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHCommitSearchBuilder.Sort
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHCommitState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHCompare.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHDeploymentState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHIssueSearchBuilder.Sort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHIssueState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHMarketplaceAccountType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHMarketplaceListAccountBuilder.Sort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHMarketplacePriceModel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHMembership.Role
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHMembership.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHMilestoneState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHMyself.RepositoryListFilter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHOrganization.Permission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHOrganization.Role
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHPermissionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHProject.ProjectState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHProject.ProjectStateFilter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHPullRequest.MergeMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHPullRequestQueryBuilder.Sort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHPullRequestReviewEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHPullRequestReviewState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHRepository.ForkSort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHRepositorySearchBuilder.Sort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHRepositorySelection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHTargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHTeam.Privacy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHTeam.Role
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHUserSearchBuilder.Sort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.GHVerification.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.MarkdownMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.github.ReactionContent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verified - Variable in class org.kohsuke.github.GHDeployKey
- verified - Variable in class org.kohsuke.github.GHEmail
- verified - Variable in class org.kohsuke.github.GHKey
W
- WAIT - Static variable in class org.kohsuke.github.AbuseLimitHandler
-
Wait until the API abuse "wait time" is passed.
- WAIT - Static variable in class org.kohsuke.github.RateLimitHandler
-
Block until the API rate limit is reset.
- WARNING - org.kohsuke.github.GHCheckRun.AnnotationLevel
- WATCH - org.kohsuke.github.GHEvent
- Week() - Constructor for class org.kohsuke.github.GHRepositoryStatistics.ContributorStats.Week
- wiki(boolean) - Method in class org.kohsuke.github.GHCreateRepositoryBuilder
-
Enables wiki
- withAbuseLimitHandler(AbuseLimitHandler) - Method in class org.kohsuke.github.GitHubBuilder
-
Adds a
AbuseLimitHandlerto thisGitHubBuilder. - withAppInstallationToken(String) - Method in class org.kohsuke.github.GitHubBuilder
-
Configures
GitHubBuilderwith Installation Token generated by the GitHub Application - withCaption(String) - Method in class org.kohsuke.github.GHCheckRunBuilder.Image
-
Deprecated.
- withCompletedAt(Date) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- withConclusion(GHCheckRun.Conclusion) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- withConnector(HttpConnector) - Method in class org.kohsuke.github.GitHubBuilder
-
With connector git hub builder.
- withDetailsURL(String) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- withEndColumn(Integer) - Method in class org.kohsuke.github.GHCheckRunBuilder.Annotation
-
Deprecated.
- withEndpoint(String) - Method in class org.kohsuke.github.GitHubBuilder
-
With endpoint git hub builder.
- withExternalID(String) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- withJwtToken(String) - Method in class org.kohsuke.github.GitHubBuilder
-
With jwt token git hub builder.
- withOAuthToken(String) - Method in class org.kohsuke.github.GitHubBuilder
-
With o auth token git hub builder.
- withOAuthToken(String, String) - Method in class org.kohsuke.github.GitHubBuilder
-
With o auth token git hub builder.
- withPageSize(int) - Method in class org.kohsuke.github.PagedIterable
-
Sets the pagination size.
- withPageSize(int) - Method in class org.kohsuke.github.PagedSearchIterable
- withPassword(String, String) - Method in class org.kohsuke.github.GitHubBuilder
-
With password git hub builder.
- withProxy(Proxy) - Method in class org.kohsuke.github.GitHubBuilder
-
Configures connector that uses HTTP library in JRE but use a specific proxy, instead of the system default one.
- withRateLimitChecker(RateLimitChecker) - Method in class org.kohsuke.github.GitHubBuilder
-
Adds a
RateLimitCheckerto thisGitHubBuilder. - withRateLimitHandler(RateLimitHandler) - Method in class org.kohsuke.github.GitHubBuilder
-
Adds a
RateLimitHandlerto thisGitHubBuilder. - withRawDetails(String) - Method in class org.kohsuke.github.GHCheckRunBuilder.Annotation
-
Deprecated.
- withStartColumn(Integer) - Method in class org.kohsuke.github.GHCheckRunBuilder.Annotation
-
Deprecated.
- withStartedAt(Date) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- withStatus(GHCheckRun.Status) - Method in class org.kohsuke.github.GHCheckRunBuilder
-
Deprecated.
- withText(String) - Method in class org.kohsuke.github.GHCheckRunBuilder.Output
-
Deprecated.
- withTitle(String) - Method in class org.kohsuke.github.GHCheckRunBuilder.Annotation
-
Deprecated.
- wrap(GHAsset[], GHRelease) - Static method in class org.kohsuke.github.GHAsset
-
Wrap gh asset [ ].
- wrap(GHProject) - Method in class org.kohsuke.github.GHProjectColumn
-
Wrap gh project column.
- wrap(GHProjectColumn) - Method in class org.kohsuke.github.GHProjectCard
-
Wrap gh project card.
- wrap(GHRepository) - Method in class org.kohsuke.github.GHCompare
-
Wrap gh compare.
- wrap(GHRepository) - Method in class org.kohsuke.github.GHDeployKey
-
Wrap gh deploy key.
- wrap(GHRepository) - Method in class org.kohsuke.github.GHDeploymentStatus
-
Wrap gh deployment status.
- wrap(GHRepository) - Method in class org.kohsuke.github.GHMilestone
-
Wrap gh milestone.
- wrap(GHRepository) - Method in class org.kohsuke.github.GHProject
-
Wrap gh project.
- wrap(GitHub) - Method in class org.kohsuke.github.GHProject
-
Wrap gh project.
- wrap(GitHub) - Method in class org.kohsuke.github.GHProjectCard
-
Wrap gh project card.
- wrap(GitHub) - Method in class org.kohsuke.github.GHProjectColumn
-
Wrap gh project column.
- wrapUp(T[]) - Method in class org.kohsuke.github.PagedIterator
-
This poorly named method, initializes items with local data after they are fetched.
- WRITE - org.kohsuke.github.GHPermissionType
- WRITE_HOOK - Static variable in class org.kohsuke.github.GHAuthorization
- WRITE_KEY - Static variable in class org.kohsuke.github.GHAuthorization
- WRITE_ORG - Static variable in class org.kohsuke.github.GHAuthorization
_
- _iterator(int) - Method in class org.kohsuke.github.PagedIterable
-
Iterator over page items.
- _iterator(int) - Method in class org.kohsuke.github.PagedSearchIterable
All Classes All Packages