A B C D E F G H I L M N O P R S T U V W 

A

add(GHUser) - Method in class org.kohsuke.github.GHTeam
Adds a member to the team.
add(GHRepository) - Method in class org.kohsuke.github.GHTeam
 
addCollaborators(GHUser...) - Method in class org.kohsuke.github.GHRepository
 
addCollaborators(Collection<GHUser>) - Method in class org.kohsuke.github.GHRepository
 
asList() - Method in class org.kohsuke.github.PagedIterable
Eagerly walk Iterable and return the result in a list.
assignee - Variable in class org.kohsuke.github.GHIssue
 
assignee(GHUser) - Method in class org.kohsuke.github.GHIssueBuilder
 
assignee(String) - Method in class org.kohsuke.github.GHIssueBuilder
 
assignTo(GHUser) - Method in class org.kohsuke.github.GHIssue
 
avatar_url - Variable in class org.kohsuke.github.GHPerson
 

B

blog - Variable in class org.kohsuke.github.GHPerson
 
body - Variable in class org.kohsuke.github.GHIssue
 
body(String) - Method in class org.kohsuke.github.GHIssueBuilder
Sets the main text of an issue, which is arbitrary multi-line text.
byLogin(String) - Method in class org.kohsuke.github.GHPersonSet
Finds the item by its login.

C

close() - Method in class org.kohsuke.github.GHIssue
Closes this issue.
closed_at - Variable in class org.kohsuke.github.GHIssue
 
closed_by - Variable in class org.kohsuke.github.GHIssue
 
comment(String) - Method in class org.kohsuke.github.GHIssue
Updates the issue by adding a comment.
comments - Variable in class org.kohsuke.github.GHIssue
 
company - Variable in class org.kohsuke.github.GHPerson
 
conceal(GHUser) - Method in class org.kohsuke.github.GHOrganization
Conceals the membership.
connect() - Static method in class org.kohsuke.github.GitHub
Obtains the credential from "~/.github"
connect(String, String) - Static method in class org.kohsuke.github.GitHub
 
connect(String, String, String) - Static method in class org.kohsuke.github.GitHub
Deprecated.
Either OAuth token or password is sufficient, so there's no point in passing both. Use GitHub.connectUsingPassword(String, String) or GitHub.connectUsingOAuth(String).
connectAnonymously() - Static method in class org.kohsuke.github.GitHub
Connects to GitHub anonymously.
connectToEnterprise(String, String) - Static method in class org.kohsuke.github.GitHub
Version that connects to GitHub Enterprise.
connectToEnterprise(String, String, String) - Static method in class org.kohsuke.github.GitHub
 
connectUsingOAuth(String) - Static method in class org.kohsuke.github.GitHub
 
connectUsingOAuth(String, String) - Static method in class org.kohsuke.github.GitHub
 
connectUsingPassword(String, String) - Static method in class org.kohsuke.github.GitHub
 
create() - Method in class org.kohsuke.github.GHIssueBuilder
Creates a new issue.
createComment(String, String, Integer, Integer) - Method in class org.kohsuke.github.GHCommit
Creates a commit comment.
createComment(String) - Method in class org.kohsuke.github.GHCommit
 
createCommitStatus(String, GHCommitState, String, String) - Method in class org.kohsuke.github.GHRepository
Creates a commit status
created_at - Variable in class org.kohsuke.github.GHIssue
 
created_at - Variable in class org.kohsuke.github.GHPerson
 
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
 
createMilestone(String, String) - Method in class org.kohsuke.github.GHRepository
 
createRepository(String, String, String, String, boolean) - Method in class org.kohsuke.github.GHOrganization
Creates a new repository.
createRepository(String, String, String, GHTeam, boolean) - Method in class org.kohsuke.github.GHOrganization
 
createRepository(String, String, String, boolean) - Method in class org.kohsuke.github.GitHub
Creates a new repository.
createTeam(String, GHOrganization.Permission, Collection<GHRepository>) - Method in class org.kohsuke.github.GHOrganization
Creates a new team and assigns the repositories.
createTeam(String, GHOrganization.Permission, GHRepository...) - Method in class org.kohsuke.github.GHOrganization
 
createToken(Collection<String>, String, String) - Method in class org.kohsuke.github.GitHub
Creates a new authorization.
createWebHook(URL, Collection<GHEvent>) - Method in class org.kohsuke.github.GHRepository
 
createWebHook(URL) - Method in class org.kohsuke.github.GHRepository
 

D

delete() - Method in class org.kohsuke.github.GHCommitComment
Deletes this comment.
delete() - Method in class org.kohsuke.github.GHHook
Deletes this hook.
delete() - Method in class org.kohsuke.github.GHRepository
Deletes this repository.
DELETE_REPO - Static variable in class org.kohsuke.github.GHAuthorization
 

E

email - Variable in class org.kohsuke.github.GHPerson
 
enableDownloads(boolean) - Method in class org.kohsuke.github.GHRepository
 
enableIssueTracker(boolean) - Method in class org.kohsuke.github.GHRepository
Enables or disables the issue tracker for this repository.
enableWiki(boolean) - Method in class org.kohsuke.github.GHRepository
Enables or disables Wiki for this repository.
equals(Object) - Method in class org.kohsuke.github.GHRepository
 
equals(Object) - Method in class org.kohsuke.github.GHUser
 

F

follow() - Method in class org.kohsuke.github.GHUser
Follow this user.
followers - Variable in class org.kohsuke.github.GHPerson
 
following - Variable in class org.kohsuke.github.GHPerson
 
fork() - Method in class org.kohsuke.github.GHRepository
Forks this repository as your repository.
forkTo(GHOrganization) - Method in class org.kohsuke.github.GHRepository
Forks this repository into an organization.

G

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
 
getAdditions() - Method in class org.kohsuke.github.GHPullRequest
 
getAheadBy() - Method in class org.kohsuke.github.GHCompare
 
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
 
getAppName() - Method in class org.kohsuke.github.GHAuthorization
 
getAppUrl() - Method in class org.kohsuke.github.GHAuthorization
 
getAssignee() - Method in class org.kohsuke.github.GHIssue
 
getAuthor() - Method in class org.kohsuke.github.GHCommit
 
getAuthor() - Method in class org.kohsuke.github.GHCompare.InnerCommit
 
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
 
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.
getBranches() - Method in class org.kohsuke.github.GHRepository
Gets branches by their names.
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.
getComment() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
 
getComments() - Method in class org.kohsuke.github.GHIssue
Obtains all the comments associated with this issue.
getCommentsCount() - Method in class org.kohsuke.github.GHIssue
 
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(String) - Method in class org.kohsuke.github.GHRepository
Gets a commit object in this repository.
getCommits() - Method in class org.kohsuke.github.GHCompare
 
getCommitter() - Method in class org.kohsuke.github.GHCommit
 
getCommitter() - Method in class org.kohsuke.github.GHCompare.InnerCommit
 
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
 
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.GHRepository
 
getCreator() - Method in class org.kohsuke.github.GHCommitStatus
 
getCreator() - Method in class org.kohsuke.github.GHMilestone
 
getDate() - Method in class org.kohsuke.github.GHCompare.User
 
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
getDueOn() - Method in class org.kohsuke.github.GHMilestone
 
getEmail() - Method in class org.kohsuke.github.GHCompare.User
 
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.
getHtmlUrl() - Method in class org.kohsuke.github.GHCompare
 
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.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.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.GHCompare.InnerCommit
 
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.GHBranch
 
getName() - Method in class org.kohsuke.github.GHCompare.User
 
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
 
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.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.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.
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
 
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.
getRef() - Method in class org.kohsuke.github.GHCommitPointer
Named ref to the commit.
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.
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.GHAuthorization
 
getRoot() - Method in class org.kohsuke.github.GHBranch
 
getRoot() - Method in class org.kohsuke.github.GHMilestone
 
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.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.GHRepository
 
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
 
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
 
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.GHEventInfo
 
getType() - Method in class org.kohsuke.github.GHRef.GHObject
Type of the object, such as "commit"
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
 
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.GHIssue
The HTML page of this issue, like https://github.com/jenkinsci/jenkins/issues/100
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.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.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
This points to the user who owns the GHCommitPointer.repository.
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
Interns the given GHUser.
getUserName() - Method in class org.kohsuke.github.GHIssueComment
Deprecated.
getWatchers() - Method in class org.kohsuke.github.GHRepository
 
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.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
Identifies a commit in GHPullRequest.
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
 
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
 
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.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
Common part of GHUser and GHOrganization.
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
 
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
 
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
 
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.
gravatar_id - Variable in class org.kohsuke.github.GHPerson
 

H

hasAdminAccess() - Method in class org.kohsuke.github.GHRepository
 
hasDownloads() - Method in class org.kohsuke.github.GHRepository
 
hashCode() - Method in class org.kohsuke.github.GHRepository
 
hashCode() - Method in class org.kohsuke.github.GHUser
 
hasIssues() - Method in class org.kohsuke.github.GHRepository
 
hasMember(GHUser) - Method in class org.kohsuke.github.GHOrganization
Checks if this organization has the specified user as a member.
hasNext() - Method in class org.kohsuke.github.PagedIterator
 
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
 
hasPushAccess() - Method in class org.kohsuke.github.GHRepository
 
hasWiki() - Method in class org.kohsuke.github.GHRepository
 
html_url - Variable in class org.kohsuke.github.GHIssue
 
html_url - Variable in class org.kohsuke.github.GHPerson
 

I

id - Variable in class org.kohsuke.github.GHIssue
 
id - Variable in class org.kohsuke.github.GHPerson
 
isActive() - Method in class org.kohsuke.github.GHHook
 
isCredentialValid() - Method in class org.kohsuke.github.GitHub
Ensures that the credential is valid.
isFork() - Method in class org.kohsuke.github.GHRepository
 
isMemberOf(GHOrganization) - Method in class org.kohsuke.github.GHUser
Returns true if this user belongs to the specified organization.
isMerged() - Method in class org.kohsuke.github.GHPullRequest
 
isPrivate() - Method in class org.kohsuke.github.GHRepository
 
isPublicMemberOf(GHOrganization) - Method in class org.kohsuke.github.GHUser
Returns true if this user belongs to the specified organization as a public member.
isVerified() - Method in class org.kohsuke.github.GHKey
 
iterateRepositories(int) - Method in class org.kohsuke.github.GHPerson
Loads repository list in a pagenated fashion.
iterator() - Method in class org.kohsuke.github.PagedIterable
 

L

label(String) - Method in class org.kohsuke.github.GHIssueBuilder
 
labels - Variable in class org.kohsuke.github.GHIssue
 
limit - Variable in class org.kohsuke.github.GHRateLimit
Alotted API call per hour.
listComments() - Method in class org.kohsuke.github.GHCommit
Lists up all the commit comments in this repository.
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.GHRepository
Lists all the commits.
listCommitStatuses(String) - Method in class org.kohsuke.github.GHRepository
Lists all the commit statues attached to the given commit, newer ones first.
listMilestones(GHIssueState) - Method in class org.kohsuke.github.GHRepository
Lists up all the milestones in this repository.
listPullRequests(GHIssueState) - Method in class org.kohsuke.github.GHRepository
Retrieves all the pull requests of a particular state.
listStatuses() - Method in class org.kohsuke.github.GHCommit
Gets the status of this commit, newer ones first.
location - Variable in class org.kohsuke.github.GHPerson
 
login - Variable in class org.kohsuke.github.GHPerson
 

M

milestone - Variable in class org.kohsuke.github.GHIssue
 
milestone(GHMilestone) - Method in class org.kohsuke.github.GHIssueBuilder
 

N

name - Variable in class org.kohsuke.github.GHPerson
 
next() - Method in class org.kohsuke.github.PagedIterator
 
nextPage() - Method in class org.kohsuke.github.PagedIterator
Gets the next page worth of data.
NOTIFICATIONS - Static variable in class org.kohsuke.github.GHAuthorization
 
number - Variable in class org.kohsuke.github.GHIssue
 

O

org - Variable in class org.kohsuke.github.GHTeam
 
org.kohsuke.github - package org.kohsuke.github
 

P

PagedIterable<T> - Class in org.kohsuke.github
Iterable that returns PagedIterator
PagedIterable() - Constructor for class org.kohsuke.github.PagedIterable
 
PagedIterator<T> - Class in org.kohsuke.github
Iterator over a pagenated data source.
parseEventPayload(Reader, Class<T>) - Method in class org.kohsuke.github.GitHub
Parses the GitHub event object.
populate() - Method in class org.kohsuke.github.GHPerson
Fully populate the data by retrieving missing data.
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_request - Variable in class org.kohsuke.github.GHIssue
 

R

remaining - Variable in class org.kohsuke.github.GHRateLimit
Remaining calls that can be made.
remove(GHUser) - Method in class org.kohsuke.github.GHTeam
Removes a member to the team.
remove(GHRepository) - Method in class org.kohsuke.github.GHTeam
 
remove() - Method in class org.kohsuke.github.PagedIterator
 
removeCollaborators(GHUser...) - Method in class org.kohsuke.github.GHRepository
 
removeCollaborators(Collection<GHUser>) - Method in class org.kohsuke.github.GHRepository
 
renameTo(String) - Method in class org.kohsuke.github.GHRepository
Rename this repository.
reopen() - Method in class org.kohsuke.github.GHIssue
Reopens this issue.
REPO - Static variable in class org.kohsuke.github.GHAuthorization
 
REPO_STATUS - Static variable in class org.kohsuke.github.GHAuthorization
 
root - Variable in class org.kohsuke.github.GHEventPayload
 

S

setBody(String) - Method in class org.kohsuke.github.GHIssue
 
setComment(GHIssueComment) - Method in class org.kohsuke.github.GHEventPayload.IssueComment
 
setDescription(String) - Method in class org.kohsuke.github.GHRepository
 
setEmailServiceHook(String) - Method in class org.kohsuke.github.GHRepository
 
setHomepage(String) - Method in class org.kohsuke.github.GHRepository
 
setIssue(GHIssue) - Method in class org.kohsuke.github.GHEventPayload.IssueComment
 
setLabels(String...) - Method in class org.kohsuke.github.GHIssue
 
setRepository(GHRepository) - Method in class org.kohsuke.github.GHEventPayload.IssueComment
 
setTitle(String) - Method in class org.kohsuke.github.GHIssue
 
state - Variable in class org.kohsuke.github.GHIssue
 
status - Variable in class org.kohsuke.github.GHCompare
 

T

title - Variable in class org.kohsuke.github.GHIssue
 
toString() - Method in class org.kohsuke.github.GHBranch
 
toString() - Method in class org.kohsuke.github.GHKey
 
toString() - Method in class org.kohsuke.github.GHRateLimit
 
toString() - Method in class org.kohsuke.github.GHRepository
 
toString() - Method in class org.kohsuke.github.GHUser
 

U

unfollow() - Method in class org.kohsuke.github.GHUser
Unfollow this user.
update(String) - Method in class org.kohsuke.github.GHCommitComment
Updates the body of the commit message.
updated_at - Variable in class org.kohsuke.github.GHIssue
 
url - Variable in class org.kohsuke.github.GHIssue
 
url - Variable in class org.kohsuke.github.GHPerson
 
USER - Static variable in class org.kohsuke.github.GHAuthorization
 
user - Variable in class org.kohsuke.github.GHIssue
 
USER_EMAIL - Static variable in class org.kohsuke.github.GHAuthorization
 
USER_FOLLOW - Static variable in class org.kohsuke.github.GHAuthorization
 

V

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.GHEvent
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.GHMilestoneState
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.
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.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.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.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.GHOrganization.Permission
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(GHRepository) - Method in class org.kohsuke.github.GHCompare
 
wrap(GHRepository) - Method in class org.kohsuke.github.GHMilestone
 
wrapUp(T[]) - Method in class org.kohsuke.github.PagedIterator
 
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2013. All Rights Reserved.