A B C D E F G H I L N 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
 
avatar_url - Variable in class org.kohsuke.github.GHPerson
 

B

blog - Variable in class org.kohsuke.github.GHPerson
 
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.
comment(String) - Method in class org.kohsuke.github.GHIssue
Updates the issue by adding a comment.
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
 
connectAnonymously() - Static method in class org.kohsuke.github.GitHub
Connects to GitHub anonymously.
connectUsingOAuth(String) - Static method in class org.kohsuke.github.GitHub
 
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.
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
 
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.GHHook
Deletes this hook.
delete() - Method in class org.kohsuke.github.GHRepository
Deletes this repository.

E

email - Variable in class org.kohsuke.github.GHPerson
 
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
 
followers_count - Variable in class org.kohsuke.github.GHPerson
 
following - Variable in class org.kohsuke.github.GHPerson
 
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.GHPerson
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.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.GHIssue
 
getCreatedAt() - Method in class org.kohsuke.github.GHIssueComment
 
getCreatedAt() - Method in class org.kohsuke.github.GHPerson
 
getCreatedAt() - Method in class org.kohsuke.github.GHRepository
 
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.GHPerson
Gets the e-mail address of the user.
getEvents() - Method in class org.kohsuke.github.GHHook
 
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
 
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
 
getHook(int) - Method in class org.kohsuke.github.GHRepository
 
getHooks() - Method in class org.kohsuke.github.GHRepository
Retrieves the currently configured hooks.
getId() - Method in class org.kohsuke.github.GHHook
 
getId() - Method in class org.kohsuke.github.GHIssueComment
 
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
 
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.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'
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.
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.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
 
getName() - Method in class org.kohsuke.github.GHTeam
 
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
 
getOrganizations() - Method in class org.kohsuke.github.GHUser
Gets the organization that this user belongs to publicly.
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
Deprecated. Use GHRepository.getHooks() and GHRepository.createHook(String, Map, Collection, boolean)
getPublicGistCount() - Method in class org.kohsuke.github.GHPerson
 
getPublicRepoCount() - Method in class org.kohsuke.github.GHPerson
 
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.GHOrganization
 
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
 
GHEvent - Enum in org.kohsuke.github
Hook event type.
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
 
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(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
 
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
 
html_url - Variable in class org.kohsuke.github.GHPerson
 

I

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

L

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

N

name - 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_gists - Variable in class org.kohsuke.github.GHPerson
 
public_repo_count - Variable in class org.kohsuke.github.GHPerson
 
public_repos - Variable in class org.kohsuke.github.GHPerson
 
publicize(GHUser) - Method in class org.kohsuke.github.GHOrganization
Publicizes the membership.

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

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

Copyright © 2012. All Rights Reserved.