Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
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
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.
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
equals(Object)
- Method in class org.kohsuke.github.
GHRepository
equals(Object)
- Method in class org.kohsuke.github.
GHUser
F
fetchRepository(String)
- Method in class org.kohsuke.github.
GHPerson
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.
GHPullRequest
The description of this pull request.
getClosedAt()
- Method in class org.kohsuke.github.
GHPullRequest
getCollaborators()
- Method in class org.kohsuke.github.
GHRepository
Gets the collaborators on this repository.
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.
GHPullRequest
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.
GHTeam
getId()
- Method in class org.kohsuke.github.
GHUser
What appears to be a GitHub internal unique number that identifies this user.
getLabel()
- Method in class org.kohsuke.github.
GHCommitPointer
String that looks like "USERNAME:REF".
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.
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.
GHPullRequest
ID.
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
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(GHPullRequest.State)
- 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(String)
- Method in class org.kohsuke.github.
GHPerson
getRepository()
- Method in class org.kohsuke.github.
GHPullRequest
Repository to which the pull request was sent.
getSha()
- Method in class org.kohsuke.github.
GHCommitPointer
SHA1 of the commit.
getState()
- Method in class org.kohsuke.github.
GHPullRequest
getTeams()
- Method in class org.kohsuke.github.
GHOrganization
Teams by their names.
getTitle()
- Method in class org.kohsuke.github.
GHPullRequest
getUpdatedAt()
- Method in class org.kohsuke.github.
GHPullRequest
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.
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
.
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
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
GHPullRequest.State
- Enum in
org.kohsuke.github
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
J
JsonTeam
- Class in
org.kohsuke.github
JsonTeam()
- Constructor for class org.kohsuke.github.
JsonTeam
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
refreshRepository(String)
- Method in class org.kohsuke.github.
GHPerson
Fetches the repository of the given name from GitHub, and return it.
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.
S
setEmailServiceHook(String)
- Method in class org.kohsuke.github.
GHRepository
T
team
- Variable in class org.kohsuke.github.
JsonTeam
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.
GHOrganization.Permission
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.kohsuke.github.
GHPullRequest.State
Returns the enum constant of this type with the specified name.
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.
values()
- Static method in enum org.kohsuke.github.
GHPullRequest.State
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
E
F
G
H
I
J
L
O
P
R
S
T
U
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.