- getAction() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
- getAction() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
- getActor() - Method in class org.kohsuke.github.GHEventInfo
-
- getActorLogin() - Method in class org.kohsuke.github.GHEventInfo
-
Quick way to just get the actor of the login.
- getAdditions() - Method in class org.kohsuke.github.GHPullRequest
-
- getAheadBy() - Method in class org.kohsuke.github.GHCompare
-
- 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).
- getApiRoute() - Method in class org.kohsuke.github.GHIssue
-
- getApiRoute() - Method in class org.kohsuke.github.GHPullRequest
-
- getApiURL() - Method in class org.kohsuke.github.GHAuthorization
-
- getApiURL() - Method in class org.kohsuke.github.GHIssue
-
- getApiUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
- getAppName() - Method in class org.kohsuke.github.GHAuthorization
-
- getAppUrl() - Method in class org.kohsuke.github.GHAuthorization
-
- getAssets() - Method in class org.kohsuke.github.GHRelease
-
- getAssetsUrl() - Method in class org.kohsuke.github.GHRelease
-
- getAssignee() - Method in class org.kohsuke.github.GHIssue
-
- getAuthor() - Method in class org.kohsuke.github.GHCommit
-
- getAuthor() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
- getAuthor() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
- getAuthor() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
- getAuthor() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
- getAvatarUrl() - Method in class org.kohsuke.github.GHPerson
-
Returns a string like 'https://secure.gravatar.com/avatar/0cb9832a01c22c083390f3c5dcb64105'
that indicates 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
-
- 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
-
- getBlobUrl() - Method in class org.kohsuke.github.GHCommit.File
-
URL like 'https://github.com/jenkinsci/jenkins/blob/1182e2ebb1734d0653142bd422ad33c21437f7cf/core/pom.xml'
that resolves to the HTML page that describes this file.
- 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.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.GHRelease
-
- getBranches() - Method in class org.kohsuke.github.GHRepository
-
- getChangedFiles() - Method in class org.kohsuke.github.GHPullRequest
-
- getClosedAt() - Method in class org.kohsuke.github.GHIssue
-
- getClosedBy() - Method in class org.kohsuke.github.GHIssue
-
- getClosedBy() - Method in class org.kohsuke.github.GHPullRequest
-
- getClosedIssues() - Method in class org.kohsuke.github.GHMilestone
-
- 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.GHIssue.Label
-
- getComment() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
- getComment_count() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
- getCommentCount() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
- getComments() - Method in class org.kohsuke.github.GHIssue
-
Obtains all the comments associated with this issue.
- getCommentsCount() - Method in class org.kohsuke.github.GHIssue
-
- getCommentsUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
- 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.GHCompare.Commit
-
- getCommit() - Method in class org.kohsuke.github.GHContentUpdateResponse
-
- getCommit() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
- getCommit(String) - Method in class org.kohsuke.github.GHRepository
-
Gets a commit object in this repository.
- getCommits() - Method in class org.kohsuke.github.GHCompare
-
- getCommits() - Method in class org.kohsuke.github.GHEventPayload.Push
-
The list of pushed commits.
- getCommitShortInfo() - Method in class org.kohsuke.github.GHCommit
-
- getCommitter() - Method in class org.kohsuke.github.GHCommit
-
- getCommitter() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
- getCommitter() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
- getCommitter() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
- 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(GHCommit, GHCommit) - Method in class org.kohsuke.github.GHRepository
-
- getCompare(GHBranch, GHBranch) - Method in class org.kohsuke.github.GHRepository
-
- getConfig() - Method in class org.kohsuke.github.GHHook
-
- getContent() - Method in class org.kohsuke.github.GHContent
-
Retrieve the decoded content that is stored at this location.
- getContent() - Method in class org.kohsuke.github.GHContentUpdateResponse
-
- getContentType() - Method in class org.kohsuke.github.GHAsset
-
- getCreatedAt() - Method in class org.kohsuke.github.GHAsset
-
- getCreatedAt() - Method in class org.kohsuke.github.GHAuthorization
-
- getCreatedAt() - Method in class org.kohsuke.github.GHCommitComment
-
- getCreatedAt() - Method in class org.kohsuke.github.GHCommitStatus
-
- getCreatedAt() - Method in class org.kohsuke.github.GHEventInfo
-
- getCreatedAt() - Method in class org.kohsuke.github.GHIssue
-
- getCreatedAt() - Method in class org.kohsuke.github.GHIssueComment
-
- getCreatedAt() - Method in class org.kohsuke.github.GHMilestone
-
- getCreatedAt() - Method in class org.kohsuke.github.GHPerson
-
- getCreatedAt() - Method in class org.kohsuke.github.GHRelease
-
- getCreatedAt() - Method in class org.kohsuke.github.GHRepository
-
- getCreator() - Method in class org.kohsuke.github.GHCommitStatus
-
- getCreator() - Method in class org.kohsuke.github.GHMilestone
-
- getDate() - Method in class org.kohsuke.github.GitUser
-
This field doesn't appear to be consistently available in all the situations where this class
is used.
- getDeletions() - Method in class org.kohsuke.github.GHPullRequest
-
- getDescription() - Method in class org.kohsuke.github.GHCommitStatus
-
- getDescription() - Method in class org.kohsuke.github.GHMilestone
-
- getDescription() - Method in class org.kohsuke.github.GHRepository
-
- getDiffUrl() - Method in class org.kohsuke.github.GHCompare
-
- getDiffUrl() - Method in class org.kohsuke.github.GHIssue.PullRequest
-
- 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
-
- getDirectoryContent(String, String) - Method in class org.kohsuke.github.GHRepository
-
- getDownloadCount() - Method in class org.kohsuke.github.GHAsset
-
- getDueOn() - Method in class org.kohsuke.github.GHMilestone
-
- getEmail() - Method in class org.kohsuke.github.GHPerson
-
Gets the e-mail address of the user.
- getEmail() - Method in class org.kohsuke.github.GitUser
-
E-mail address, such as "foo@example.com"
- getEmails() - 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
-
Retrieve the raw content that is stored at this location.
- getEncoding() - Method in class org.kohsuke.github.GHContent
-
- getEvents() - Method in class org.kohsuke.github.GHHook
-
- getEvents() - Method in class org.kohsuke.github.GitHub
-
Public events visible to you.
- getFileContent(String) - Method in class org.kohsuke.github.GHRepository
-
- getFileContent(String, String) - Method in class org.kohsuke.github.GHRepository
-
- getFileName() - Method in class org.kohsuke.github.GHCommit.File
-
Just the base name and the extension without any directory name.
- getFiles() - Method in class org.kohsuke.github.GHCommit
-
List of files changed/added/removed in this commit.
- getFollowers() - Method in class org.kohsuke.github.GHUser
-
Lists the users who are following this user.
- getFollowersCount() - Method in class org.kohsuke.github.GHPerson
-
- getFollowingCount() - Method in class org.kohsuke.github.GHPerson
-
- getFollows() - Method in class org.kohsuke.github.GHUser
-
Lists the users that this user is following
- getForks() - Method in class org.kohsuke.github.GHRepository
-
- 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
-
- getGravatarId() - Method in class org.kohsuke.github.GHPerson
-
Deprecated.
No longer available in the v3 API.
- 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.
- getHomepage() - Method in class org.kohsuke.github.GHRepository
-
- getHook(int) - Method in class org.kohsuke.github.GHRepository
-
- getHooks() - Method in class org.kohsuke.github.GHRepository
-
Retrieves the currently configured hooks.
- getHtml_url() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
-
- 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.GHCompare
-
- getHtmlUrl() - Method in class org.kohsuke.github.GHContent
-
- getHtmlUrl() - Method in class org.kohsuke.github.GHRelease
-
- getId() - Method in class org.kohsuke.github.GHAsset
-
- getId() - Method in class org.kohsuke.github.GHAuthorization
-
- getId() - Method in class org.kohsuke.github.GHCommitComment
-
- getId() - Method in class org.kohsuke.github.GHCommitStatus
-
- getId() - Method in class org.kohsuke.github.GHHook
-
- getId() - Method in class org.kohsuke.github.GHIssueComment
-
- getId() - Method in class org.kohsuke.github.GHKey
-
- getId() - Method in class org.kohsuke.github.GHPerson
-
What appears to be a GitHub internal unique number that identifies this user.
- getId() - Method in class org.kohsuke.github.GHRelease
-
- getId() - Method in class org.kohsuke.github.GHTeam
-
- getIssue() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
- getIssue(int) - Method in class org.kohsuke.github.GHRepository
-
- getIssues(GHIssueState) - Method in class org.kohsuke.github.GHRepository
-
- 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.GHKey
-
- getLabel() - Method in class org.kohsuke.github.GHAsset
-
- getLabel() - Method in class org.kohsuke.github.GHCommitPointer
-
String that looks like "USERNAME:REF".
- getLabels() - Method in class org.kohsuke.github.GHIssue
-
- getLabels() - Method in class org.kohsuke.github.GHPullRequest
-
- getLanguage() - Method in class org.kohsuke.github.GHRepository
-
Gets the primary programming language.
- getLastCommitStatus(String) - Method in class org.kohsuke.github.GHRepository
-
Gets the last status of this commit, which is what gets shown in the UI.
- getLastStatus() - Method in class org.kohsuke.github.GHCommit
-
Gets the last status of this commit, which is what gets shown in the UI.
- 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
-
Number of lines added.
- getLinesAdded() - Method in class org.kohsuke.github.GHCommit
-
Number of lines added.
- getLinesChanged() - Method in class org.kohsuke.github.GHCommit.File
-
Number of lines added + removed.
- getLinesChanged() - Method in class org.kohsuke.github.GHCommit
-
Number of lines added + removed.
- getLinesDeleted() - Method in class org.kohsuke.github.GHCommit.File
-
Number of lines removed.
- getLinesDeleted() - Method in class org.kohsuke.github.GHCommit
-
Number of lines removed.
- 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.GHPerson
-
Gets the login ID of this user, like 'kohsuke'
- getMasterBranch() - Method in class org.kohsuke.github.GHRepository
-
Returns the primary branch you'll configure in the "Admin > Options" config page.
- getMembers() - Method in class org.kohsuke.github.GHOrganization
-
All the members of this organization.
- getMembers() - Method in class org.kohsuke.github.GHTeam
-
Retrieves the current members.
- getMergeable() - Method in class org.kohsuke.github.GHPullRequest
-
- getMergeableState() - Method in class org.kohsuke.github.GHPullRequest
-
- getMergeBaseCommit() - Method in class org.kohsuke.github.GHCompare
-
- getMergedAt() - Method in class org.kohsuke.github.GHPullRequest
-
- getMergedBy() - Method in class org.kohsuke.github.GHPullRequest
-
- getMessage() - Method in class org.kohsuke.github.GHCommit.ShortInfo
-
Commit message.
- getMessage() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
- getMessage() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
- getMessage() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
- getMilestone() - Method in class org.kohsuke.github.GHIssue
-
- getMilestone(int) - Method in class org.kohsuke.github.GHRepository
-
- getMilestones() - Method in class org.kohsuke.github.GHRepository
-
- getMyOrganizations() - Method in class org.kohsuke.github.GitHub
-
This method returns a shallowly populated organizations.
- getMyself() - Method in class org.kohsuke.github.GitHub
-
Gets the
GHUser that represents yourself.
- getName() - Method in class org.kohsuke.github.GHAsset
-
- getName() - Method in class org.kohsuke.github.GHBranch
-
- getName() - Method in class org.kohsuke.github.GHContent
-
- getName() - Method in class org.kohsuke.github.GHHook
-
- getName() - Method in class org.kohsuke.github.GHIssue.Label
-
- 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.GHRelease
-
- getName() - Method in class org.kohsuke.github.GHRepository
-
Short repository name without the owner.
- getName() - Method in class org.kohsuke.github.GHTeam
-
- getName() - Method in class org.kohsuke.github.GitUser
-
Human readable name of the user, such as "Kohsuke Kawaguchi"
- getNote() - Method in class org.kohsuke.github.GHAuthorization
-
- getNoteUrl() - Method in class org.kohsuke.github.GHAuthorization
-
- getNumber() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
- getNumber() - Method in class org.kohsuke.github.GHIssue
-
ID.
- getNumber() - Method in class org.kohsuke.github.GHMilestone
-
- getObject() - Method in class org.kohsuke.github.GHRef
-
The object that this ref points to.
- getOpenIssueCount() - Method in class org.kohsuke.github.GHRepository
-
- getOpenIssues() - Method in class org.kohsuke.github.GHMilestone
-
- getOrganization() - Method in class org.kohsuke.github.GHEventInfo
-
- getOrganization(String) - Method in class org.kohsuke.github.GitHub
-
- getOrganizations() - Method in class org.kohsuke.github.GHUser
-
Gets the organization that this user belongs to publicly.
- getOwner() - Method in class org.kohsuke.github.GHAsset
-
- getOwner() - Method in class org.kohsuke.github.GHBranch
-
Repository that this branch is in.
- getOwner() - Method in class org.kohsuke.github.GHCommit
-
The repository that contains the commit.
- getOwner() - Method in class org.kohsuke.github.GHCommitComment
-
- getOwner() - Method in class org.kohsuke.github.GHContent
-
- getOwner() - Method in class org.kohsuke.github.GHMilestone
-
- getOwner() - Method in class org.kohsuke.github.GHRelease
-
- getOwner() - Method in class org.kohsuke.github.GHRepository
-
- getOwnerName() - Method in class org.kohsuke.github.GHRepository
-
- getParent() - Method in class org.kohsuke.github.GHIssueComment
-
Gets the issue to which this comment is associated.
- getParents() - Method in class org.kohsuke.github.GHCommit
-
Resolves the parent commit objects and return them.
- getParents() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
- getParentSHA1s() - Method in class org.kohsuke.github.GHCommit
-
Returns the SHA1 of parent commit objects.
- getPatch() - Method in class org.kohsuke.github.GHCommit.File
-
The actual change.
- getPatchUrl() - Method in class org.kohsuke.github.GHCompare
-
- getPatchUrl() - Method in class org.kohsuke.github.GHIssue.PullRequest
-
- 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
-
- getPayload(Class<T>) - Method in class org.kohsuke.github.GHEventInfo
-
Retrieves the payload.
- getPermalinkUrl() - Method in class org.kohsuke.github.GHCompare
-
- getPermission() - Method in class org.kohsuke.github.GHTeam
-
- getPostCommitHooks() - Method in class org.kohsuke.github.GHRepository
-
- getPublicGistCount() - Method in class org.kohsuke.github.GHPerson
-
- 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
-
- getPublicVerifiedKeys() - Method in class org.kohsuke.github.GHMyself
-
Returns the read-only list of all the pulic verified keys of the current user.
- getPublished_at() - Method in class org.kohsuke.github.GHRelease
-
- getPullRequest() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
- getPullRequest() - Method in class org.kohsuke.github.GHIssue
-
- 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.
- getPushedAt() - Method in class org.kohsuke.github.GHRepository
-
- getRateLimit() - Method in class org.kohsuke.github.GitHub
-
Gets the current rate limit.
- getRawUrl() - Method in class org.kohsuke.github.GHCommit.File
-
URL like 'https://raw.github.com/jenkinsci/jenkins/4eb17c197dfdcf8ef7ff87eb160f24f6a20b7f0e/core/pom.xml'
that resolves to the actual content of the file.
- getReadme() - Method in class org.kohsuke.github.GHRepository
-
- getRef() - Method in class org.kohsuke.github.GHCommitPointer
-
Named ref to the commit.
- 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"
- getRefs() - Method in class org.kohsuke.github.GHRepository
-
Retrieves all refs for the github repository.
- getRefs(String) - Method in class org.kohsuke.github.GHRepository
-
Retrienved all refs of the given type for the current GitHub repository.
- getReleases() - Method in class org.kohsuke.github.GHRepository
-
- getRepositories() - Method in class org.kohsuke.github.GHPerson
-
Gets the repositories this user owns.
- getRepositories() - Method in class org.kohsuke.github.GHTeam
-
- 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
-
Repository where the change was made.
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
-
- getRepository() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
- getRepository() - Method in class org.kohsuke.github.GHIssue
-
Repository to which the issue belongs.
- getRepository(String) - Method in class org.kohsuke.github.GHPerson
-
- getRepository(String) - Method in class org.kohsuke.github.GitHub
-
Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
- getReviewComments() - Method in class org.kohsuke.github.GHPullRequest
-
- getRoot() - Method in class org.kohsuke.github.GHAsset
-
- getRoot() - Method in class org.kohsuke.github.GHAuthorization
-
- getRoot() - Method in class org.kohsuke.github.GHBranch
-
- getRoot() - Method in class org.kohsuke.github.GHMilestone
-
- getRoot() - Method in class org.kohsuke.github.GHRelease
-
- getScopes() - Method in class org.kohsuke.github.GHAuthorization
-
- getSha() - Method in class org.kohsuke.github.GHCommit.File
-
[0-9a-f]{40} SHA1 checksum.
- getSha() - Method in class org.kohsuke.github.GHCommitPointer
-
SHA1 of the commit.
- getSha() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
- getSha() - Method in class org.kohsuke.github.GHCompare.Tree
-
- getSha() - Method in class org.kohsuke.github.GHContent
-
- getSha() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
- getSha() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
-
- getSha() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
- getSha() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Tree
-
- getSha() - Method in class org.kohsuke.github.GHRef.GHObject
-
SHA1 of this object.
- getSHA1() - Method in class org.kohsuke.github.GHBranch
-
The commit that this branch currently points to.
- getSHA1() - Method in class org.kohsuke.github.GHCommit
-
[0-9a-f]{40} SHA1 checksum.
- getSHA1() - Method in class org.kohsuke.github.GHCommitComment
-
- getSize() - Method in class org.kohsuke.github.GHAsset
-
- getSize() - Method in class org.kohsuke.github.GHContent
-
- getSize() - Method in class org.kohsuke.github.GHEventPayload.Push
-
The number of commits in the push.
- getSize() - Method in class org.kohsuke.github.GHRepository
-
- getState() - Method in class org.kohsuke.github.GHAsset
-
- getState() - Method in class org.kohsuke.github.GHCommitStatus
-
- getState() - Method in class org.kohsuke.github.GHIssue
-
- getState() - Method in class org.kohsuke.github.GHMilestone
-
- getStatus() - Method in class org.kohsuke.github.GHCommit.File
-
"modified", "added", or "deleted"
- getStatus() - Method in class org.kohsuke.github.GHCompare
-
- getTagName() - Method in class org.kohsuke.github.GHRelease
-
- getTargetCommitish() - Method in class org.kohsuke.github.GHRelease
-
- getTargetUrl() - Method in class org.kohsuke.github.GHCommitStatus
-
The URL that this status is linked to.
- 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.
- getTitle() - Method in class org.kohsuke.github.GHIssue
-
- getTitle() - Method in class org.kohsuke.github.GHKey
-
- getTitle() - Method in class org.kohsuke.github.GHMilestone
-
- getTitle() - Method in class org.kohsuke.github.GHVerifiedKey
-
- getToken() - Method in class org.kohsuke.github.GHAuthorization
-
- getTotalCommits() - Method in class org.kohsuke.github.GHCompare
-
- getTree() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
- getType() - Method in class org.kohsuke.github.GHContent
-
- getType() - Method in class org.kohsuke.github.GHEventInfo
-
- getType() - Method in class org.kohsuke.github.GHRef.GHObject
-
Type of the object, such as "commit"
- getUpdatedAt() - Method in class org.kohsuke.github.GHAsset
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHAuthorization
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHCommitComment
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHCommitStatus
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHIssue
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHIssueComment
-
- getUploadUrl() - Method in class org.kohsuke.github.GHRelease
-
- getUrl() - Method in class org.kohsuke.github.GHAsset
-
- getUrl() - Method in class org.kohsuke.github.GHCommitStatus
-
API URL of this commit status.
- getUrl() - Method in class org.kohsuke.github.GHCompare
-
- getUrl() - Method in class org.kohsuke.github.GHCompare.InnerCommit
-
- getUrl() - Method in class org.kohsuke.github.GHCompare.Tree
-
- getUrl() - Method in class org.kohsuke.github.GHContent
-
- getUrl() - Method in class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
Points to the commit API resource.
- getUrl() - Method in class org.kohsuke.github.GHIssue
-
The HTML page of this issue,
like https://github.com/jenkinsci/jenkins/issues/100
- getUrl() - Method in class org.kohsuke.github.GHIssue.Label
-
- getUrl() - Method in class org.kohsuke.github.GHIssue.PullRequest
-
- getUrl() - Method in class org.kohsuke.github.GHIssueComment
-
- getUrl() - Method in class org.kohsuke.github.GHKey
-
Something like "https://api.github.com/user/keys/73593"
- getUrl() - Method in class org.kohsuke.github.GHMilestone
-
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
-
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail
-
- getUrl() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Tree
-
- 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.GHRelease
-
- getUrl() - Method in class org.kohsuke.github.GHRepository
-
URL of this repository, like 'http://github.com/kohsuke/jenkins'
- getUser() - Method in class org.kohsuke.github.GHCommitComment
-
Gets the user who put this comment.
- getUser() - Method in class org.kohsuke.github.GHCommitPointer
-
- 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(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
-
- getUserName() - Method in class org.kohsuke.github.GHIssueComment
-
Deprecated.
- getWatchers() - Method in class org.kohsuke.github.GHRepository
-
- GHAsset - Class in org.kohsuke.github
-
Asset in a release.
- GHAsset() - Constructor for class org.kohsuke.github.GHAsset
-
- GHAuthorization - Class in org.kohsuke.github
-
Generated OAuth token
- GHAuthorization() - Constructor for class org.kohsuke.github.GHAuthorization
-
- GHBranch - Class in org.kohsuke.github
-
A branch in a repository.
- GHBranch() - Constructor for class org.kohsuke.github.GHBranch
-
- GHBranch.Commit - Class in org.kohsuke.github
-
- GHBranch.Commit() - Constructor for class org.kohsuke.github.GHBranch.Commit
-
- 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.File() - Constructor for class org.kohsuke.github.GHCommit.File
-
- GHCommit.GHAuthor - Class in org.kohsuke.github
-
- GHCommit.GHAuthor() - Constructor for class org.kohsuke.github.GHCommit.GHAuthor
-
Deprecated.
- GHCommit.Parent - Class in org.kohsuke.github
-
- GHCommit.Parent() - Constructor for class org.kohsuke.github.GHCommit.Parent
-
- GHCommit.ShortInfo - Class in org.kohsuke.github
-
Short summary of this commit.
- GHCommit.ShortInfo() - Constructor for class org.kohsuke.github.GHCommit.ShortInfo
-
- GHCommit.Stats - Class in org.kohsuke.github
-
- GHCommit.Stats() - Constructor for class org.kohsuke.github.GHCommit.Stats
-
- 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
-
- GHCommitPointer() - Constructor for class org.kohsuke.github.GHCommitPointer
-
- 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.Commit() - Constructor for class org.kohsuke.github.GHCompare.Commit
-
- GHCompare.InnerCommit - Class in org.kohsuke.github
-
- GHCompare.InnerCommit() - Constructor for class org.kohsuke.github.GHCompare.InnerCommit
-
- GHCompare.Status - Enum in org.kohsuke.github
-
- GHCompare.Tree - Class in org.kohsuke.github
-
- GHCompare.Tree() - Constructor for class org.kohsuke.github.GHCompare.Tree
-
- GHCompare.User - Class in org.kohsuke.github
-
- GHCompare.User() - Constructor for class org.kohsuke.github.GHCompare.User
-
Deprecated.
- GHContent - Class in org.kohsuke.github
-
A Content of a repository.
- GHContent() - Constructor for class org.kohsuke.github.GHContent
-
- GHContentUpdateResponse - Class in org.kohsuke.github
-
The response that is returned when updating
repository content.
- GHContentUpdateResponse() - Constructor for class org.kohsuke.github.GHContentUpdateResponse
-
- 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.
- GHEventInfo.GHEventRepository() - Constructor for class org.kohsuke.github.GHEventInfo.GHEventRepository
-
- GHEventPayload - Class in org.kohsuke.github
-
Base type for types used in databinding of the event payload.
- GHEventPayload.IssueComment - Class in org.kohsuke.github
-
A comment was added to an issue
- GHEventPayload.IssueComment() - Constructor for class org.kohsuke.github.GHEventPayload.IssueComment
-
- GHEventPayload.PullRequest - Class in org.kohsuke.github
-
A pull request status has changed.
- GHEventPayload.PullRequest() - Constructor for class org.kohsuke.github.GHEventPayload.PullRequest
-
- GHEventPayload.Push - Class in org.kohsuke.github
-
A commit was pushed.
- GHEventPayload.Push() - Constructor for class org.kohsuke.github.GHEventPayload.Push
-
- GHEventPayload.Push.PushCommit - Class in org.kohsuke.github
-
Commit in a push
- GHEventPayload.Push.PushCommit() - Constructor for class org.kohsuke.github.GHEventPayload.Push.PushCommit
-
- GHException - Exception in org.kohsuke.github
-
- GHException(String) - Constructor for exception org.kohsuke.github.GHException
-
- GHException(String, Throwable) - Constructor for exception org.kohsuke.github.GHException
-
- GHHook - Class in org.kohsuke.github
-
- GHHook() - Constructor for class org.kohsuke.github.GHHook
-
- GHIssue - Class in org.kohsuke.github
-
Represents an issue on GitHub.
- GHIssue() - Constructor for class org.kohsuke.github.GHIssue
-
- GHIssue.Label - Class in org.kohsuke.github
-
- GHIssue.Label() - Constructor for class org.kohsuke.github.GHIssue.Label
-
- GHIssue.PullRequest - Class in org.kohsuke.github
-
- GHIssue.PullRequest() - Constructor for class org.kohsuke.github.GHIssue.PullRequest
-
- GHIssueBuilder - Class in org.kohsuke.github
-
- GHIssueComment - Class in org.kohsuke.github
-
Comment to the issue
- GHIssueComment() - Constructor for class org.kohsuke.github.GHIssueComment
-
- GHIssueState - Enum in org.kohsuke.github
-
- GHKey - Class in org.kohsuke.github
-
SSH public key.
- GHKey() - Constructor for class org.kohsuke.github.GHKey
-
- GHMilestone - Class in org.kohsuke.github
-
- GHMilestone() - Constructor for class org.kohsuke.github.GHMilestone
-
- GHMilestoneState - Enum in org.kohsuke.github
-
- GHMyself - Class in org.kohsuke.github
-
Represents the account that's logging into GitHub.
- GHMyself() - Constructor for class org.kohsuke.github.GHMyself
-
- GHOrganization - Class in org.kohsuke.github
-
- GHOrganization() - Constructor for class org.kohsuke.github.GHOrganization
-
- GHOrganization.Permission - Enum in org.kohsuke.github
-
- GHPerson - Class in org.kohsuke.github
-
- GHPerson() - Constructor for class org.kohsuke.github.GHPerson
-
- GHPersonSet<T extends GHPerson> - Class in org.kohsuke.github
-
Set of
GHPerson with helper lookup methods.
- GHPersonSet() - Constructor for class org.kohsuke.github.GHPersonSet
-
- GHPersonSet(Collection<? extends T>) - Constructor for class org.kohsuke.github.GHPersonSet
-
- GHPersonSet(T...) - Constructor for class org.kohsuke.github.GHPersonSet
-
- GHPersonSet(int, float) - Constructor for class org.kohsuke.github.GHPersonSet
-
- GHPersonSet(int) - Constructor for class org.kohsuke.github.GHPersonSet
-
- GHPullRequest - Class in org.kohsuke.github
-
A pull request.
- GHPullRequest() - Constructor for class org.kohsuke.github.GHPullRequest
-
- GHPullRequestCommitDetail - Class in org.kohsuke.github
-
- GHPullRequestCommitDetail() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail
-
- GHPullRequestCommitDetail.Authorship - Class in org.kohsuke.github
-
- GHPullRequestCommitDetail.Authorship() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.Authorship
-
Deprecated.
- GHPullRequestCommitDetail.Commit - Class in org.kohsuke.github
-
- GHPullRequestCommitDetail.Commit() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.Commit
-
- GHPullRequestCommitDetail.CommitPointer - Class in org.kohsuke.github
-
- GHPullRequestCommitDetail.CommitPointer() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer
-
- GHPullRequestCommitDetail.Tree - Class in org.kohsuke.github
-
- GHPullRequestCommitDetail.Tree() - Constructor for class org.kohsuke.github.GHPullRequestCommitDetail.Tree
-
- GHRateLimit - Class in org.kohsuke.github
-
Rate limit.
- GHRateLimit() - Constructor for class org.kohsuke.github.GHRateLimit
-
- 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
-
- GHRef.GHObject() - Constructor for class org.kohsuke.github.GHRef.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
-
- GHReleaseBuilder(GHRepository, String) - Constructor for class org.kohsuke.github.GHReleaseBuilder
-
- GHRepository - Class in org.kohsuke.github
-
A repository on GitHub.
- GHRepository() - Constructor for class org.kohsuke.github.GHRepository
-
- GHTeam - Class in org.kohsuke.github
-
A team in GitHub organization.
- GHTeam() - Constructor for class org.kohsuke.github.GHTeam
-
- GHUser - Class in org.kohsuke.github
-
Represents an user of GitHub.
- GHUser() - Constructor for class org.kohsuke.github.GHUser
-
- GHVerifiedKey - Class in org.kohsuke.github
-
- GHVerifiedKey() - Constructor for class org.kohsuke.github.GHVerifiedKey
-
- GIST - Static variable in class org.kohsuke.github.GHAuthorization
-
- gitHttpTransportUrl() - 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.
- GitHub - Class in org.kohsuke.github
-
Root of the GitHub API.
- GitUser - Class in org.kohsuke.github
-
Represents a user in Git who authors/commits a commit.
- GitUser() - Constructor for class org.kohsuke.github.GitUser
-
- gravatar_id - Variable in class org.kohsuke.github.GHPerson
-