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

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
 
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.

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
 
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.
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
 
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
 
GHOrganization - Class in org.kohsuke.github
 
GHOrganization() - Constructor for class org.kohsuke.github.GHOrganization
 
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
 
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
 

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.

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

Copyright © 2010. All Rights Reserved.