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
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.
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.
G
getBlog()
- Method in class org.kohsuke.github.
GHUser
Gets the blog URL of this user.
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.
GHUser
getDescription()
- Method in class org.kohsuke.github.
GHRepository
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
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.
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"
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
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
getRepositories()
- Method in class org.kohsuke.github.
GHPerson
Gets the repositories this user owns.
getRepositories()
- Method in class org.kohsuke.github.
GHTeam
getRepository(String)
- Method in class org.kohsuke.github.
GHPerson
getTeams()
- Method in class org.kohsuke.github.
GHOrganization
Teams by their names.
getUrl()
- Method in class org.kohsuke.github.
GHRepository
URL of this repository, like 'http://github.com/kohsuke/hudson'
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
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
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.
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
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.
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
J
L
O
P
R
T
U
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.