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

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
 

C

close() - Method in class org.kohsuke.github.GHIssue
Closes this issue.
comment(String) - Method in class org.kohsuke.github.GHIssue
Updates the issue by adding a comment.
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
 
connectAnonymously() - Static method in class org.kohsuke.github.GitHub
Connects to GitHub anonymously.
connectUsingOAuth(String) - Static method in class org.kohsuke.github.GitHub
 
createRepository(String, String, String, String, boolean) - Method in class org.kohsuke.github.GHOrganization
Creates a new repository.
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
 

D

delete() - Method in class org.kohsuke.github.GHRepository
Deletes this repository.

E

enableIssueTracker(boolean) - Method in class org.kohsuke.github.GHRepository
Enables or disables the issue tracker 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.
following_count - 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

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.
getBlog() - Method in class org.kohsuke.github.GHUser
Gets the blog URL of this user.
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.
getClosedAt() - Method in class org.kohsuke.github.GHPullRequest
 
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.
getCompany() - Method in class org.kohsuke.github.GHUser
Gets the company name of this user, like "Sun Microsystems, Inc."
getCreatedAt() - Method in class org.kohsuke.github.GHIssue
 
getCreatedAt() - Method in class org.kohsuke.github.GHIssueComment
 
getCreatedAt() - Method in class org.kohsuke.github.GHRepository
 
getCreatedAt() - Method in class org.kohsuke.github.GHUser
 
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
getEmail() - Method in class org.kohsuke.github.GHUser
Gets the e-mail address of the user.
getFollowers() - Method in class org.kohsuke.github.GHUser
Lists the users who are following this user.
getFollowersCount() - Method in class org.kohsuke.github.GHUser
 
getFollowingCount() - Method in class org.kohsuke.github.GHUser
 
getFollows() - Method in class org.kohsuke.github.GHUser
Lists the users that this user is following
getForks() - Method in class org.kohsuke.github.GHRepository
 
getGravatarId() - Method in class org.kohsuke.github.GHPerson
Gravatar ID of this user, like 0cb9832a01c22c083390f3c5dcb64105
getHead() - Method in class org.kohsuke.github.GHPullRequest
The change that should be pulled.
getHomepage() - Method in class org.kohsuke.github.GHRepository
 
getId() - Method in class org.kohsuke.github.GHIssueComment
 
getId() - Method in class org.kohsuke.github.GHTeam
 
getId() - Method in class org.kohsuke.github.GHUser
What appears to be a GitHub internal unique number that identifies this user.
getIssues(GHIssueState) - Method in class org.kohsuke.github.GHRepository
 
getLabel() - Method in class org.kohsuke.github.GHCommitPointer
String that looks like "USERNAME:REF".
getLabels() - Method in class org.kohsuke.github.GHIssue
 
getLocation() - Method in class org.kohsuke.github.GHUser
Gets the location of this user, like "Santa Clara, California"
getLogin() - Method in class org.kohsuke.github.GHPerson
 
getLogin() - Method in class org.kohsuke.github.GHUser
Gets the login ID of this user, like 'kohsuke'
getMembers() - Method in class org.kohsuke.github.GHTeam
Retrieves the current members.
getMyOrganizations() - Method in class org.kohsuke.github.GitHub
 
getMyself() - Method in class org.kohsuke.github.GitHub
Gets the GHUser that represents yourself.
getName() - Method in class org.kohsuke.github.GHRepository
 
getName() - Method in class org.kohsuke.github.GHTeam
 
getName() - Method in class org.kohsuke.github.GHUser
Gets the human-readable name of the user, like "Kohsuke Kawaguchi"
getNumber() - Method in class org.kohsuke.github.GHIssue
ID.
getOpenIssueCount() - Method in class org.kohsuke.github.GHRepository
 
getOrganization(String) - Method in class org.kohsuke.github.GitHub
 
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.
getPatchUrl() - Method in class org.kohsuke.github.GHPullRequest
The URL of the patch file.
getPermission() - Method in class org.kohsuke.github.GHTeam
 
getPostCommitHooks() - Method in class org.kohsuke.github.GHRepository
Returns a set that represents the post-commit hook URLs.
getPublicGistCount() - Method in class org.kohsuke.github.GHUser
 
getPublicRepoCount() - Method in class org.kohsuke.github.GHUser
 
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
 
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.GHIssue
Repository to which the issue belongs.
getRepository(String) - Method in class org.kohsuke.github.GHPerson
 
getSha() - Method in class org.kohsuke.github.GHCommitPointer
SHA1 of the commit.
getState() - Method in class org.kohsuke.github.GHIssue
 
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
 
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.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/hudson'
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.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
Interns the given GHUser.
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
 
GHCommitPointer - Class in org.kohsuke.github
Identifies a commit in GHPullRequest.
GHCommitPointer() - Constructor for class org.kohsuke.github.GHCommitPointer
 
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
 
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
 
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
 
GHPullRequest - Class in org.kohsuke.github
A pull request.
GHPullRequest() - Constructor for class org.kohsuke.github.GHPullRequest
 
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
 
GitHub - Class in org.kohsuke.github
Root of the GitHub API.
gravatar_id - Variable in class org.kohsuke.github.GHPerson
 

H

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
 
hasWiki() - Method in class org.kohsuke.github.GHRepository
 

I

id - Variable in class org.kohsuke.github.GHPerson
 
isCredentialValid() - Method in class org.kohsuke.github.GitHub
Ensures that the credential is valid.
isFork() - Method in class org.kohsuke.github.GHRepository
 
isPrivate() - Method in class org.kohsuke.github.GHRepository
 

L

login - Variable in class org.kohsuke.github.GHPerson
 

O

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

P

public_gist_count - Variable in class org.kohsuke.github.GHPerson
 
public_repo_count - Variable in class org.kohsuke.github.GHPerson
 

R

remove(GHUser) - Method in class org.kohsuke.github.GHTeam
Removes a member to the team.
remove(GHRepository) - Method in class org.kohsuke.github.GHTeam
 
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.

S

setEmailServiceHook(String) - Method in class org.kohsuke.github.GHRepository
 

T

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.

V

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

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

Copyright © 2011. All Rights Reserved.