- getAction() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
- getActor() - Method in class org.kohsuke.github.GHEventInfo
-
- getAuthor() - Method in class org.kohsuke.github.GHCommit
-
- 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.
- 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.
- getBranches() - Method in class org.kohsuke.github.GHRepository
-
- getClosedAt() - 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.
- getComments() - Method in class org.kohsuke.github.GHIssue
-
Obtains all the comments associated with this issue.
- getCommit() - Method in class org.kohsuke.github.GHCommitComment
-
Gets the commit to which this comment is associated with.
- getCommit(String) - Method in class org.kohsuke.github.GHRepository
-
Gets a commit object in this repository.
- getCommitter() - Method in class org.kohsuke.github.GHCommit
-
- getCompany() - Method in class org.kohsuke.github.GHPerson
-
Gets the company name of this user, like "Sun Microsystems, Inc."
- getConfig() - Method in class org.kohsuke.github.GHHook
-
- getCreatedAt() - Method in class org.kohsuke.github.GHCommitComment
-
- 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.GHRepository
-
- getCreator() - Method in class org.kohsuke.github.GHMilestone
-
- getDescription() - Method in class org.kohsuke.github.GHMilestone
-
- getDescription() - Method in class org.kohsuke.github.GHRepository
-
- getDiffUrl() - Method in class org.kohsuke.github.GHPullRequest
-
The diff file,
like https://github.com/jenkinsci/jenkins/pull/100.diff
- getDueOn() - Method in class org.kohsuke.github.GHMilestone
-
- getEmail() - Method in class org.kohsuke.github.GHPerson
-
Gets the e-mail address of the user.
- getEmails() - Method in class org.kohsuke.github.GHMyself
-
Returns the read-only list of e-mail addresses configured for you.
- getEvents() - Method in class org.kohsuke.github.GHHook
-
- getEvents() - Method in class org.kohsuke.github.GitHub
-
Public events visible to you.
- 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.
- getGravatarId() - Method in class org.kohsuke.github.GHPerson
-
Deprecated.
No longer available in the v3 API.
- 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.
- 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.
- getId() - Method in class org.kohsuke.github.GHCommitComment
-
- 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.GHTeam
-
- getIssues(GHIssueState) - Method in class org.kohsuke.github.GHRepository
-
- getIssueUpdatedAt() - Method in class org.kohsuke.github.GHPullRequest
-
- getKey() - Method in class org.kohsuke.github.GHKey
-
- getLabel() - Method in class org.kohsuke.github.GHCommitPointer
-
String that looks like "USERNAME:REF".
- getLabels() - Method in class org.kohsuke.github.GHIssue
-
- getLanguage() - Method in class org.kohsuke.github.GHRepository
-
Gets the primary programming language.
- 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.
- 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.GHBranch
-
- getName() - Method in class org.kohsuke.github.GHHook
-
- 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.GHRepository
-
Short repository name without the owner.
- getName() - Method in class org.kohsuke.github.GHTeam
-
- 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
-
- 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.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.GHMilestone
-
- 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.
- 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.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.
- getPayload(Class<T>) - Method in class org.kohsuke.github.GHEventInfo
-
Retrieves the payload.
- 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
-
- getPullRequest() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
-
- 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.
- getRef() - Method in class org.kohsuke.github.GHCommitPointer
-
Named ref to the commit.
- 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.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"
- getRoot() - Method in class org.kohsuke.github.GHBranch
-
- getRoot() - Method in class org.kohsuke.github.GHMilestone
-
- 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.
- 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.GHRepository
-
- 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"
- 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
-
- getType() - Method in class org.kohsuke.github.GHEventInfo
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHCommitComment
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHIssue
-
- getUpdatedAt() - Method in class org.kohsuke.github.GHIssueComment
-
- 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.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.GHPullRequest
-
The HTML page of this pull request,
like https://github.com/jenkinsci/jenkins/pull/100
- 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.GHIssueComment
-
Gets the user who posted this comment.
- getUser() - Method in class org.kohsuke.github.GHPullRequest
-
User who submitted a pull request.
- 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
-
Gets the ID of the user who posted this comment.
- getWatchers() - Method in class org.kohsuke.github.GHRepository
-
- 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.Parent - Class in org.kohsuke.github
-
- GHCommit.Parent() - Constructor for class org.kohsuke.github.GHCommit.Parent
-
- 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
-
- 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.PullRequest - Class in org.kohsuke.github
-
- GHEventPayload.PullRequest() - Constructor for class org.kohsuke.github.GHEventPayload.PullRequest
-
- 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
-
- 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
-
- GHRateLimit - Class in org.kohsuke.github
-
Rate limit.
- GHRateLimit() - Constructor for class org.kohsuke.github.GHRateLimit
-
- 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
-
- 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.
- gravatar_id - Variable in class org.kohsuke.github.GHPerson
-