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

A

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, 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.
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.GHUser
Gravatar ID of this user, like 0cb9832a01c22c083390f3c5dcb64105
getHomepage() - Method in class org.kohsuke.github.GHRepository
 
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.GHUser
Gets the login ID of this user, like 'kohsuke'
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.GHUser
Gets the human-readable name of the user, like "Kohsuke Kawaguchi"
getOwner() - Method in class org.kohsuke.github.GHRepository
 
getPublicGistCount() - Method in class org.kohsuke.github.GHUser
 
getPublicRepoCount() - Method in class org.kohsuke.github.GHUser
 
getRepositories() - Method in class org.kohsuke.github.GHUser
Gets the repositories this user owns.
getRepository(String) - Method in class org.kohsuke.github.GHUser
 
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.
getWatchers() - Method in class org.kohsuke.github.GHRepository
 
GHRepository - Class in org.kohsuke.github
A repository on GitHub.
GHRepository() - Constructor for class org.kohsuke.github.GHRepository
 
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.

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

isFork() - Method in class org.kohsuke.github.GHRepository
 
isPrivate() - Method in class org.kohsuke.github.GHRepository
 

O

org.kohsuke.github - package org.kohsuke.github
 

R

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 O R T U

Copyright © 2010. All Rights Reserved.