diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index e9f71ec23..640c76d6a 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -1,98 +1,52 @@ - - - - - - -All Classes (GitHub API for Java 1.28 API) - - - - - - - - - - - -All Classes -
- - - - - -
GHBranch -
-GHBranch.Commit -
-GHCommit -
-GHCommit.File -
-GHCommit.Parent -
-GHCommit.Stats -
-GHCommitComment -
-GHCommitPointer -
-GHEvent -
-GHEventInfo -
-GHEventInfo.GHEventRepository -
-GHEventPayload -
-GHEventPayload.PullRequest -
-GHException -
-GHHook -
-GHIssue -
-GHIssueComment -
-GHIssueState -
-GHKey -
-GHMilestone -
-GHMilestoneState -
-GHMyself -
-GHOrganization -
-GHOrganization.Permission -
-GHPerson -
-GHPersonSet -
-GHPullRequest -
-GHRateLimit -
-GHRepository -
-GHTeam -
-GHUser -
-GitHub -
-PagedIterable -
-PagedIterator -
-
- - - + + + + + +All Classes (GitHub API for Java 1.29 API) + + + + +

All Classes

+
+ +
+ + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 7bda409db..a82834c59 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -1,98 +1,52 @@ - - - - - - -All Classes (GitHub API for Java 1.28 API) - - - - - - - - - - - -All Classes -
- - - - - -
GHBranch -
-GHBranch.Commit -
-GHCommit -
-GHCommit.File -
-GHCommit.Parent -
-GHCommit.Stats -
-GHCommitComment -
-GHCommitPointer -
-GHEvent -
-GHEventInfo -
-GHEventInfo.GHEventRepository -
-GHEventPayload -
-GHEventPayload.PullRequest -
-GHException -
-GHHook -
-GHIssue -
-GHIssueComment -
-GHIssueState -
-GHKey -
-GHMilestone -
-GHMilestoneState -
-GHMyself -
-GHOrganization -
-GHOrganization.Permission -
-GHPerson -
-GHPersonSet -
-GHPullRequest -
-GHRateLimit -
-GHRepository -
-GHTeam -
-GHUser -
-GitHub -
-PagedIterable -
-PagedIterator -
-
- - - + + + + + +All Classes (GitHub API for Java 1.29 API) + + + + +

All Classes

+
+ +
+ + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index fda5ecc9d..dae6077ea 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -1,145 +1,115 @@ - - - - - - -Constant Field Values (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Constant Field Values

-
-
-Contents - -
- - +
+

Constant Field Values

+

Contents

+
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 7a9f706a0..dd0f9ed13 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -1,165 +1,144 @@ - - - - - - -Deprecated List (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Deprecated API

-
-
-Contents - - - - - - - - - - - - -
-Deprecated Methods
org.kohsuke.github.GHPerson.getGravatarId() -
-          No longer available in the v3 API. 
org.kohsuke.github.GHRepository.getPostCommitHooks() -
-          Use GHRepository.getHooks() and GHRepository.createHook(String, Map, Collection, boolean) 
-  -

-


- - +
+

Deprecated API

+

Contents

+ +
+
+ + + +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index ce6c8abd4..f304f0cac 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -1,216 +1,216 @@ - - - - - - -API Help (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-How This API Document Is Organized

-
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

-Package

-
- -

-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

-
-

-Class/Interface

-
- -

-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
- -

-Annotation Type

-
- -

-Each annotation type has its own separate page with the following sections:

-
- -

-Enum

-
- -

-Each enum has its own separate page with the following sections:

-
-

-Use

-
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-

-Tree (Class Hierarchy)

-
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. -
-

-Deprecated API

-
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-

-Index

-
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-

-Prev/Next

-These links take you to the next or previous class, interface, package, or related page.

-Frames/No Frames

-These links show and hide the HTML frames. All pages are available with or without frames. -

-

-Serialized Form

-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

-

-Constant Field Values

-The Constant Field Values page lists the static final fields and their values. -

- - -This help file applies to API documentation generated using the standard doclet. - -
-


- - +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 24dd5daf9..123eec38f 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -1,1146 +1,1225 @@ - - - - - - -Index (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -A B C D E F G H I L N O P R S T U V W
-

-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 -
  -
assignTo(GHUser) - -Method in class org.kohsuke.github.GHIssue -
  -
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 -
  -
connectUsingOAuth(String, String) - -Static method in class org.kohsuke.github.GitHub -
  -
createComment(String, String, Integer, Integer) - -Method in class org.kohsuke.github.GHCommit -
Creates a commit comment. -
createComment(String) - -Method in class org.kohsuke.github.GHCommit -
  -
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. -
createMilestone(String, String) - -Method in class org.kohsuke.github.GHRepository -
  -
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.GHCommitComment -
Deletes this comment. -
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 -
  -
enableDownloads(boolean) - -Method in class org.kohsuke.github.GHRepository -
  -
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 -
  -
following - -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

-
-
getAction() - -Method in class org.kohsuke.github.GHEventPayload.PullRequest -
  -
getActor() - -Method in class org.kohsuke.github.GHEventInfo -
  -
getAuthor() - -Method in class org.kohsuke.github.GHCommit -
  -
getAvatarUrl() - -Method in class org.kohsuke.github.GHPerson -
Returns a string like 'https://secure.gravatar.com/avatar/0cb9832a01c22c083390f3c5dcb64105' - that indicates the avatar image URL. -
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. -
getBlobUrl() - -Method in class org.kohsuke.github.GHCommit.File -
URL like 'https://github.com/jenkinsci/jenkins/blob/1182e2ebb1734d0653142bd422ad33c21437f7cf/core/pom.xml' - that resolves to the HTML page that describes this file. -
getBlog() - -Method in class org.kohsuke.github.GHPerson -
Gets the blog URL of this user. -
getBody() - -Method in class org.kohsuke.github.GHCommitComment -
Commit comment in the GitHub flavored markdown format. -
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. -
getBranches() - -Method in class org.kohsuke.github.GHRepository -
Gets branches by their names. -
getClosedAt() - -Method in class org.kohsuke.github.GHPullRequest -
  -
getClosedIssues() - -Method in class org.kohsuke.github.GHMilestone -
  -
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. -
getCommit() - -Method in class org.kohsuke.github.GHCommitComment -
Gets the commit to which this comment is associated with. -
getCommit(String) - -Method in class org.kohsuke.github.GHRepository -
Gets a commit object in this repository. -
getCommitter() - -Method in class org.kohsuke.github.GHCommit -
  -
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.GHCommitComment -
  -
getCreatedAt() - -Method in class org.kohsuke.github.GHEventInfo -
  -
getCreatedAt() - -Method in class org.kohsuke.github.GHIssue -
  -
getCreatedAt() - -Method in class org.kohsuke.github.GHIssueComment -
  -
getCreatedAt() - -Method in class org.kohsuke.github.GHMilestone -
  -
getCreatedAt() - -Method in class org.kohsuke.github.GHPerson -
  -
getCreatedAt() - -Method in class org.kohsuke.github.GHRepository -
  -
getCreator() - -Method in class org.kohsuke.github.GHMilestone -
  -
getDescription() - -Method in class org.kohsuke.github.GHMilestone -
  -
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 -
getDueOn() - -Method in class org.kohsuke.github.GHMilestone -
  -
getEmail() - -Method in class org.kohsuke.github.GHPerson -
Gets the e-mail address of the user. -
getEmails() - -Method in class org.kohsuke.github.GHMyself -
Returns the read-only list of e-mail addresses configured for you. -
getEvents() - -Method in class org.kohsuke.github.GHHook -
  -
getEvents() - -Method in class org.kohsuke.github.GitHub -
Public events visible to you. -
getFileName() - -Method in class org.kohsuke.github.GHCommit.File -
Just the base name and the extension without any directory name. -
getFiles() - -Method in class org.kohsuke.github.GHCommit -
List of files changed/added/removed in this commit. -
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 -
  -
getGitTransportUrl() - -Method in class org.kohsuke.github.GHRepository -
Gets the git:// URL to this repository, such as "git://github.com/kohsuke/jenkins.git" - This URL is read-only. -
getGravatarId() - -Method in class org.kohsuke.github.GHPerson -
Deprecated. No longer available in the v3 API. -
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. -
getHtmlUrl() - -Method in class org.kohsuke.github.GHCommitComment -
URL like 'https://github.com/kohsuke/sandbox-ant/commit/8ae38db0ea5837313ab5f39d43a6f73de3bd9000#commitcomment-1252827' to - show this commit comment in a browser. -
getId() - -Method in class org.kohsuke.github.GHCommitComment -
  -
getId() - -Method in class org.kohsuke.github.GHHook -
  -
getId() - -Method in class org.kohsuke.github.GHIssueComment -
  -
getId() - -Method in class org.kohsuke.github.GHKey -
  -
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 -
  -
getKey() - -Method in class org.kohsuke.github.GHKey -
  -
getLabel() - -Method in class org.kohsuke.github.GHCommitPointer -
String that looks like "USERNAME:REF". -
getLabels() - -Method in class org.kohsuke.github.GHIssue -
  -
getLanguage() - -Method in class org.kohsuke.github.GHRepository -
Gets the primary programming language. -
getLine() - -Method in class org.kohsuke.github.GHCommitComment -
A commit comment can be on a specific line of a specific file, if so, this field points to the line number in the file. -
getLinesAdded() - -Method in class org.kohsuke.github.GHCommit.File -
Number of lines added. -
getLinesAdded() - -Method in class org.kohsuke.github.GHCommit -
Number of lines added. -
getLinesChanged() - -Method in class org.kohsuke.github.GHCommit.File -
Number of lines added + removed. -
getLinesChanged() - -Method in class org.kohsuke.github.GHCommit -
Number of lines added + removed. -
getLinesDeleted() - -Method in class org.kohsuke.github.GHCommit.File -
Number of lines removed. -
getLinesDeleted() - -Method in class org.kohsuke.github.GHCommit -
Number of lines removed. -
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' -
getMasterBranch() - -Method in class org.kohsuke.github.GHRepository -
Returns the primary branch you'll configure in the "Admin > Options" config page. -
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. -
getMilestone(int) - -Method in class org.kohsuke.github.GHRepository -
  -
getMilestones() - -Method in class org.kohsuke.github.GHRepository -
  -
getMyOrganizations() - -Method in class org.kohsuke.github.GitHub -
This method returns a shallowly populated organizations. -
getMyself() - -Method in class org.kohsuke.github.GitHub -
Gets the GHUser that represents yourself. -
getName() - -Method in class org.kohsuke.github.GHBranch -
  -
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 -
Short repository name without the owner. -
getName() - -Method in class org.kohsuke.github.GHTeam -
  -
getNumber() - -Method in class org.kohsuke.github.GHEventPayload.PullRequest -
  -
getNumber() - -Method in class org.kohsuke.github.GHIssue -
ID. -
getNumber() - -Method in class org.kohsuke.github.GHMilestone -
  -
getOpenIssueCount() - -Method in class org.kohsuke.github.GHRepository -
  -
getOpenIssues() - -Method in class org.kohsuke.github.GHMilestone -
  -
getOrganization() - -Method in class org.kohsuke.github.GHEventInfo -
  -
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.GHBranch -
Repository that this branch is in. -
getOwner() - -Method in class org.kohsuke.github.GHCommit -
The repository that contains the commit. -
getOwner() - -Method in class org.kohsuke.github.GHCommitComment -
  -
getOwner() - -Method in class org.kohsuke.github.GHMilestone -
  -
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. -
getParents() - -Method in class org.kohsuke.github.GHCommit -
Resolves the parent commit objects and return them. -
getParentSHA1s() - -Method in class org.kohsuke.github.GHCommit -
Returns the SHA1 of parent commit objects. -
getPatch() - -Method in class org.kohsuke.github.GHCommit.File -
The actual change. -
getPatchUrl() - -Method in class org.kohsuke.github.GHPullRequest -
The URL of the patch file. -
getPath() - -Method in class org.kohsuke.github.GHCommitComment -
A commit comment can be on a specific line of a specific file, if so, this field points to a file. -
getPayload(Class<T>) - -Method in class org.kohsuke.github.GHEventInfo -
Retrieves the payload. -
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 -
  -
getPublicKeys() - -Method in class org.kohsuke.github.GHMyself -
Returns the read-only list of all the pulic keys of the current user. -
getPublicRepoCount() - -Method in class org.kohsuke.github.GHPerson -
  -
getPullRequest() - -Method in class org.kohsuke.github.GHEventPayload.PullRequest -
  -
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 -
  -
getRateLimit() - -Method in class org.kohsuke.github.GitHub -
Gets the current rate limit. -
getRawUrl() - -Method in class org.kohsuke.github.GHCommit.File -
URL like 'https://raw.github.com/jenkinsci/jenkins/4eb17c197dfdcf8ef7ff87eb160f24f6a20b7f0e/core/pom.xml' - that resolves to the actual content of the file. -
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.GHEventInfo -
Repository where the change was made. -
getRepository() - -Method in class org.kohsuke.github.GHIssue -
Repository to which the issue belongs. -
getRepository(String) - -Method in class org.kohsuke.github.GHPerson -
  -
getRepository(String) - -Method in class org.kohsuke.github.GitHub -
Gets the repository object from 'user/reponame' string that GitHub calls as "repository name" -
getRoot() - -Method in class org.kohsuke.github.GHBranch -
  -
getRoot() - -Method in class org.kohsuke.github.GHMilestone -
  -
getSha() - -Method in class org.kohsuke.github.GHCommit.File -
[0-9a-f]{40} SHA1 checksum. -
getSha() - -Method in class org.kohsuke.github.GHCommitPointer -
SHA1 of the commit. -
getSHA1() - -Method in class org.kohsuke.github.GHBranch -
The commit that this branch currently points to. -
getSHA1() - -Method in class org.kohsuke.github.GHCommit -
[0-9a-f]{40} SHA1 checksum. -
getSHA1() - -Method in class org.kohsuke.github.GHCommitComment -
  -
getSize() - -Method in class org.kohsuke.github.GHRepository -
  -
getState() - -Method in class org.kohsuke.github.GHIssue -
  -
getState() - -Method in class org.kohsuke.github.GHMilestone -
  -
getStatus() - -Method in class org.kohsuke.github.GHCommit.File -
"modified", "added", or "deleted" -
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 -
  -
getTitle() - -Method in class org.kohsuke.github.GHKey -
  -
getTitle() - -Method in class org.kohsuke.github.GHMilestone -
  -
getType() - -Method in class org.kohsuke.github.GHEventInfo -
  -
getUpdatedAt() - -Method in class org.kohsuke.github.GHCommitComment -
  -
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.GHKey -
Something like "https://api.github.com/user/keys/73593" -
getUrl() - -Method in class org.kohsuke.github.GHMilestone -
  -
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/jenkins' -
getUser() - -Method in class org.kohsuke.github.GHCommitComment -
Gets the user who put this comment. -
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 -
  -
GHBranch - Class in org.kohsuke.github
A branch in a repository.
GHBranch() - -Constructor for class org.kohsuke.github.GHBranch -
  -
GHBranch.Commit - Class in org.kohsuke.github
 
GHBranch.Commit() - -Constructor for class org.kohsuke.github.GHBranch.Commit -
  -
GHCommit - Class in org.kohsuke.github
A commit in a repository.
GHCommit() - -Constructor for class org.kohsuke.github.GHCommit -
  -
GHCommit.File - Class in org.kohsuke.github
A file that was modified.
GHCommit.File() - -Constructor for class org.kohsuke.github.GHCommit.File -
  -
GHCommit.Parent - Class in org.kohsuke.github
 
GHCommit.Parent() - -Constructor for class org.kohsuke.github.GHCommit.Parent -
  -
GHCommit.Stats - Class in org.kohsuke.github
 
GHCommit.Stats() - -Constructor for class org.kohsuke.github.GHCommit.Stats -
  -
GHCommitComment - Class in org.kohsuke.github
A comment attached to a commit (or a specific line in a specific file of a commit.)
GHCommitComment() - -Constructor for class org.kohsuke.github.GHCommitComment -
  -
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.
GHEventInfo - Class in org.kohsuke.github
Represents an event.
GHEventInfo() - -Constructor for class org.kohsuke.github.GHEventInfo -
  -
GHEventInfo.GHEventRepository - Class in org.kohsuke.github
Inside the event JSON model, GitHub uses a slightly different format.
GHEventInfo.GHEventRepository() - -Constructor for class org.kohsuke.github.GHEventInfo.GHEventRepository -
  -
GHEventPayload - Class in org.kohsuke.github
Base type for types used in databinding of the event payload.
GHEventPayload.PullRequest - Class in org.kohsuke.github
 
GHEventPayload.PullRequest() - -Constructor for class org.kohsuke.github.GHEventPayload.PullRequest -
  -
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
 
GHKey - Class in org.kohsuke.github
SSH public key.
GHKey() - -Constructor for class org.kohsuke.github.GHKey -
  -
GHMilestone - Class in org.kohsuke.github
 
GHMilestone() - -Constructor for class org.kohsuke.github.GHMilestone -
  -
GHMilestoneState - Enum in org.kohsuke.github
 
GHMyself - Class in org.kohsuke.github
Represents the account that's logging into GitHub.
GHMyself() - -Constructor for class org.kohsuke.github.GHMyself -
  -
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(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 -
  -
GHRateLimit - Class in org.kohsuke.github
Rate limit.
GHRateLimit() - -Constructor for class org.kohsuke.github.GHRateLimit -
  -
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 -
  -
gitHttpTransportUrl() - -Method in class org.kohsuke.github.GHRepository -
Gets the HTTPS URL to this repository, such as "https://github.com/kohsuke/jenkins.git" - This URL is read-only. -
GitHub - Class in org.kohsuke.github
Root of the GitHub API.
gravatar_id - -Variable in class org.kohsuke.github.GHPerson -
  -
-
-

-H

-
-
hasAdminAccess() - -Method in class org.kohsuke.github.GHRepository -
  -
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 -
  -
hasNext() - -Method in class org.kohsuke.github.PagedIterator -
  -
hasPullAccess() - -Method in class org.kohsuke.github.GHRepository -
  -
hasPushAccess() - -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 -
  -
isVerified() - -Method in class org.kohsuke.github.GHKey -
  -
iterateRepositories(int) - -Method in class org.kohsuke.github.GHPerson -
Loads repository list in a pagenated fashion. -
iterator() - -Method in interface org.kohsuke.github.PagedIterable -
  -
-
-

-L

-
-
limit - -Variable in class org.kohsuke.github.GHRateLimit -
Alotted API call per hour. -
listComments() - -Method in class org.kohsuke.github.GHCommit -
Lists up all the commit comments in this repository. -
listCommitComments() - -Method in class org.kohsuke.github.GHRepository -
Lists up all the commit comments in this repository. -
listCommits() - -Method in class org.kohsuke.github.GHRepository -
Lists all the commits. -
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 -
  -
next() - -Method in class org.kohsuke.github.PagedIterator -
  -
nextPage() - -Method in class org.kohsuke.github.PagedIterator -
Gets the next page worth of data. -
-
-

-O

-
-
org - -Variable in class org.kohsuke.github.GHTeam -
  -
org.kohsuke.github - package org.kohsuke.github
 
-
-

-P

-
-
PagedIterable<T> - Interface in org.kohsuke.github
 
PagedIterator<T> - Class in org.kohsuke.github
Iterator over a pagenated data source.
parseEventPayload(Reader, Class<T>) - -Method in class org.kohsuke.github.GitHub -
Parses the GitHub event object. -
public_gists - -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

-
-
remaining - -Variable in class org.kohsuke.github.GHRateLimit -
Remaining calls that can be made. -
remove(GHUser) - -Method in class org.kohsuke.github.GHTeam -
Removes a member to the team. -
remove(GHRepository) - -Method in class org.kohsuke.github.GHTeam -
  -
remove() - -Method in class org.kohsuke.github.PagedIterator -
  -
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. -
root - -Variable in class org.kohsuke.github.GHEventPayload -
  -
-
-

-S

-
-
setBody(String) - -Method in class org.kohsuke.github.GHIssue -
  -
setDescription(String) - -Method in class org.kohsuke.github.GHRepository -
  -
setEmailServiceHook(String) - -Method in class org.kohsuke.github.GHRepository -
  -
setHomepage(String) - -Method in class org.kohsuke.github.GHRepository -
  -
setLabels(String...) - -Method in class org.kohsuke.github.GHIssue -
  -
setTitle(String) - -Method in class org.kohsuke.github.GHIssue -
  -
-
-

-T

-
-
toString() - -Method in class org.kohsuke.github.GHBranch -
  -
toString() - -Method in class org.kohsuke.github.GHKey -
  -
toString() - -Method in class org.kohsuke.github.GHRateLimit -
  -
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. -
update(String) - -Method in class org.kohsuke.github.GHCommitComment -
Updates the body of the commit message. -
-
-

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

-W

-
-
wrap(GHRepository) - -Method in class org.kohsuke.github.GHMilestone -
  -
wrapUp(T[]) - -Method in class org.kohsuke.github.PagedIterator -
  -
-
-A B C D E F G H I L N O P R S T U V W - +
A B C D E F G H I L N O P R S T U V W  + + +

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
+
 
+
assignTo(GHUser) - Method in class org.kohsuke.github.GHIssue
+
 
+
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
+
 
+
connectUsingOAuth(String, String) - Static method in class org.kohsuke.github.GitHub
+
 
+
createComment(String, String, Integer, Integer) - Method in class org.kohsuke.github.GHCommit
+
+
Creates a commit comment.
+
+
createComment(String) - Method in class org.kohsuke.github.GHCommit
+
 
+
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.
+
+
createMilestone(String, String) - Method in class org.kohsuke.github.GHRepository
+
 
+
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.GHCommitComment
+
+
Deletes this comment.
+
+
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
+
 
+
enableDownloads(boolean) - Method in class org.kohsuke.github.GHRepository
+
 
+
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
+
 
+
following - 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

+
+
getAction() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
+
 
+
getActor() - Method in class org.kohsuke.github.GHEventInfo
+
 
+
getAuthor() - Method in class org.kohsuke.github.GHCommit
+
 
+
getAvatarUrl() - Method in class org.kohsuke.github.GHPerson
+
+
Returns a string like 'https://secure.gravatar.com/avatar/0cb9832a01c22c083390f3c5dcb64105' + that indicates the avatar image URL.
+
+
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.
+
+
getBlobUrl() - Method in class org.kohsuke.github.GHCommit.File
+
+
URL like 'https://github.com/jenkinsci/jenkins/blob/1182e2ebb1734d0653142bd422ad33c21437f7cf/core/pom.xml' + that resolves to the HTML page that describes this file.
+
+
getBlog() - Method in class org.kohsuke.github.GHPerson
+
+
Gets the blog URL of this user.
+
+
getBody() - Method in class org.kohsuke.github.GHCommitComment
+
+
Commit comment in the GitHub flavored markdown format.
+
+
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.
+
+
getBranches() - Method in class org.kohsuke.github.GHRepository
+
+
Gets branches by their names.
+
+
getClosedAt() - Method in class org.kohsuke.github.GHPullRequest
+
 
+
getClosedIssues() - Method in class org.kohsuke.github.GHMilestone
+
 
+
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.
+
+
getCommit() - Method in class org.kohsuke.github.GHCommitComment
+
+
Gets the commit to which this comment is associated with.
+
+
getCommit(String) - Method in class org.kohsuke.github.GHRepository
+
+
Gets a commit object in this repository.
+
+
getCommitter() - Method in class org.kohsuke.github.GHCommit
+
 
+
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.GHCommitComment
+
 
+
getCreatedAt() - Method in class org.kohsuke.github.GHEventInfo
+
 
+
getCreatedAt() - Method in class org.kohsuke.github.GHIssue
+
 
+
getCreatedAt() - Method in class org.kohsuke.github.GHIssueComment
+
 
+
getCreatedAt() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getCreatedAt() - Method in class org.kohsuke.github.GHPerson
+
 
+
getCreatedAt() - Method in class org.kohsuke.github.GHRepository
+
 
+
getCreator() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getDescription() - Method in class org.kohsuke.github.GHMilestone
+
 
+
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
+
+
getDueOn() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getEmail() - Method in class org.kohsuke.github.GHPerson
+
+
Gets the e-mail address of the user.
+
+
getEmails() - Method in class org.kohsuke.github.GHMyself
+
+
Returns the read-only list of e-mail addresses configured for you.
+
+
getEvents() - Method in class org.kohsuke.github.GHHook
+
 
+
getEvents() - Method in class org.kohsuke.github.GitHub
+
+
Public events visible to you.
+
+
getFileName() - Method in class org.kohsuke.github.GHCommit.File
+
+
Just the base name and the extension without any directory name.
+
+
getFiles() - Method in class org.kohsuke.github.GHCommit
+
+
List of files changed/added/removed in this commit.
+
+
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
+
 
+
getGitTransportUrl() - Method in class org.kohsuke.github.GHRepository
+
+
Gets the git:// URL to this repository, such as "git://github.com/kohsuke/jenkins.git" + This URL is read-only.
+
+
getGravatarId() - Method in class org.kohsuke.github.GHPerson
+
+
Deprecated. +
No longer available in the v3 API.
+
+
+
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.
+
+
getHtmlUrl() - Method in class org.kohsuke.github.GHCommitComment
+
+
URL like 'https://github.com/kohsuke/sandbox-ant/commit/8ae38db0ea5837313ab5f39d43a6f73de3bd9000#commitcomment-1252827' to + show this commit comment in a browser.
+
+
getId() - Method in class org.kohsuke.github.GHCommitComment
+
 
+
getId() - Method in class org.kohsuke.github.GHHook
+
 
+
getId() - Method in class org.kohsuke.github.GHIssueComment
+
 
+
getId() - Method in class org.kohsuke.github.GHKey
+
 
+
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
+
 
+
getKey() - Method in class org.kohsuke.github.GHKey
+
 
+
getLabel() - Method in class org.kohsuke.github.GHCommitPointer
+
+
String that looks like "USERNAME:REF".
+
+
getLabels() - Method in class org.kohsuke.github.GHIssue
+
 
+
getLanguage() - Method in class org.kohsuke.github.GHRepository
+
+
Gets the primary programming language.
+
+
getLine() - Method in class org.kohsuke.github.GHCommitComment
+
+
A commit comment can be on a specific line of a specific file, if so, this field points to the line number in the file.
+
+
getLinesAdded() - Method in class org.kohsuke.github.GHCommit.File
+
+
Number of lines added.
+
+
getLinesAdded() - Method in class org.kohsuke.github.GHCommit
+
+
Number of lines added.
+
+
getLinesChanged() - Method in class org.kohsuke.github.GHCommit.File
+
+
Number of lines added + removed.
+
+
getLinesChanged() - Method in class org.kohsuke.github.GHCommit
+
+
Number of lines added + removed.
+
+
getLinesDeleted() - Method in class org.kohsuke.github.GHCommit.File
+
+
Number of lines removed.
+
+
getLinesDeleted() - Method in class org.kohsuke.github.GHCommit
+
+
Number of lines removed.
+
+
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'
+
+
getMasterBranch() - Method in class org.kohsuke.github.GHRepository
+
+
Returns the primary branch you'll configure in the "Admin > Options" config page.
+
+
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.
+
+
getMilestone(int) - Method in class org.kohsuke.github.GHRepository
+
 
+
getMilestones() - Method in class org.kohsuke.github.GHRepository
+
 
+
getMyOrganizations() - Method in class org.kohsuke.github.GitHub
+
+
This method returns a shallowly populated organizations.
+
+
getMyself() - Method in class org.kohsuke.github.GitHub
+
+
Gets the GHUser that represents yourself.
+
+
getName() - Method in class org.kohsuke.github.GHBranch
+
 
+
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
+
+
Short repository name without the owner.
+
+
getName() - Method in class org.kohsuke.github.GHTeam
+
 
+
getNumber() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
+
 
+
getNumber() - Method in class org.kohsuke.github.GHIssue
+
+
ID.
+
+
getNumber() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getOpenIssueCount() - Method in class org.kohsuke.github.GHRepository
+
 
+
getOpenIssues() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getOrganization() - Method in class org.kohsuke.github.GHEventInfo
+
 
+
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.GHBranch
+
+
Repository that this branch is in.
+
+
getOwner() - Method in class org.kohsuke.github.GHCommit
+
+
The repository that contains the commit.
+
+
getOwner() - Method in class org.kohsuke.github.GHCommitComment
+
 
+
getOwner() - Method in class org.kohsuke.github.GHMilestone
+
 
+
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.
+
+
getParents() - Method in class org.kohsuke.github.GHCommit
+
+
Resolves the parent commit objects and return them.
+
+
getParentSHA1s() - Method in class org.kohsuke.github.GHCommit
+
+
Returns the SHA1 of parent commit objects.
+
+
getPatch() - Method in class org.kohsuke.github.GHCommit.File
+
+
The actual change.
+
+
getPatchUrl() - Method in class org.kohsuke.github.GHPullRequest
+
+
The URL of the patch file.
+
+
getPath() - Method in class org.kohsuke.github.GHCommitComment
+
+
A commit comment can be on a specific line of a specific file, if so, this field points to a file.
+
+
getPayload(Class<T>) - Method in class org.kohsuke.github.GHEventInfo
+
+
Retrieves the payload.
+
+
getPermission() - Method in class org.kohsuke.github.GHTeam
+
 
+
getPostCommitHooks() - Method in class org.kohsuke.github.GHRepository
+
+ +
+
getPublicGistCount() - Method in class org.kohsuke.github.GHPerson
+
 
+
getPublicKeys() - Method in class org.kohsuke.github.GHMyself
+
+
Returns the read-only list of all the pulic keys of the current user.
+
+
getPublicRepoCount() - Method in class org.kohsuke.github.GHPerson
+
 
+
getPullRequest() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
+
 
+
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
+
 
+
getRateLimit() - Method in class org.kohsuke.github.GitHub
+
+
Gets the current rate limit.
+
+
getRawUrl() - Method in class org.kohsuke.github.GHCommit.File
+
+
URL like 'https://raw.github.com/jenkinsci/jenkins/4eb17c197dfdcf8ef7ff87eb160f24f6a20b7f0e/core/pom.xml' + that resolves to the actual content of the file.
+
+
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.GHEventInfo
+
+
Repository where the change was made.
+
+
getRepository() - Method in class org.kohsuke.github.GHIssue
+
+
Repository to which the issue belongs.
+
+
getRepository(String) - Method in class org.kohsuke.github.GHPerson
+
 
+
getRepository(String) - Method in class org.kohsuke.github.GitHub
+
+
Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
+
+
getRoot() - Method in class org.kohsuke.github.GHBranch
+
 
+
getRoot() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getSha() - Method in class org.kohsuke.github.GHCommit.File
+
+
[0-9a-f]{40} SHA1 checksum.
+
+
getSha() - Method in class org.kohsuke.github.GHCommitPointer
+
+
SHA1 of the commit.
+
+
getSHA1() - Method in class org.kohsuke.github.GHBranch
+
+
The commit that this branch currently points to.
+
+
getSHA1() - Method in class org.kohsuke.github.GHCommit
+
+
[0-9a-f]{40} SHA1 checksum.
+
+
getSHA1() - Method in class org.kohsuke.github.GHCommitComment
+
 
+
getSize() - Method in class org.kohsuke.github.GHRepository
+
 
+
getState() - Method in class org.kohsuke.github.GHIssue
+
 
+
getState() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getStatus() - Method in class org.kohsuke.github.GHCommit.File
+
+
"modified", "added", or "deleted"
+
+
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
+
 
+
getTitle() - Method in class org.kohsuke.github.GHKey
+
 
+
getTitle() - Method in class org.kohsuke.github.GHMilestone
+
 
+
getType() - Method in class org.kohsuke.github.GHEventInfo
+
 
+
getUpdatedAt() - Method in class org.kohsuke.github.GHCommitComment
+
 
+
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.GHKey
+
+
Something like "https://api.github.com/user/keys/73593"
+
+
getUrl() - Method in class org.kohsuke.github.GHMilestone
+
 
+
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/jenkins'
+
+
getUser() - Method in class org.kohsuke.github.GHCommitComment
+
+
Gets the user who put this comment.
+
+
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
+
 
+
GHBranch - Class in org.kohsuke.github
+
+
A branch in a repository.
+
+
GHBranch() - Constructor for class org.kohsuke.github.GHBranch
+
 
+
GHBranch.Commit - Class in org.kohsuke.github
+
 
+
GHBranch.Commit() - Constructor for class org.kohsuke.github.GHBranch.Commit
+
 
+
GHCommit - Class in org.kohsuke.github
+
+
A commit in a repository.
+
+
GHCommit() - Constructor for class org.kohsuke.github.GHCommit
+
 
+
GHCommit.File - Class in org.kohsuke.github
+
+
A file that was modified.
+
+
GHCommit.File() - Constructor for class org.kohsuke.github.GHCommit.File
+
 
+
GHCommit.Parent - Class in org.kohsuke.github
+
 
+
GHCommit.Parent() - Constructor for class org.kohsuke.github.GHCommit.Parent
+
 
+
GHCommit.Stats - Class in org.kohsuke.github
+
 
+
GHCommit.Stats() - Constructor for class org.kohsuke.github.GHCommit.Stats
+
 
+
GHCommitComment - Class in org.kohsuke.github
+
+
A comment attached to a commit (or a specific line in a specific file of a commit.)
+
+
GHCommitComment() - Constructor for class org.kohsuke.github.GHCommitComment
+
 
+
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.
+
+
GHEventInfo - Class in org.kohsuke.github
+
+
Represents an event.
+
+
GHEventInfo() - Constructor for class org.kohsuke.github.GHEventInfo
+
 
+
GHEventInfo.GHEventRepository - Class in org.kohsuke.github
+
+
Inside the event JSON model, GitHub uses a slightly different format.
+
+
GHEventInfo.GHEventRepository() - Constructor for class org.kohsuke.github.GHEventInfo.GHEventRepository
+
 
+
GHEventPayload - Class in org.kohsuke.github
+
+
Base type for types used in databinding of the event payload.
+
+
GHEventPayload.PullRequest - Class in org.kohsuke.github
+
 
+
GHEventPayload.PullRequest() - Constructor for class org.kohsuke.github.GHEventPayload.PullRequest
+
 
+
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
+
 
+
GHKey - Class in org.kohsuke.github
+
+
SSH public key.
+
+
GHKey() - Constructor for class org.kohsuke.github.GHKey
+
 
+
GHMilestone - Class in org.kohsuke.github
+
 
+
GHMilestone() - Constructor for class org.kohsuke.github.GHMilestone
+
 
+
GHMilestoneState - Enum in org.kohsuke.github
+
 
+
GHMyself - Class in org.kohsuke.github
+
+
Represents the account that's logging into GitHub.
+
+
GHMyself() - Constructor for class org.kohsuke.github.GHMyself
+
 
+
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(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
+
 
+
GHRateLimit - Class in org.kohsuke.github
+
+
Rate limit.
+
+
GHRateLimit() - Constructor for class org.kohsuke.github.GHRateLimit
+
 
+
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
+
 
+
gitHttpTransportUrl() - Method in class org.kohsuke.github.GHRepository
+
+
Gets the HTTPS URL to this repository, such as "https://github.com/kohsuke/jenkins.git" + This URL is read-only.
+
+
GitHub - Class in org.kohsuke.github
+
+
Root of the GitHub API.
+
+
gravatar_id - Variable in class org.kohsuke.github.GHPerson
+
 
+
+ + + +

H

+
+
hasAdminAccess() - Method in class org.kohsuke.github.GHRepository
+
 
+
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
+
 
+
hasNext() - Method in class org.kohsuke.github.PagedIterator
+
 
+
hasPullAccess() - Method in class org.kohsuke.github.GHRepository
+
 
+
hasPushAccess() - 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
+
 
+
isVerified() - Method in class org.kohsuke.github.GHKey
+
 
+
iterateRepositories(int) - Method in class org.kohsuke.github.GHPerson
+
+
Loads repository list in a pagenated fashion.
+
+
iterator() - Method in interface org.kohsuke.github.PagedIterable
+
 
+
+ + + +

L

+
+
limit - Variable in class org.kohsuke.github.GHRateLimit
+
+
Alotted API call per hour.
+
+
listComments() - Method in class org.kohsuke.github.GHCommit
+
+
Lists up all the commit comments in this repository.
+
+
listCommitComments() - Method in class org.kohsuke.github.GHRepository
+
+
Lists up all the commit comments in this repository.
+
+
listCommits() - Method in class org.kohsuke.github.GHRepository
+
+
Lists all the commits.
+
+
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
+
 
+
next() - Method in class org.kohsuke.github.PagedIterator
+
 
+
nextPage() - Method in class org.kohsuke.github.PagedIterator
+
+
Gets the next page worth of data.
+
+
+ + + +

O

+
+
org - Variable in class org.kohsuke.github.GHTeam
+
 
+
org.kohsuke.github - package org.kohsuke.github
+
 
+
+ + + +

P

+
+
PagedIterable<T> - Interface in org.kohsuke.github
+
 
+
PagedIterator<T> - Class in org.kohsuke.github
+
+
Iterator over a pagenated data source.
+
+
parseEventPayload(Reader, Class<T>) - Method in class org.kohsuke.github.GitHub
+
+
Parses the GitHub event object.
+
+
public_gists - 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

+
+
remaining - Variable in class org.kohsuke.github.GHRateLimit
+
+
Remaining calls that can be made.
+
+
remove(GHUser) - Method in class org.kohsuke.github.GHTeam
+
+
Removes a member to the team.
+
+
remove(GHRepository) - Method in class org.kohsuke.github.GHTeam
+
 
+
remove() - Method in class org.kohsuke.github.PagedIterator
+
 
+
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.
+
+
root - Variable in class org.kohsuke.github.GHEventPayload
+
 
+
+ + + +

S

+
+
setBody(String) - Method in class org.kohsuke.github.GHIssue
+
 
+
setDescription(String) - Method in class org.kohsuke.github.GHRepository
+
 
+
setEmailServiceHook(String) - Method in class org.kohsuke.github.GHRepository
+
 
+
setHomepage(String) - Method in class org.kohsuke.github.GHRepository
+
 
+
setLabels(String...) - Method in class org.kohsuke.github.GHIssue
+
 
+
setTitle(String) - Method in class org.kohsuke.github.GHIssue
+
 
+
+ + + +

T

+
+
toString() - Method in class org.kohsuke.github.GHBranch
+
 
+
toString() - Method in class org.kohsuke.github.GHKey
+
 
+
toString() - Method in class org.kohsuke.github.GHRateLimit
+
 
+
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.
+
+
update(String) - Method in class org.kohsuke.github.GHCommitComment
+
+
Updates the body of the commit message.
+
+
+ + + +

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

W

+
+
wrap(GHRepository) - Method in class org.kohsuke.github.GHMilestone
+
 
+
wrapUp(T[]) - Method in class org.kohsuke.github.PagedIterator
+
 
+
+A B C D E F G H I L N O P R S T U V W 
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/index.html b/apidocs/index.html index 4fbc996b1..03c596b6b 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -1,13 +1,11 @@ - - - - - - -GitHub API for Java 1.28 API - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="org/kohsuke/github/package-summary.html">Non-frame version.</A> - - - + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/kohsuke/github/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/apidocs/options b/apidocs/options index 9897d5c55..5905713b7 100644 --- a/apidocs/options +++ b/apidocs/options @@ -1,24 +1,24 @@ -classpath -'/home/kohsuke/ws/github-api/target/checkout/target/classes:/files/kohsuke/.m2/repository/org/jvnet/hudson/annotation-indexer/1.2/annotation-indexer-1.2.jar:/files/kohsuke/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/files/kohsuke/.m2/repository/com/infradna/tool/bridge-method-annotation/1.4/bridge-method-annotation-1.4.jar:/files/kohsuke/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar:/files/kohsuke/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/files/kohsuke/.m2/repository/org/w3c/css/sac/1.3/sac-1.3.jar:/files/kohsuke/.m2/repository/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar:/files/kohsuke/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/files/kohsuke/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.jar:/files/kohsuke/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar:/files/kohsuke/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.0/jackson-mapper-asl-1.5.0.jar:/files/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit-core-js/2.6-hudson-1/htmlunit-core-js-2.6-hudson-1.jar:/files/kohsuke/.m2/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar:/files/kohsuke/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/files/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit/2.6-hudson-2/htmlunit-2.6-hudson-2.jar:/files/kohsuke/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.13/nekohtml-1.9.13.jar:/files/kohsuke/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar:/files/kohsuke/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar' +'/files/kohsuke/ws/github-api/target/checkout/target/classes:/home/kohsuke/.m2/repository/org/jvnet/hudson/annotation-indexer/1.2/annotation-indexer-1.2.jar:/home/kohsuke/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/home/kohsuke/.m2/repository/com/infradna/tool/bridge-method-annotation/1.4/bridge-method-annotation-1.4.jar:/home/kohsuke/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar:/home/kohsuke/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/home/kohsuke/.m2/repository/org/w3c/css/sac/1.3/sac-1.3.jar:/home/kohsuke/.m2/repository/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar:/home/kohsuke/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/home/kohsuke/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.jar:/home/kohsuke/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar:/home/kohsuke/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.0/jackson-mapper-asl-1.5.0.jar:/home/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit-core-js/2.6-hudson-1/htmlunit-core-js-2.6-hudson-1.jar:/home/kohsuke/.m2/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar:/home/kohsuke/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/home/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit/2.6-hudson-2/htmlunit-2.6-hudson-2.jar:/home/kohsuke/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.13/nekohtml-1.9.13.jar:/home/kohsuke/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar:/home/kohsuke/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar' -encoding 'UTF-8' -protected -sourcepath -'/home/kohsuke/ws/github-api/target/checkout/src/main/java' +'/files/kohsuke/ws/github-api/target/checkout/src/main/java' -author -bottom 'Copyright © 2012. All Rights Reserved.' -charset 'UTF-8' -d -'/home/kohsuke/ws/github-api/target/checkout/target/site/apidocs' +'/files/kohsuke/ws/github-api/target/checkout/target/site/apidocs' -docencoding 'UTF-8' -doctitle -'GitHub API for Java 1.27 API' +'GitHub API for Java 1.29 API' -linkoffline -'http://download.oracle.com/javase/1.5.0/docs/api' '/home/kohsuke/ws/github-api/target/checkout/target/javadoc-bundle-options' +'http://download.oracle.com/javase/1.5.0/docs/api' '/files/kohsuke/ws/github-api/target/checkout/target/javadoc-bundle-options' -use -version -windowtitle -'GitHub API for Java 1.27 API' \ No newline at end of file +'GitHub API for Java 1.29 API' \ No newline at end of file diff --git a/apidocs/org/kohsuke/github/GHBranch.Commit.html b/apidocs/org/kohsuke/github/GHBranch.Commit.html index 05c19a62c..739227ddc 100644 --- a/apidocs/org/kohsuke/github/GHBranch.Commit.html +++ b/apidocs/org/kohsuke/github/GHBranch.Commit.html @@ -1,226 +1,232 @@ - - - - - - -GHBranch.Commit (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHBranch.Commit

-
-java.lang.Object
-  extended by org.kohsuke.github.GHBranch.Commit
-
-
-
Enclosing class:
GHBranch
-
-
-
-
public static class GHBranch.Commit
extends Object
- - -

-


- -

- +

+
org.kohsuke.github
+

Class GHBranch.Commit

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHBranch.html b/apidocs/org/kohsuke/github/GHBranch.html index ee49c6a69..887316344 100644 --- a/apidocs/org/kohsuke/github/GHBranch.html +++ b/apidocs/org/kohsuke/github/GHBranch.html @@ -1,359 +1,340 @@ - - - - - - -GHBranch (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHBranch

-
-java.lang.Object
-  extended by org.kohsuke.github.GHBranch
-
-
-
-
public class GHBranch
extends Object
- - -

-A branch in a repository. -

- -

-

-
Author:
-
Yusuke Kokubo
-
-
- -

+

+
org.kohsuke.github
+

Class GHBranch

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHCommit.File.html b/apidocs/org/kohsuke/github/GHCommit.File.html index a1132dc08..47b60e5be 100644 --- a/apidocs/org/kohsuke/github/GHCommit.File.html +++ b/apidocs/org/kohsuke/github/GHCommit.File.html @@ -1,432 +1,396 @@ - - - - - - -GHCommit.File (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHCommit.File

-
-java.lang.Object
-  extended by org.kohsuke.github.GHCommit.File
-
-
-
Enclosing class:
GHCommit
-
-
-
-
public static class GHCommit.File
extends Object
- - -

-A file that was modified. -

- -

-


- -

- +

+
org.kohsuke.github
+

Class GHCommit.File

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHCommit.Parent.html b/apidocs/org/kohsuke/github/GHCommit.Parent.html index 43ff1501a..15a08c323 100644 --- a/apidocs/org/kohsuke/github/GHCommit.Parent.html +++ b/apidocs/org/kohsuke/github/GHCommit.Parent.html @@ -1,226 +1,232 @@ - - - - - - -GHCommit.Parent (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHCommit.Parent

-
-java.lang.Object
-  extended by org.kohsuke.github.GHCommit.Parent
-
-
-
Enclosing class:
GHCommit
-
-
-
-
public static class GHCommit.Parent
extends Object
- - -

-


- -

- +

+
org.kohsuke.github
+

Class GHCommit.Parent

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHCommit.Stats.html b/apidocs/org/kohsuke/github/GHCommit.Stats.html index 8685089b8..1f47f4d2f 100644 --- a/apidocs/org/kohsuke/github/GHCommit.Stats.html +++ b/apidocs/org/kohsuke/github/GHCommit.Stats.html @@ -1,226 +1,232 @@ - - - - - - -GHCommit.Stats (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHCommit.Stats

-
-java.lang.Object
-  extended by org.kohsuke.github.GHCommit.Stats
-
-
-
Enclosing class:
GHCommit
-
-
-
-
public static class GHCommit.Stats
extends Object
- - -

-


- -

- +

+
org.kohsuke.github
+

Class GHCommit.Stats

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHCommit.html b/apidocs/org/kohsuke/github/GHCommit.html index ef6b1ce86..8c70a1037 100644 --- a/apidocs/org/kohsuke/github/GHCommit.html +++ b/apidocs/org/kohsuke/github/GHCommit.html @@ -1,565 +1,500 @@ - - - - - - -GHCommit (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHCommit

-
-java.lang.Object
-  extended by org.kohsuke.github.GHCommit
-
-
-
-
public class GHCommit
extends Object
- - -

-A commit in a repository. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
See Also:
GHRepository.getCommit(String), -GHCommitComment.getCommit()
-
- -

+

+
org.kohsuke.github
+

Class GHCommit

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHCommitComment.html b/apidocs/org/kohsuke/github/GHCommitComment.html index 3fd7da209..c80c894a4 100644 --- a/apidocs/org/kohsuke/github/GHCommitComment.html +++ b/apidocs/org/kohsuke/github/GHCommitComment.html @@ -1,521 +1,458 @@ - - - - - - -GHCommitComment (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHCommitComment

-
-java.lang.Object
-  extended by org.kohsuke.github.GHCommitComment
-
-
-
-
public class GHCommitComment
extends Object
- - -

-A comment attached to a commit (or a specific line in a specific file of a commit.) -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
See Also:
GHRepository.listCommitComments(), -GHCommit.listComments(), -GHCommit.createComment(String, String, Integer, Integer)
-
- -

- +

+
org.kohsuke.github
+

Class GHCommitComment

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHCommitPointer.html b/apidocs/org/kohsuke/github/GHCommitPointer.html index 20f4e9722..52da94043 100644 --- a/apidocs/org/kohsuke/github/GHCommitPointer.html +++ b/apidocs/org/kohsuke/github/GHCommitPointer.html @@ -1,347 +1,328 @@ - - - - - - -GHCommitPointer (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHCommitPointer

-
-java.lang.Object
-  extended by org.kohsuke.github.GHCommitPointer
-
-
-
-
public class GHCommitPointer
extends Object
- - -

-Identifies a commit in GHPullRequest. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GHCommitPointer

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHEvent.html b/apidocs/org/kohsuke/github/GHEvent.html index 839f55e34..7cb4f5d10 100644 --- a/apidocs/org/kohsuke/github/GHEvent.html +++ b/apidocs/org/kohsuke/github/GHEvent.html @@ -1,571 +1,506 @@ - - - - - - -GHEvent (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Enum GHEvent

-
-java.lang.Object
-  extended by java.lang.Enum<GHEvent>
-      extended by org.kohsuke.github.GHEvent
-
-
-
All Implemented Interfaces:
Serializable, Comparable<GHEvent>
-
-
-
-
public enum GHEvent
extends Enum<GHEvent>
- +
+
org.kohsuke.github
+

Enum GHEvent

+
+
+ +
+ +
+
+ +
+
+
+
Returns:
an array containing the constants of this enum type, in +the order they are declared
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html b/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html index 4f25898bd..e49622a98 100644 --- a/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html +++ b/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html @@ -1,230 +1,233 @@ - - - - - - -GHEventInfo.GHEventRepository (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHEventInfo.GHEventRepository

-
-java.lang.Object
-  extended by org.kohsuke.github.GHEventInfo.GHEventRepository
-
-
-
Enclosing class:
GHEventInfo
-
-
-
-
public static class GHEventInfo.GHEventRepository
extends Object
- - -

-Inside the event JSON model, GitHub uses a slightly different format. -

- -

-


- -

- +

+
org.kohsuke.github
+

Class GHEventInfo.GHEventRepository

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHEventInfo.html b/apidocs/org/kohsuke/github/GHEventInfo.html index 5bdc57fb4..78c5540be 100644 --- a/apidocs/org/kohsuke/github/GHEventInfo.html +++ b/apidocs/org/kohsuke/github/GHEventInfo.html @@ -1,397 +1,365 @@ - - - - - - -GHEventInfo (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHEventInfo

-
-java.lang.Object
-  extended by org.kohsuke.github.GHEventInfo
-
-
-
-
public class GHEventInfo
extends Object
- - -

-Represents an event. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class GHEventInfo

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html b/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html index 0b6430632..db40cde5d 100644 --- a/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html +++ b/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html @@ -1,330 +1,321 @@ - - - - - - -GHEventPayload.PullRequest (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHEventPayload.PullRequest

-
-java.lang.Object
-  extended by org.kohsuke.github.GHEventPayload
-      extended by org.kohsuke.github.GHEventPayload.PullRequest
-
-
-
Enclosing class:
GHEventPayload
-
-
-
-
public static class GHEventPayload.PullRequest
extends GHEventPayload
- - -

-


- -

+

+
org.kohsuke.github
+

Class GHEventPayload.PullRequest

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.html b/apidocs/org/kohsuke/github/GHEventPayload.html index b5fb107ff..4bd18c5bc 100644 --- a/apidocs/org/kohsuke/github/GHEventPayload.html +++ b/apidocs/org/kohsuke/github/GHEventPayload.html @@ -1,253 +1,256 @@ - - - - - - -GHEventPayload (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHEventPayload

-
-java.lang.Object
-  extended by org.kohsuke.github.GHEventPayload
-
-
-
Direct Known Subclasses:
GHEventPayload.PullRequest
-
-
-
-
public abstract class GHEventPayload
extends Object
- - -

-Base type for types used in databinding of the event payload. -

- -

-

-
See Also:
GitHub.parseEventPayload(Reader, Class), -GHEventInfo.getPayload(Class)
-
- -

+

+
org.kohsuke.github
+

Class GHEventPayload

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHException.html b/apidocs/org/kohsuke/github/GHException.html index 5c336e292..1aae8b643 100644 --- a/apidocs/org/kohsuke/github/GHException.html +++ b/apidocs/org/kohsuke/github/GHException.html @@ -1,258 +1,271 @@ - - - - - - -GHException (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by org.kohsuke.github.GHException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class GHException
extends RuntimeException
- - -

-

-
Author:
-
Kohsuke Kawaguchi
-
See Also:
Serialized Form
-
- -

- +

+
org.kohsuke.github
+

Class GHException

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHHook.html b/apidocs/org/kohsuke/github/GHHook.html index 25e854dc0..ea7750424 100644 --- a/apidocs/org/kohsuke/github/GHHook.html +++ b/apidocs/org/kohsuke/github/GHHook.html @@ -1,355 +1,329 @@ - - - - - - -GHHook (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHHook

-
-java.lang.Object
-  extended by org.kohsuke.github.GHHook
-
-
-
-
public final class GHHook
extends Object
- - -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GHHook

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHIssue.html b/apidocs/org/kohsuke/github/GHIssue.html index 07890e5f4..10ae21400 100644 --- a/apidocs/org/kohsuke/github/GHIssue.html +++ b/apidocs/org/kohsuke/github/GHIssue.html @@ -1,608 +1,521 @@ - - - - - - -GHIssue (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHIssue

-
-java.lang.Object
-  extended by org.kohsuke.github.GHIssue
-
-
-
Direct Known Subclasses:
GHPullRequest
-
-
-
-
public class GHIssue
extends Object
- - -

-Represents an issue on GitHub. -

- -

-

-
Author:
-
Eric Maupin, Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GHIssue

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHIssueComment.html b/apidocs/org/kohsuke/github/GHIssueComment.html index 938957fb7..83054f165 100644 --- a/apidocs/org/kohsuke/github/GHIssueComment.html +++ b/apidocs/org/kohsuke/github/GHIssueComment.html @@ -1,384 +1,352 @@ - - - - - - -GHIssueComment (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHIssueComment

-
-java.lang.Object
-  extended by org.kohsuke.github.GHIssueComment
-
-
-
-
public class GHIssueComment
extends Object
- - -

-Comment to the issue -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GHIssueComment

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHIssueState.html b/apidocs/org/kohsuke/github/GHIssueState.html index 320d4d8c5..e291305ea 100644 --- a/apidocs/org/kohsuke/github/GHIssueState.html +++ b/apidocs/org/kohsuke/github/GHIssueState.html @@ -1,321 +1,321 @@ - - - - - - -GHIssueState (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Enum GHIssueState

-
-java.lang.Object
-  extended by java.lang.Enum<GHIssueState>
-      extended by org.kohsuke.github.GHIssueState
-
-
-
All Implemented Interfaces:
Serializable, Comparable<GHIssueState>
-
-
-
-
public enum GHIssueState
extends Enum<GHIssueState>
- - -

-


- -

+

+
org.kohsuke.github
+

Enum GHIssueState

+
+
+ +
+ +
+
+ +
+
+
+
Returns:
an array containing the constants of this enum type, in +the order they are declared
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHKey.html b/apidocs/org/kohsuke/github/GHKey.html index b6d835155..c679ac01c 100644 --- a/apidocs/org/kohsuke/github/GHKey.html +++ b/apidocs/org/kohsuke/github/GHKey.html @@ -1,359 +1,331 @@ - - - - - - -GHKey (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHKey

-
-java.lang.Object
-  extended by org.kohsuke.github.GHKey
-
-
-
-
public class GHKey
extends Object
- - -

-SSH public key. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GHKey

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHMilestone.html b/apidocs/org/kohsuke/github/GHMilestone.html index 93146965b..d110ec775 100644 --- a/apidocs/org/kohsuke/github/GHMilestone.html +++ b/apidocs/org/kohsuke/github/GHMilestone.html @@ -1,483 +1,414 @@ - - - - - - -GHMilestone (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHMilestone

-
-java.lang.Object
-  extended by org.kohsuke.github.GHMilestone
-
-
-
-
public class GHMilestone
extends Object
- - -

-

-
Author:
-
Yusuke Kokubo
-
-
- -

- +

+
org.kohsuke.github
+

Class GHMilestone

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHMilestoneState.html b/apidocs/org/kohsuke/github/GHMilestoneState.html index faa66379b..48870ea64 100644 --- a/apidocs/org/kohsuke/github/GHMilestoneState.html +++ b/apidocs/org/kohsuke/github/GHMilestoneState.html @@ -1,325 +1,323 @@ - - - - - - -GHMilestoneState (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Enum GHMilestoneState

-
-java.lang.Object
-  extended by java.lang.Enum<GHMilestoneState>
-      extended by org.kohsuke.github.GHMilestoneState
-
-
-
All Implemented Interfaces:
Serializable, Comparable<GHMilestoneState>
-
-
-
-
public enum GHMilestoneState
extends Enum<GHMilestoneState>
- - -

-

-
Author:
-
Yusuke Kokubo
-
-
- -

+

+
org.kohsuke.github
+

Enum GHMilestoneState

+
+
+ +
+ +
+
+ +
+
+
+
Returns:
an array containing the constants of this enum type, in +the order they are declared
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHMyself.html b/apidocs/org/kohsuke/github/GHMyself.html index 3804be1df..6dbb9eb1d 100644 --- a/apidocs/org/kohsuke/github/GHMyself.html +++ b/apidocs/org/kohsuke/github/GHMyself.html @@ -1,332 +1,329 @@ - - - - - - -GHMyself (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHMyself

-
-java.lang.Object
-  extended by org.kohsuke.github.GHPerson
-      extended by org.kohsuke.github.GHUser
-          extended by org.kohsuke.github.GHMyself
-
-
-
-
public class GHMyself
extends GHUser
- - -

-Represents the account that's logging into GitHub. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class GHMyself

+
+
+ +
+ +
+
+ +
+
+
+
Returns:
Always non-null.
+
Throws:
+
IOException
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHOrganization.Permission.html b/apidocs/org/kohsuke/github/GHOrganization.Permission.html index d6a0beeae..9ba85b0f1 100644 --- a/apidocs/org/kohsuke/github/GHOrganization.Permission.html +++ b/apidocs/org/kohsuke/github/GHOrganization.Permission.html @@ -1,340 +1,337 @@ - - - - - - -GHOrganization.Permission (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Enum GHOrganization.Permission

-
-java.lang.Object
-  extended by java.lang.Enum<GHOrganization.Permission>
-      extended by org.kohsuke.github.GHOrganization.Permission
-
-
-
All Implemented Interfaces:
Serializable, Comparable<GHOrganization.Permission>
-
-
-
Enclosing class:
GHOrganization
-
-
-
-
public static enum GHOrganization.Permission
extends Enum<GHOrganization.Permission>
- - -

-


- -

+

+
org.kohsuke.github
+

Enum GHOrganization.Permission

+
+
+ +
+ +
+
+ +
+
+
+
Returns:
an array containing the constants of this enum type, in +the order they are declared
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHOrganization.html b/apidocs/org/kohsuke/github/GHOrganization.html index c6d60e427..6f27c5985 100644 --- a/apidocs/org/kohsuke/github/GHOrganization.html +++ b/apidocs/org/kohsuke/github/GHOrganization.html @@ -1,542 +1,500 @@ - - - - - - -GHOrganization (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHOrganization

-
-java.lang.Object
-  extended by org.kohsuke.github.GHPerson
-      extended by org.kohsuke.github.GHOrganization
-
-
-
-
public class GHOrganization
extends GHPerson
- - -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class GHOrganization

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHPerson.html b/apidocs/org/kohsuke/github/GHPerson.html index 3ce9ab34c..1ec73bb1c 100644 --- a/apidocs/org/kohsuke/github/GHPerson.html +++ b/apidocs/org/kohsuke/github/GHPerson.html @@ -1,894 +1,741 @@ - - - - - - -GHPerson (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHPerson

-
-java.lang.Object
-  extended by org.kohsuke.github.GHPerson
-
-
-
Direct Known Subclasses:
GHOrganization, GHUser
-
-
-
-
public abstract class GHPerson
extends Object
- - -

-Common part of GHUser and GHOrganization. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class GHPerson

+
+
+ +
+ +
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHPersonSet.html b/apidocs/org/kohsuke/github/GHPersonSet.html index d7b48057f..1988a7205 100644 --- a/apidocs/org/kohsuke/github/GHPersonSet.html +++ b/apidocs/org/kohsuke/github/GHPersonSet.html @@ -1,361 +1,362 @@ - - - - - - -GHPersonSet (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHPersonSet<T extends GHPerson>

-
-java.lang.Object
-  extended by java.util.AbstractCollection<E>
-      extended by java.util.AbstractSet<E>
-          extended by java.util.HashSet<T>
-              extended by org.kohsuke.github.GHPersonSet<T>
-
-
-
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, Set<T>
-
-
-
-
public final class GHPersonSet<T extends GHPerson>
extends HashSet<T>
- - -

-Set of GHPerson with helper lookup methods. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
See Also:
Serialized Form
-
- -

- +

+
org.kohsuke.github
+

Class GHPersonSet<T extends GHPerson>

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHPullRequest.html b/apidocs/org/kohsuke/github/GHPullRequest.html index c9e61a58e..7348a970a 100644 --- a/apidocs/org/kohsuke/github/GHPullRequest.html +++ b/apidocs/org/kohsuke/github/GHPullRequest.html @@ -1,424 +1,391 @@ - - - - - - -GHPullRequest (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHPullRequest

-
-java.lang.Object
-  extended by org.kohsuke.github.GHIssue
-      extended by org.kohsuke.github.GHPullRequest
-
-
-
-
public class GHPullRequest
extends GHIssue
- - -

-A pull request. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GHPullRequest

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHRateLimit.html b/apidocs/org/kohsuke/github/GHRateLimit.html index ecb74ebad..42df4410f 100644 --- a/apidocs/org/kohsuke/github/GHRateLimit.html +++ b/apidocs/org/kohsuke/github/GHRateLimit.html @@ -1,320 +1,318 @@ - - - - - - -GHRateLimit (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHRateLimit

-
-java.lang.Object
-  extended by org.kohsuke.github.GHRateLimit
-
-
-
-
public class GHRateLimit
extends Object
- - -

-Rate limit. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class GHRateLimit

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHRepository.html b/apidocs/org/kohsuke/github/GHRepository.html index 56fb6dec5..4751de5a3 100644 --- a/apidocs/org/kohsuke/github/GHRepository.html +++ b/apidocs/org/kohsuke/github/GHRepository.html @@ -1,1555 +1,1230 @@ - - - - - - -GHRepository (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHRepository

-
-java.lang.Object
-  extended by org.kohsuke.github.GHRepository
-
-
-
-
public class GHRepository
extends Object
- - -

-A repository on GitHub. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GHRepository

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHTeam.html b/apidocs/org/kohsuke/github/GHTeam.html index 5eec3b9fb..38fe94d1c 100644 --- a/apidocs/org/kohsuke/github/GHTeam.html +++ b/apidocs/org/kohsuke/github/GHTeam.html @@ -1,471 +1,426 @@ - - - - - - -GHTeam (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHTeam

-
-java.lang.Object
-  extended by org.kohsuke.github.GHTeam
-
-
-
-
public class GHTeam
extends Object
- - -

-A team in GitHub organization. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class GHTeam

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GHUser.html b/apidocs/org/kohsuke/github/GHUser.html index 859f67aad..23382282e 100644 --- a/apidocs/org/kohsuke/github/GHUser.html +++ b/apidocs/org/kohsuke/github/GHUser.html @@ -1,460 +1,426 @@ - - - - - - -GHUser (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GHUser

-
-java.lang.Object
-  extended by org.kohsuke.github.GHPerson
-      extended by org.kohsuke.github.GHUser
-
-
-
Direct Known Subclasses:
GHMyself
-
-
-
-
public class GHUser
extends GHPerson
- - -

-Represents an user of GitHub. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class GHUser

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/GitHub.html b/apidocs/org/kohsuke/github/GitHub.html index 5861233d0..dc4249cd4 100644 --- a/apidocs/org/kohsuke/github/GitHub.html +++ b/apidocs/org/kohsuke/github/GitHub.html @@ -1,638 +1,544 @@ - - - - - - -GitHub (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class GitHub

-
-java.lang.Object
-  extended by org.kohsuke.github.GitHub
-
-
-
-
public class GitHub
extends Object
- - -

-Root of the GitHub API. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Class GitHub

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/PagedIterable.html b/apidocs/org/kohsuke/github/PagedIterable.html index 29573e001..1a602df96 100644 --- a/apidocs/org/kohsuke/github/PagedIterable.html +++ b/apidocs/org/kohsuke/github/PagedIterable.html @@ -1,215 +1,217 @@ - - - - - - -PagedIterable (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Interface PagedIterable<T>

-
-
All Superinterfaces:
Iterable<T>
-
-
-
-
public interface PagedIterable<T>
extends Iterable<T>
- - -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke.github
+

Interface PagedIterable<T>

+
+
+
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/PagedIterator.html b/apidocs/org/kohsuke/github/PagedIterator.html index 69cc64028..7c5e74dae 100644 --- a/apidocs/org/kohsuke/github/PagedIterator.html +++ b/apidocs/org/kohsuke/github/PagedIterator.html @@ -1,325 +1,302 @@ - - - - - - -PagedIterator (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke.github -
-Class PagedIterator<T>

-
-java.lang.Object
-  extended by org.kohsuke.github.PagedIterator<T>
-
-
-
All Implemented Interfaces:
Iterator<T>
-
-
-
-
public abstract class PagedIterator<T>
extends Object
implements Iterator<T>
- - -

-Iterator over a pagenated data source. - - Aside from the normal iterator operation, this method exposes nextPage() - that allows the caller to retrieve items per page. -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

+

+
org.kohsuke.github
+

Class PagedIterator<T>

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html b/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html index c35bd93b0..d69b7e9ff 100644 --- a/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html +++ b/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.github.GHBranch.Commit (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHBranch.Commit

-
-No usage of org.kohsuke.github.GHBranch.Commit -

-


- - +
+

Uses of Class
org.kohsuke.github.GHBranch.Commit

+
+
No usage of org.kohsuke.github.GHBranch.Commit
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHBranch.html b/apidocs/org/kohsuke/github/class-use/GHBranch.html index 3ab4b04b3..9b9e2bdb3 100644 --- a/apidocs/org/kohsuke/github/class-use/GHBranch.html +++ b/apidocs/org/kohsuke/github/class-use/GHBranch.html @@ -1,166 +1,142 @@ - - - - - - -Uses of Class org.kohsuke.github.GHBranch (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHBranch

-
- - - - - -
-Uses of GHBranch in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHBranch
- Map<String,GHBranch>GHRepository.getBranches() - -
-          Gets branches by their names.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHBranch

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.File.html b/apidocs/org/kohsuke/github/class-use/GHCommit.File.html index de124b4d1..52319375a 100644 --- a/apidocs/org/kohsuke/github/class-use/GHCommit.File.html +++ b/apidocs/org/kohsuke/github/class-use/GHCommit.File.html @@ -1,166 +1,142 @@ - - - - - - -Uses of Class org.kohsuke.github.GHCommit.File (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHCommit.File

-
- - - - - -
-Uses of GHCommit.File in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHCommit.File
- List<GHCommit.File>GHCommit.getFiles() - -
-          List of files changed/added/removed in this commit.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHCommit.File

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html b/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html index adbb3abf3..576612294 100644 --- a/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html +++ b/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.github.GHCommit.Parent (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHCommit.Parent

-
-No usage of org.kohsuke.github.GHCommit.Parent -

-


- - +
+

Uses of Class
org.kohsuke.github.GHCommit.Parent

+
+
No usage of org.kohsuke.github.GHCommit.Parent
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html b/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html index d4d22f1f6..e403d04b0 100644 --- a/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html +++ b/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.github.GHCommit.Stats (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHCommit.Stats

-
-No usage of org.kohsuke.github.GHCommit.Stats -

-


- - +
+

Uses of Class
org.kohsuke.github.GHCommit.Stats

+
+
No usage of org.kohsuke.github.GHCommit.Stats
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.html b/apidocs/org/kohsuke/github/class-use/GHCommit.html index c478cbca8..1c13b55c6 100644 --- a/apidocs/org/kohsuke/github/class-use/GHCommit.html +++ b/apidocs/org/kohsuke/github/class-use/GHCommit.html @@ -1,198 +1,169 @@ - - - - - - -Uses of Class org.kohsuke.github.GHCommit (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHCommit

-
- - - - - -
-Uses of GHCommit in org.kohsuke.github
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHCommit
- GHCommitGHCommitComment.getCommit() - -
-          Gets the commit to which this comment is associated with.
- GHCommitGHRepository.getCommit(String sha1) - -
-          Gets a commit object in this repository.
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHCommit
- List<GHCommit>GHCommit.getParents() - -
-          Resolves the parent commit objects and return them.
- PagedIterable<GHCommit>GHRepository.listCommits() - -
-          Lists all the commits.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHCommit

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHCommitComment.html b/apidocs/org/kohsuke/github/class-use/GHCommitComment.html index 12d4d8c58..9d80c1af1 100644 --- a/apidocs/org/kohsuke/github/class-use/GHCommitComment.html +++ b/apidocs/org/kohsuke/github/class-use/GHCommitComment.html @@ -1,201 +1,170 @@ - - - - - - -Uses of Class org.kohsuke.github.GHCommitComment (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHCommitComment

-
- - - - - -
-Uses of GHCommitComment in org.kohsuke.github
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHCommitComment
- GHCommitCommentGHCommit.createComment(String body) - -
-           
- GHCommitCommentGHCommit.createComment(String body, - String path, - Integer line, - Integer position) - -
-          Creates a commit comment.
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHCommitComment
- PagedIterable<GHCommitComment>GHCommit.listComments() - -
-          Lists up all the commit comments in this repository.
- PagedIterable<GHCommitComment>GHRepository.listCommitComments() - -
-          Lists up all the commit comments in this repository.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHCommitComment

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html b/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html index 26ecf4b84..2fce3f3fc 100644 --- a/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html +++ b/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html @@ -1,175 +1,149 @@ - - - - - - -Uses of Class org.kohsuke.github.GHCommitPointer (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHCommitPointer

-
- - - - - -
-Uses of GHCommitPointer in org.kohsuke.github
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHCommitPointer
- GHCommitPointerGHPullRequest.getBase() - -
-          This points to where the change should be pulled into, - but I'm not really sure what exactly it means.
- GHCommitPointerGHPullRequest.getHead() - -
-          The change that should be pulled.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHCommitPointer

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHEvent.html b/apidocs/org/kohsuke/github/class-use/GHEvent.html index 292616062..00288c57e 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEvent.html +++ b/apidocs/org/kohsuke/github/class-use/GHEvent.html @@ -1,227 +1,189 @@ - - - - - - -Uses of Class org.kohsuke.github.GHEvent (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHEvent

-
- - - - - -
-Uses of GHEvent in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHEvent
- GHEventGHEventInfo.getType() - -
-           
-static GHEventGHEvent.valueOf(String name) - -
-          Returns the enum constant of this type with the specified name.
-static GHEvent[]GHEvent.values() - -
-          Returns an array containing the constants of this enum type, in -the order they are declared.
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHEvent
- EnumSet<GHEvent>GHHook.getEvents() - -
-           
-  -

- - - - - - - - - - - - - -
Method parameters in org.kohsuke.github with type arguments of type GHEvent
- GHHookGHRepository.createHook(String name, - Map<String,String> config, - Collection<GHEvent> events, - boolean active) - -
-          See https://api.github.com/hooks for possible names and their configuration scheme.
- GHHookGHRepository.createWebHook(URL url, - Collection<GHEvent> events) - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHEvent

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html b/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html index 6667d6390..a9d762b4b 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.github.GHEventInfo.GHEventRepository (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHEventInfo.GHEventRepository

-
-No usage of org.kohsuke.github.GHEventInfo.GHEventRepository -

-


- - +
+

Uses of Class
org.kohsuke.github.GHEventInfo.GHEventRepository

+
+
No usage of org.kohsuke.github.GHEventInfo.GHEventRepository
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventInfo.html b/apidocs/org/kohsuke/github/class-use/GHEventInfo.html index c4922b643..f77aa66a0 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventInfo.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventInfo.html @@ -1,166 +1,142 @@ - - - - - - -Uses of Class org.kohsuke.github.GHEventInfo (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHEventInfo

-
- - - - - -
-Uses of GHEventInfo in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHEventInfo
- List<GHEventInfo>GitHub.getEvents() - -
-          Public events visible to you.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHEventInfo

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html index 1f6a3e350..343e081e5 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.github.GHEventPayload.PullRequest (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHEventPayload.PullRequest

-
-No usage of org.kohsuke.github.GHEventPayload.PullRequest -

-


- - +
+

Uses of Class
org.kohsuke.github.GHEventPayload.PullRequest

+
+
No usage of org.kohsuke.github.GHEventPayload.PullRequest
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.html index b9636edc4..4e6adefe5 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.html @@ -1,209 +1,162 @@ - - - - - - -Uses of Class org.kohsuke.github.GHEventPayload (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHEventPayload

-
- - - - - -
-Uses of GHEventPayload in org.kohsuke.github
-  -

- - - - - - - - - -
Subclasses of GHEventPayload in org.kohsuke.github
-static classGHEventPayload.PullRequest - -
-           
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github with type parameters of type GHEventPayload
- - - - - -
-<T extends GHEventPayload> -
-T
-
GHEventInfo.getPayload(Class<T> type) - -
-          Retrieves the payload.
- - - - - -
-<T extends GHEventPayload> -
-T
-
GitHub.parseEventPayload(Reader r, - Class<T> type) - -
-          Parses the GitHub event object.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHEventPayload

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHException.html b/apidocs/org/kohsuke/github/class-use/GHException.html index 7b8255898..22325c0a6 100644 --- a/apidocs/org/kohsuke/github/class-use/GHException.html +++ b/apidocs/org/kohsuke/github/class-use/GHException.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.github.GHException (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHException

-
-No usage of org.kohsuke.github.GHException -

-


- - +
+

Uses of Class
org.kohsuke.github.GHException

+
+
No usage of org.kohsuke.github.GHException
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHHook.html b/apidocs/org/kohsuke/github/class-use/GHHook.html index ab2bfb218..ba74e4257 100644 --- a/apidocs/org/kohsuke/github/class-use/GHHook.html +++ b/apidocs/org/kohsuke/github/class-use/GHHook.html @@ -1,210 +1,173 @@ - - - - - - -Uses of Class org.kohsuke.github.GHHook (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHHook

-
- - - - - -
-Uses of GHHook in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHHook
- GHHookGHRepository.createHook(String name, - Map<String,String> config, - Collection<GHEvent> events, - boolean active) - -
-          See https://api.github.com/hooks for possible names and their configuration scheme.
- GHHookGHRepository.createWebHook(URL url) - -
-           
- GHHookGHRepository.createWebHook(URL url, - Collection<GHEvent> events) - -
-           
- GHHookGHRepository.getHook(int id) - -
-           
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHHook
- List<GHHook>GHRepository.getHooks() - -
-          Retrieves the currently configured hooks.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHHook

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssue.html b/apidocs/org/kohsuke/github/class-use/GHIssue.html index f247bd0a6..961306106 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssue.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssue.html @@ -1,198 +1,170 @@ - - - - - - -Uses of Class org.kohsuke.github.GHIssue (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHIssue

-
- - - - - -
-Uses of GHIssue in org.kohsuke.github
-  -

- - - - - - - - - -
Subclasses of GHIssue in org.kohsuke.github
- classGHPullRequest - -
-          A pull request.
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return GHIssue
- GHIssueGHIssueComment.getParent() - -
-          Gets the issue to which this comment is associated.
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHIssue
- List<GHIssue>GHRepository.getIssues(GHIssueState state) - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHIssue

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueComment.html b/apidocs/org/kohsuke/github/class-use/GHIssueComment.html index f49ee93a2..a32d05432 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssueComment.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssueComment.html @@ -1,166 +1,142 @@ - - - - - - -Uses of Class org.kohsuke.github.GHIssueComment (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHIssueComment

-
- - - - - -
-Uses of GHIssueComment in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHIssueComment
- List<GHIssueComment>GHIssue.getComments() - -
-          Obtains all the comments associated with this issue.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHIssueComment

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueState.html b/apidocs/org/kohsuke/github/class-use/GHIssueState.html index a2588b617..2e9f74db8 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssueState.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssueState.html @@ -1,207 +1,172 @@ - - - - - - -Uses of Class org.kohsuke.github.GHIssueState (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHIssueState

-
- - - - - -
-Uses of GHIssueState in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHIssueState
- GHIssueStateGHIssue.getState() - -
-           
-static GHIssueStateGHIssueState.valueOf(String name) - -
-          Returns the enum constant of this type with the specified name.
-static GHIssueState[]GHIssueState.values() - -
-          Returns an array containing the constants of this enum type, in -the order they are declared.
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github with parameters of type GHIssueState
- List<GHIssue>GHRepository.getIssues(GHIssueState state) - -
-           
- List<GHPullRequest>GHRepository.getPullRequests(GHIssueState state) - -
-          Retrieves all the pull requests of a particular state.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHIssueState

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHKey.html b/apidocs/org/kohsuke/github/class-use/GHKey.html index e9f6cbcbb..71dc989b9 100644 --- a/apidocs/org/kohsuke/github/class-use/GHKey.html +++ b/apidocs/org/kohsuke/github/class-use/GHKey.html @@ -1,166 +1,142 @@ - - - - - - -Uses of Class org.kohsuke.github.GHKey (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHKey

-
- - - - - -
-Uses of GHKey in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHKey
- List<GHKey>GHMyself.getPublicKeys() - -
-          Returns the read-only list of all the pulic keys of the current user.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHKey

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHMilestone.html b/apidocs/org/kohsuke/github/class-use/GHMilestone.html index ac8cd333b..a2967cf8e 100644 --- a/apidocs/org/kohsuke/github/class-use/GHMilestone.html +++ b/apidocs/org/kohsuke/github/class-use/GHMilestone.html @@ -1,199 +1,162 @@ - - - - - - -Uses of Class org.kohsuke.github.GHMilestone (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHMilestone

-
- - - - - -
-Uses of GHMilestone in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHMilestone
- GHMilestoneGHRepository.createMilestone(String title, - String description) - -
-           
- GHMilestoneGHRepository.getMilestone(int number) - -
-           
- GHMilestoneGHMilestone.wrap(GHRepository repo) - -
-           
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHMilestone
- Map<Integer,GHMilestone>GHRepository.getMilestones() - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHMilestone

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html b/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html index 772ab8650..d6cea7620 100644 --- a/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html +++ b/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html @@ -1,183 +1,153 @@ - - - - - - -Uses of Class org.kohsuke.github.GHMilestoneState (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHMilestoneState

-
- - - - - -
-Uses of GHMilestoneState in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHMilestoneState
- GHMilestoneStateGHMilestone.getState() - -
-           
-static GHMilestoneStateGHMilestoneState.valueOf(String name) - -
-          Returns the enum constant of this type with the specified name.
-static GHMilestoneState[]GHMilestoneState.values() - -
-          Returns an array containing the constants of this enum type, in -the order they are declared.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHMilestoneState

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHMyself.html b/apidocs/org/kohsuke/github/class-use/GHMyself.html index 023cf192f..849d86a0a 100644 --- a/apidocs/org/kohsuke/github/class-use/GHMyself.html +++ b/apidocs/org/kohsuke/github/class-use/GHMyself.html @@ -1,166 +1,142 @@ - - - - - - -Uses of Class org.kohsuke.github.GHMyself (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHMyself

-
- - - - - -
-Uses of GHMyself in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return GHMyself
- GHMyselfGitHub.getMyself() - -
-          Gets the GHUser that represents yourself.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHMyself

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html b/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html index 22e9553bf..eaf2cca2a 100644 --- a/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html +++ b/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html @@ -1,203 +1,172 @@ - - - - - - -Uses of Class org.kohsuke.github.GHOrganization.Permission (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHOrganization.Permission

-
- - - - - -
-Uses of GHOrganization.Permission in org.kohsuke.github
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHOrganization.Permission
-static GHOrganization.PermissionGHOrganization.Permission.valueOf(String name) - -
-          Returns the enum constant of this type with the specified name.
-static GHOrganization.Permission[]GHOrganization.Permission.values() - -
-          Returns an array containing the constants of this enum type, in -the order they are declared.
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github with parameters of type GHOrganization.Permission
- GHTeamGHOrganization.createTeam(String name, - GHOrganization.Permission p, - Collection<GHRepository> repositories) - -
-          Creates a new team and assigns the repositories.
- GHTeamGHOrganization.createTeam(String name, - GHOrganization.Permission p, - GHRepository... repositories) - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHOrganization.Permission

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHOrganization.html b/apidocs/org/kohsuke/github/class-use/GHOrganization.html index da2714212..c24ac8643 100644 --- a/apidocs/org/kohsuke/github/class-use/GHOrganization.html +++ b/apidocs/org/kohsuke/github/class-use/GHOrganization.html @@ -1,230 +1,193 @@ - - - - - - -Uses of Class org.kohsuke.github.GHOrganization (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHOrganization

-
- - - - - -
-Uses of GHOrganization in org.kohsuke.github
-  -

- - - - - - - - - -
Fields in org.kohsuke.github declared as GHOrganization
-protected  GHOrganizationGHTeam.org - -
-           
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHOrganization
- GHOrganizationGHEventInfo.getOrganization() - -
-           
- GHOrganizationGitHub.getOrganization(String name) - -
-           
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHOrganization
- Map<String,GHOrganization>GitHub.getMyOrganizations() - -
-          This method returns a shallowly populated organizations.
- GHPersonSet<GHOrganization>GHUser.getOrganizations() - -
-          Gets the organization that this user belongs to publicly.
-  -

- - - - - - - - - -
Methods in org.kohsuke.github with parameters of type GHOrganization
- GHRepositoryGHRepository.forkTo(GHOrganization org) - -
-          Forks this repository into an organization.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHOrganization

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHPerson.html b/apidocs/org/kohsuke/github/class-use/GHPerson.html index 6029a00a6..3ab1ff7f8 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPerson.html +++ b/apidocs/org/kohsuke/github/class-use/GHPerson.html @@ -1,212 +1,178 @@ - - - - - - -Uses of Class org.kohsuke.github.GHPerson (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHPerson

-
- - - - - -
-Uses of GHPerson in org.kohsuke.github
-  -

- - - - - - - - - -
Classes in org.kohsuke.github with type parameters of type GHPerson
- classGHPersonSet<T extends GHPerson> - -
-          Set of GHPerson with helper lookup methods.
-  -

- - - - - - - - - - - - - - - - - -
Subclasses of GHPerson in org.kohsuke.github
- classGHMyself - -
-          Represents the account that's logging into GitHub.
- classGHOrganization - -
-           
- classGHUser - -
-          Represents an user of GitHub.
-  -

- - - - - - - - -
Constructors in org.kohsuke.github with parameters of type GHPerson
GHPersonSet(T... c) - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHPerson

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHPersonSet.html b/apidocs/org/kohsuke/github/class-use/GHPersonSet.html index 4c598625b..8cb3c64d6 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPersonSet.html +++ b/apidocs/org/kohsuke/github/class-use/GHPersonSet.html @@ -1,190 +1,160 @@ - - - - - - -Uses of Class org.kohsuke.github.GHPersonSet (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHPersonSet

-
- - - - - -
-Uses of GHPersonSet in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHPersonSet
- GHPersonSet<GHUser>GHRepository.getCollaborators() - -
-          Gets the collaborators on this repository.
- GHPersonSet<GHUser>GHUser.getFollowers() - -
-          Lists the users who are following this user.
- GHPersonSet<GHUser>GHUser.getFollows() - -
-          Lists the users that this user is following
- GHPersonSet<GHOrganization>GHUser.getOrganizations() - -
-          Gets the organization that this user belongs to publicly.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHPersonSet

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequest.html b/apidocs/org/kohsuke/github/class-use/GHPullRequest.html index c60334e16..176bcd70b 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequest.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequest.html @@ -1,198 +1,167 @@ - - - - - - -Uses of Class org.kohsuke.github.GHPullRequest (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHPullRequest

-
- - - - - -
-Uses of GHPullRequest in org.kohsuke.github
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHPullRequest
- GHPullRequestGHEventPayload.PullRequest.getPullRequest() - -
-           
- GHPullRequestGHRepository.getPullRequest(int i) - -
-          Retrieves a specified pull request.
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHPullRequest
- List<GHPullRequest>GHOrganization.getPullRequests() - -
-          Gets all the open pull requests in this organizataion.
- List<GHPullRequest>GHRepository.getPullRequests(GHIssueState state) - -
-          Retrieves all the pull requests of a particular state.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHPullRequest

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHRateLimit.html b/apidocs/org/kohsuke/github/class-use/GHRateLimit.html index 8a9ed6a96..7d4bcb5a1 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRateLimit.html +++ b/apidocs/org/kohsuke/github/class-use/GHRateLimit.html @@ -1,166 +1,142 @@ - - - - - - -Uses of Class org.kohsuke.github.GHRateLimit (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHRateLimit

-
- - - - - -
-Uses of GHRateLimit in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return GHRateLimit
- GHRateLimitGitHub.getRateLimit() - -
-          Gets the current rate limit.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHRateLimit

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHRepository.html b/apidocs/org/kohsuke/github/class-use/GHRepository.html index bf1f5dd08..c21fb29f1 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRepository.html +++ b/apidocs/org/kohsuke/github/class-use/GHRepository.html @@ -1,381 +1,298 @@ - - - - - - -Uses of Class org.kohsuke.github.GHRepository (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHRepository

-
- - - - - -
-Uses of GHRepository in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHRepository
- GHRepositoryGitHub.createRepository(String name, - String description, - String homepage, - boolean isPublic) - -
-          Creates a new repository.
- GHRepositoryGHOrganization.createRepository(String name, - String description, - String homepage, - GHTeam team, - boolean isPublic) - -
-           
- GHRepositoryGHOrganization.createRepository(String name, - String description, - String homepage, - String team, - boolean isPublic) - -
-          Creates a new repository.
- GHRepositoryGHRepository.fork() - -
-          Forks this repository as your repository.
- GHRepositoryGHRepository.forkTo(GHOrganization org) - -
-          Forks this repository into an organization.
- GHRepositoryGHCommit.getOwner() - -
-          The repository that contains the commit.
- GHRepositoryGHMilestone.getOwner() - -
-           
- GHRepositoryGHBranch.getOwner() - -
-          Repository that this branch is in.
- GHRepositoryGHCommitComment.getOwner() - -
-           
- GHRepositoryGHEventInfo.getRepository() - -
-          Repository where the change was made.
- GHRepositoryGHIssue.getRepository() - -
-          Repository to which the issue belongs.
- GHRepositoryGHCommitPointer.getRepository() - -
-          The repository that contains the commit.
- GHRepositoryGitHub.getRepository(String name) - -
-          Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
- GHRepositoryGHPerson.getRepository(String name) - -
-           
-  -

- - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHRepository
- Map<String,GHRepository>GHPerson.getRepositories() - -
-          Gets the repositories this user owns.
- Map<String,GHRepository>GHTeam.getRepositories() - -
-           
- List<GHRepository>GHOrganization.getRepositoriesWithOpenPullRequests() - -
-          List up repositories that has some open pull requests.
- Iterable<List<GHRepository>>GHPerson.iterateRepositories(int pageSize) - -
-          Loads repository list in a pagenated fashion.
-  -

- - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github with parameters of type GHRepository
- voidGHTeam.add(GHRepository r) - -
-           
- GHTeamGHOrganization.createTeam(String name, - GHOrganization.Permission p, - GHRepository... repositories) - -
-           
- voidGHTeam.remove(GHRepository r) - -
-           
- GHMilestoneGHMilestone.wrap(GHRepository repo) - -
-           
-  -

- - - - - - - - - -
Method parameters in org.kohsuke.github with type arguments of type GHRepository
- GHTeamGHOrganization.createTeam(String name, - GHOrganization.Permission p, - Collection<GHRepository> repositories) - -
-          Creates a new team and assigns the repositories.
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHRepository

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHTeam.html b/apidocs/org/kohsuke/github/class-use/GHTeam.html index 214f561d9..81652a49a 100644 --- a/apidocs/org/kohsuke/github/class-use/GHTeam.html +++ b/apidocs/org/kohsuke/github/class-use/GHTeam.html @@ -1,222 +1,188 @@ - - - - - - -Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHTeam

-
- - - - - -
-Uses of GHTeam in org.kohsuke.github
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHTeam
- GHTeamGHOrganization.createTeam(String name, - GHOrganization.Permission p, - Collection<GHRepository> repositories) - -
-          Creates a new team and assigns the repositories.
- GHTeamGHOrganization.createTeam(String name, - GHOrganization.Permission p, - GHRepository... repositories) - -
-           
-  -

- - - - - - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHTeam
- Set<GHTeam>GHRepository.getTeams() - -
-          If this repository belongs to an organization, return a set of teams.
- Map<String,GHTeam>GHOrganization.getTeams() - -
-          Teams by their names.
-  -

- - - - - - - - - -
Methods in org.kohsuke.github with parameters of type GHTeam
- GHRepositoryGHOrganization.createRepository(String name, - String description, - String homepage, - GHTeam team, - boolean isPublic) - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHTeam

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GHUser.html b/apidocs/org/kohsuke/github/class-use/GHUser.html index 72847d51c..5876f561c 100644 --- a/apidocs/org/kohsuke/github/class-use/GHUser.html +++ b/apidocs/org/kohsuke/github/class-use/GHUser.html @@ -1,407 +1,315 @@ - - - - - - -Uses of Class org.kohsuke.github.GHUser (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GHUser

-
- - - - - -
-Uses of GHUser in org.kohsuke.github
-  -

- - - - - - - - - -
Subclasses of GHUser in org.kohsuke.github
- classGHMyself - -
-          Represents the account that's logging into GitHub.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GHUser
- GHUserGHEventInfo.getActor() - -
-           
- GHUserGHCommit.getAuthor() - -
-           
- GHUserGHCommit.getCommitter() - -
-           
- GHUserGHMilestone.getCreator() - -
-           
- GHUserGHRepository.getOwner() - -
-           
- GHUserGHPullRequest.getUser() - -
-          User who submitted a pull request.
- GHUserGHCommitComment.getUser() - -
-          Gets the user who put this comment.
- GHUserGHIssueComment.getUser() - -
-          Gets the user who posted this comment.
- GHUserGHCommitPointer.getUser() - -
-          This points to the user who owns - the GHCommitPointer.repository.
-protected  GHUserGitHub.getUser(GHUser orig) - -
-          Interns the given GHUser.
- GHUserGitHub.getUser(String login) - -
-          Obtains the object that represents the named user.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return types with arguments of type GHUser
- GHPersonSet<GHUser>GHRepository.getCollaborators() - -
-          Gets the collaborators on this repository.
- GHPersonSet<GHUser>GHUser.getFollowers() - -
-          Lists the users who are following this user.
- GHPersonSet<GHUser>GHUser.getFollows() - -
-          Lists the users that this user is following
- List<GHUser>GHOrganization.getMembers() - -
-          All the members of this organization.
- Set<GHUser>GHTeam.getMembers() - -
-          Retrieves the current members.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github with parameters of type GHUser
- voidGHTeam.add(GHUser u) - -
-          Adds a member to the team.
- voidGHRepository.addCollaborators(GHUser... users) - -
-           
- voidGHIssue.assignTo(GHUser user) - -
-           
- voidGHOrganization.conceal(GHUser u) - -
-          Conceals the membership.
-protected  GHUserGitHub.getUser(GHUser orig) - -
-          Interns the given GHUser.
- voidGHOrganization.publicize(GHUser u) - -
-          Publicizes the membership.
- voidGHTeam.remove(GHUser u) - -
-          Removes a member to the team.
- voidGHRepository.removeCollaborators(GHUser... users) - -
-           
-  -

- - - - - - - - - - - - - -
Method parameters in org.kohsuke.github with type arguments of type GHUser
- voidGHRepository.addCollaborators(Collection<GHUser> users) - -
-           
- voidGHRepository.removeCollaborators(Collection<GHUser> users) - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GHUser

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/GitHub.html b/apidocs/org/kohsuke/github/class-use/GitHub.html index ce0711139..f6841a437 100644 --- a/apidocs/org/kohsuke/github/class-use/GitHub.html +++ b/apidocs/org/kohsuke/github/class-use/GitHub.html @@ -1,242 +1,189 @@ - - - - - - -Uses of Class org.kohsuke.github.GitHub (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.GitHub

-
- - - - - -
-Uses of GitHub in org.kohsuke.github
-  -

- - - - - - - - - -
Fields in org.kohsuke.github declared as GitHub
-protected  GitHubGHEventPayload.root - -
-           
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return GitHub
-static GitHubGitHub.connect() - -
-          Obtains the credential from "~/.github"
-static GitHubGitHub.connect(String login, - String apiToken) - -
-           
-static GitHubGitHub.connect(String login, - String apiToken, - String password) - -
-           
-static GitHubGitHub.connectAnonymously() - -
-          Connects to GitHub anonymously.
-static GitHubGitHub.connectUsingOAuth(String accessToken) - -
-           
-static GitHubGitHub.connectUsingOAuth(String githubServer, - String accessToken) - -
-           
- GitHubGHMilestone.getRoot() - -
-           
- GitHubGHBranch.getRoot() - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.GitHub

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/PagedIterable.html b/apidocs/org/kohsuke/github/class-use/PagedIterable.html index b8df1a92b..0494fb265 100644 --- a/apidocs/org/kohsuke/github/class-use/PagedIterable.html +++ b/apidocs/org/kohsuke/github/class-use/PagedIterable.html @@ -1,182 +1,154 @@ - - - - - - -Uses of Interface org.kohsuke.github.PagedIterable (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Interface
org.kohsuke.github.PagedIterable

-
- - - - - -
-Uses of PagedIterable in org.kohsuke.github
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.kohsuke.github that return PagedIterable
- PagedIterable<GHCommitComment>GHCommit.listComments() - -
-          Lists up all the commit comments in this repository.
- PagedIterable<GHCommitComment>GHRepository.listCommitComments() - -
-          Lists up all the commit comments in this repository.
- PagedIterable<GHCommit>GHRepository.listCommits() - -
-          Lists all the commits.
-  -

-


- - +
+

Uses of Interface
org.kohsuke.github.PagedIterable

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/class-use/PagedIterator.html b/apidocs/org/kohsuke/github/class-use/PagedIterator.html index 48fb226b4..34c05ecfe 100644 --- a/apidocs/org/kohsuke/github/class-use/PagedIterator.html +++ b/apidocs/org/kohsuke/github/class-use/PagedIterator.html @@ -1,166 +1,140 @@ - - - - - - -Uses of Class org.kohsuke.github.PagedIterator (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.github.PagedIterator

-
- - - - - -
-Uses of PagedIterator in org.kohsuke.github
-  -

- - - - - - - - - -
Methods in org.kohsuke.github that return PagedIterator
- PagedIterator<T>PagedIterable.iterator() - -
-           
-  -

-


- - +
+

Uses of Class
org.kohsuke.github.PagedIterator

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/package-frame.html b/apidocs/org/kohsuke/github/package-frame.html index 1bb175a81..a75aac7f6 100644 --- a/apidocs/org/kohsuke/github/package-frame.html +++ b/apidocs/org/kohsuke/github/package-frame.html @@ -1,126 +1,62 @@ - - - - - - -org.kohsuke.github (GitHub API for Java 1.28 API) - - - - - - - - - - - -org.kohsuke.github - - - - -
-Interfaces  - -
-PagedIterable
- - - - - - -
-Classes  - -
-GHBranch -
-GHBranch.Commit -
-GHCommit -
-GHCommit.File -
-GHCommit.Parent -
-GHCommit.Stats -
-GHCommitComment -
-GHCommitPointer -
-GHEventInfo -
-GHEventInfo.GHEventRepository -
-GHEventPayload -
-GHEventPayload.PullRequest -
-GHHook -
-GHIssue -
-GHIssueComment -
-GHKey -
-GHMilestone -
-GHMyself -
-GHOrganization -
-GHPerson -
-GHPersonSet -
-GHPullRequest -
-GHRateLimit -
-GHRepository -
-GHTeam -
-GHUser -
-GitHub -
-PagedIterator
- - - - - - -
-Enums  - -
-GHEvent -
-GHIssueState -
-GHMilestoneState -
-GHOrganization.Permission
- - - - - - -
-Exceptions  - -
-GHException
- - - - + + + + + +org.kohsuke.github (GitHub API for Java 1.29 API) + + + + +

org.kohsuke.github

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +

Exceptions

+ +
+ + diff --git a/apidocs/org/kohsuke/github/package-summary.html b/apidocs/org/kohsuke/github/package-summary.html index 91cc67203..7cc51ab7d 100644 --- a/apidocs/org/kohsuke/github/package-summary.html +++ b/apidocs/org/kohsuke/github/package-summary.html @@ -1,318 +1,342 @@ - - - - - - -org.kohsuke.github (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-

-Package org.kohsuke.github -

- - - - - - - - - -
-Interface Summary
PagedIterable<T> 
-  - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Class Summary
GHBranchA branch in a repository.
GHBranch.Commit 
GHCommitA commit in a repository.
GHCommit.FileA file that was modified.
GHCommit.Parent 
GHCommit.Stats 
GHCommitCommentA comment attached to a commit (or a specific line in a specific file of a commit.)
GHCommitPointerIdentifies a commit in GHPullRequest.
GHEventInfoRepresents an event.
GHEventInfo.GHEventRepositoryInside the event JSON model, GitHub uses a slightly different format.
GHEventPayloadBase type for types used in databinding of the event payload.
GHEventPayload.PullRequest 
GHHook 
GHIssueRepresents an issue on GitHub.
GHIssueCommentComment to the issue
GHKeySSH public key.
GHMilestone 
GHMyselfRepresents the account that's logging into GitHub.
GHOrganization 
GHPersonCommon part of GHUser and GHOrganization.
GHPersonSet<T extends GHPerson>Set of GHPerson with helper lookup methods.
GHPullRequestA pull request.
GHRateLimitRate limit.
GHRepositoryA repository on GitHub.
GHTeamA team in GitHub organization.
GHUserRepresents an user of GitHub.
GitHubRoot of the GitHub API.
PagedIterator<T>Iterator over a pagenated data source.
-  - -

- - - - - - - - - - - - - - - - - - - - - -
-Enum Summary
GHEventHook event type.
GHIssueState 
GHMilestoneState 
GHOrganization.Permission 
-  - -

- - - - - - - - - -
-Exception Summary
GHException 
-  - -

-

-
-
- - +
+

Package org.kohsuke.github

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/package-tree.html b/apidocs/org/kohsuke/github/package-tree.html index a30a8146f..00e6e62fe 100644 --- a/apidocs/org/kohsuke/github/package-tree.html +++ b/apidocs/org/kohsuke/github/package-tree.html @@ -1,191 +1,211 @@ - - - - - - -org.kohsuke.github Class Hierarchy (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Hierarchy For Package org.kohsuke.github -

-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -

-Enum Hierarchy -

- -
- - +
+

Hierarchy For Package org.kohsuke.github

+
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/org/kohsuke/github/package-use.html b/apidocs/org/kohsuke/github/package-use.html index 2e990d684..c7ceafb7b 100644 --- a/apidocs/org/kohsuke/github/package-use.html +++ b/apidocs/org/kohsuke/github/package-use.html @@ -1,318 +1,256 @@ - - - - - - -Uses of Package org.kohsuke.github (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Package
org.kohsuke.github

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Classes in org.kohsuke.github used by org.kohsuke.github
GHBranch - -
-          A branch in a repository.
GHCommit - -
-          A commit in a repository.
GHCommit.File - -
-          A file that was modified.
GHCommitComment - -
-          A comment attached to a commit (or a specific line in a specific file of a commit.)
GHCommitPointer - -
-          Identifies a commit in GHPullRequest.
GHEvent - -
-          Hook event type.
GHEventInfo - -
-          Represents an event.
GHEventPayload - -
-          Base type for types used in databinding of the event payload.
GHHook - -
-           
GHIssue - -
-          Represents an issue on GitHub.
GHIssueComment - -
-          Comment to the issue
GHIssueState - -
-           
GHKey - -
-          SSH public key.
GHMilestone - -
-           
GHMilestoneState - -
-           
GHMyself - -
-          Represents the account that's logging into GitHub.
GHOrganization - -
-           
GHOrganization.Permission - -
-           
GHPerson - -
-          Common part of GHUser and GHOrganization.
GHPersonSet - -
-          Set of GHPerson with helper lookup methods.
GHPullRequest - -
-          A pull request.
GHRateLimit - -
-          Rate limit.
GHRepository - -
-          A repository on GitHub.
GHTeam - -
-          A team in GitHub organization.
GHUser - -
-          Represents an user of GitHub.
GitHub - -
-          Root of the GitHub API.
PagedIterable - -
-           
PagedIterator - -
-          Iterator over a pagenated data source.
-  -

-


- - +
+

Uses of Package
org.kohsuke.github

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index a5dbbc130..1c31511e4 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -1,193 +1,215 @@ - - - - - - -Class Hierarchy (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Hierarchy For All Packages

-
-
-
Package Hierarchies:
org.kohsuke.github
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -

-Enum Hierarchy -

- -
- - +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 43af5ab0d..e1c38633c 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -1,173 +1,133 @@ - - - - - - -Serialized Form (GitHub API for Java 1.28 API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Serialized Form

-
-
- - - - - -
-Package org.kohsuke.github
- -

- - - - - -
-Class org.kohsuke.github.GHException extends RuntimeException implements Serializable
- -

- -

- - - - - -
-Class org.kohsuke.github.GHPersonSet extends HashSet<T extends GHPerson> implements Serializable
- -

- -

-


- - +
+

Serialized Form

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css index 6ea9e5161..0aeaa97fe 100644 --- a/apidocs/stylesheet.css +++ b/apidocs/stylesheet.css @@ -1,29 +1,474 @@ /* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dependencies.html b/dependencies.html index 1fcd60a31..de92eae83 100644 --- a/dependencies.html +++ b/dependencies.html @@ -183,23 +183,23 @@ } } -

Dependency Tree

Licenses

Eclipse Public License - Version 1.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities

Unknown: Localizer, Type arithmetic library for Java5, annotation-indexer, commons-beanutils, servlet-api

Apache License, Version 2.0: HtmlUnit

The Apache Software License, Version 2.0: Commons Codec, Commons Collections, Commons FileUpload, Commons IO, Commons Lang, Commons Logging, Data Mapper for Jackson, Discovery, Guava (Google Common Libraries), Jackson, Neko HTML, Xalan Java, Xalan Java Serializer, Xerces2 Java Parser, ezmorph, json-lib

GNU Lesser General Public License: CSS Parser

The W3C Software License: Simple API for CSS

MIT license: GitHub API for Java, Stapler Jetty Runner

Apache License: HttpClient

Apache Software License - Version 2.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities

Common Public License Version 1.0: JUnit

MIT License: Bridge method injection annotations

2-clause BSD license: Stapler

Mozilla Public License version 1.1: HtmlUnit Core JS

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebug
guava-r06.jar914.45 kB74472581.5debug
commons-beanutils-1.7.0.jar184.25 kB12911151.2debug
commons-codec-1.4.jar56.80 kB473051.4debug
commons-collections-3.2.1.jar561.90 kB482458121.2debug
commons-discovery-0.4.jar74.89 kB745981.1debug
commons-fileupload-1.2.1.jar56.42 kB604351.3debug
commons-httpclient-3.1.jar297.85 kB18316781.2debug
commons-io-1.4.jar106.49 kB937651.3debug
commons-lang-2.4.jar255.67 kB14812791.2debug
commons-logging-1.1.1.jar59.26 kB422821.1debug
servlet-api-2.5.jar102.65 kB684221.5debug
junit-3.8.1.jar118.23 kB11910061.1debug
ezmorph-1.0.3.jar76.00 kB584361.1debug
cssparser-0.9.5.jar248.00 kB988051.5debug
nekohtml-1.9.13.jar119.12 kB735641.3debug
jackson-core-asl-1.5.0.jar167.59 kB1139971.5debug
jackson-mapper-asl-1.5.0.jar472.47 kB349329121.5debug
jetty-continuation-7.5.4.v20111024.jar19.72 kB231111.5debug
jetty-http-7.5.4.v20111024.jar112.39 kB674941.5debug
jetty-io-7.5.4.v20111024.jar88.82 kB695531.5debug
jetty-security-7.5.4.v20111024.jar81.10 kB685521.5debug
jetty-server-7.5.4.v20111024.jar300.11 kB17614091.5debug
jetty-servlet-7.5.4.v20111024.jar84.79 kB593841.5debug
jetty-util-7.5.4.v20111024.jar210.57 kB14012081.5debug
tiger-types-1.3.jar17.11 kB221211.5debug
annotation-indexer-1.2.jar15.31 kB241111.5debug
htmlunit-2.6-hudson-2.jar837.72 kB544506211.5debug
htmlunit-core-js-2.6-hudson-1.jar702.64 kB296276101.5debug
localizer-1.7.jar6.51 kB15511.5debug
json-lib-2.1-rev6.jar110.71 kB847281.5debug
stapler-1.177.jar258.45 kB22319381.5debug
stapler-jetty-1.1.jar3.28 kB13111.5debug
sac-1.3.jar15.44 kB372921.1debug
serializer-2.7.1.jar271.76 kB12410931.1debug
xalan-2.7.1.jar3.03 MB1,5771,513491.1debug
xercesImpl-2.9.1.jar1.17 MB964894381.1release
bridge-method-annotation-1.4.jar3.09 kB13211.5release
TotalSizeEntriesClassesPackagesJDK RevDebug
3711.05 MB7,4186,6642841.535
compile: 18compile: 8.29 MBcompile: 5,207compile: 4,790compile: 194-compile: 16
test: 19test: 2.75 MBtest: 2,211test: 1,874test: 90-test: 19

Dependency Repository Locations

Repo IDURLReleaseSnapshot
mirror-centralhttp://repo.jenkins-ci.org/public/Yes--

Repository locations for each of the Dependencies.

Artifactmirror-central
com.google.guava:guava:jar:r06Found at http://repo.jenkins-ci.org/public/
commons-beanutils:commons-beanutils:jar:1.7.0Found at http://repo.jenkins-ci.org/public/
commons-codec:commons-codec:jar:1.4Found at http://repo.jenkins-ci.org/public/
commons-collections:commons-collections:jar:3.2.1Found at http://repo.jenkins-ci.org/public/
commons-discovery:commons-discovery:jar:0.4Found at http://repo.jenkins-ci.org/public/
commons-fileupload:commons-fileupload:jar:1.2.1Found at http://repo.jenkins-ci.org/public/
commons-httpclient:commons-httpclient:jar:3.1Found at http://repo.jenkins-ci.org/public/
commons-io:commons-io:jar:1.4Found at http://repo.jenkins-ci.org/public/
commons-lang:commons-lang:jar:2.4Found at http://repo.jenkins-ci.org/public/
commons-logging:commons-logging:jar:1.1.1Found at http://repo.jenkins-ci.org/public/
javax.servlet:servlet-api:jar:2.5Found at http://repo.jenkins-ci.org/public/
junit:junit:jar:3.8.1Found at http://repo.jenkins-ci.org/public/
net.sf.ezmorph:ezmorph:jar:1.0.3Found at http://repo.jenkins-ci.org/public/
net.sourceforge.cssparser:cssparser:jar:0.9.5Found at http://repo.jenkins-ci.org/public/
net.sourceforge.nekohtml:nekohtml:jar:1.9.13Found at http://repo.jenkins-ci.org/public/
org.codehaus.jackson:jackson-core-asl:jar:1.5.0Found at http://repo.jenkins-ci.org/public/
org.codehaus.jackson:jackson-mapper-asl:jar:1.5.0Found at http://repo.jenkins-ci.org/public/
org.eclipse.jetty:jetty-continuation:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
org.eclipse.jetty:jetty-http:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
org.eclipse.jetty:jetty-io:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
org.eclipse.jetty:jetty-security:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
org.eclipse.jetty:jetty-server:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
org.eclipse.jetty:jetty-servlet:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
org.eclipse.jetty:jetty-util:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
org.jvnet:tiger-types:jar:1.3Found at http://repo.jenkins-ci.org/public/
org.jvnet.hudson:annotation-indexer:jar:1.2Found at http://repo.jenkins-ci.org/public/
org.jvnet.hudson:htmlunit:jar:2.6-hudson-2Found at http://repo.jenkins-ci.org/public/
org.jvnet.hudson:htmlunit-core-js:jar:2.6-hudson-1Found at http://repo.jenkins-ci.org/public/
org.jvnet.localizer:localizer:jar:1.7Found at http://repo.jenkins-ci.org/public/
org.kohsuke.stapler:json-lib:jar:2.1-rev6Found at http://repo.jenkins-ci.org/public/
org.kohsuke.stapler:stapler:jar:1.177Found at http://repo.jenkins-ci.org/public/
org.kohsuke.stapler:stapler-jetty:jar:1.1Found at http://repo.jenkins-ci.org/public/
org.w3c.css:sac:jar:1.3Found at http://repo.jenkins-ci.org/public/
xalan:serializer:jar:2.7.1Found at http://repo.jenkins-ci.org/public/
xalan:xalan:jar:2.7.1Found at http://repo.jenkins-ci.org/public/
xerces:xercesImpl:jar:2.9.1Found at http://repo.jenkins-ci.org/public/
com.infradna.tool:bridge-method-annotation:jar:1.4Found at http://repo.jenkins-ci.org/public/
Totalmirror-central
37 (compile: 18, test: 19)37

diff --git a/index.html b/index.html index 5fcd4ff64..d5fd57e88 100644 --- a/index.html +++ b/index.html @@ -185,8 +185,8 @@ token=012345678
-  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/integration.html b/integration.html index b98bfb988..990cbff8c 100644 --- a/integration.html +++ b/integration.html @@ -179,8 +179,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/issue-tracking.html b/issue-tracking.html index b193f6213..7f565e646 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -179,8 +179,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/license.html b/license.html index 2c9a375cb..113ad4293 100644 --- a/license.html +++ b/license.html @@ -179,8 +179,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/mail-lists.html b/mail-lists.html index da0577515..580da4eb2 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -179,8 +179,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/plugin-management.html b/plugin-management.html index f21bfa1af..93d07e816 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -179,8 +179,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/plugins.html b/plugins.html index 6dce5500d..db9487c7c 100644 --- a/plugins.html +++ b/plugins.html @@ -166,7 +166,7 @@
-

Project Build Plugins

GroupIdArtifactIdVersion
com.infradna.toolbridge-method-injector1.2
org.apache.maven.pluginsmaven-clean-plugin2.4.1
org.apache.maven.pluginsmaven-compiler-plugin2.3.2
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-gpg-plugin1.4
org.apache.maven.pluginsmaven-install-plugin2.3.1
org.apache.maven.pluginsmaven-jar-plugin2.3.2
org.apache.maven.pluginsmaven-javadoc-plugin2.8.1
org.apache.maven.pluginsmaven-release-plugin2.0
org.apache.maven.pluginsmaven-resources-plugin2.5
org.apache.maven.pluginsmaven-site-plugin3.0-beta-3
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10

Project Report Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-javadoc-plugin2.8.1
org.apache.maven.pluginsmaven-project-info-reports-plugin2.4
+

Project Build Plugins

GroupIdArtifactIdVersion
com.infradna.toolbridge-method-injector1.2
org.apache.maven.pluginsmaven-clean-plugin2.4.1
org.apache.maven.pluginsmaven-compiler-plugin2.3.2
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-gpg-plugin1.4
org.apache.maven.pluginsmaven-install-plugin2.3.1
org.apache.maven.pluginsmaven-jar-plugin2.3.2
org.apache.maven.pluginsmaven-javadoc-plugin2.8
org.apache.maven.pluginsmaven-release-plugin2.0
org.apache.maven.pluginsmaven-resources-plugin2.5
org.apache.maven.pluginsmaven-site-plugin3.0-beta-3
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10

Project Report Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-javadoc-plugin2.8
org.apache.maven.pluginsmaven-project-info-reports-plugin2.4

diff --git a/project-info.html b/project-info.html index 5bb2ed572..5ce5140bb 100644 --- a/project-info.html +++ b/project-info.html @@ -179,8 +179,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/project-reports.html b/project-reports.html index 3ee9659e1..d76ede151 100644 --- a/project-reports.html +++ b/project-reports.html @@ -139,8 +139,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/project-summary.html b/project-summary.html index 2acf51bda..0b645fafd 100644 --- a/project-summary.html +++ b/project-summary.html @@ -166,7 +166,7 @@
-

Project Summary

Project Information

FieldValue
NameGitHub API for Java
DescriptionGitHub API for Java
Homepagehttp://github-api.kohsuke.org/

Project Organization

This project does not belong to an organization.

Build Information

FieldValue
GroupIdorg.kohsuke
ArtifactIdgithub-api
Version1.28
Typejar
JDK Rev1.5
+

Project Summary

Project Information

FieldValue
NameGitHub API for Java
DescriptionGitHub API for Java
Homepagehttp://github-api.kohsuke.org/

Project Organization

This project does not belong to an organization.

Build Information

FieldValue
GroupIdorg.kohsuke
ArtifactIdgithub-api
Version1.29
Typejar
JDK Rev1.5

diff --git a/source-repository.html b/source-repository.html index 1f58a9c3a..836e08092 100644 --- a/source-repository.html +++ b/source-repository.html @@ -179,8 +179,8 @@ -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/team-list.html b/team-list.html index 8577b3abe..668bfdd86 100644 --- a/team-list.html +++ b/team-list.html @@ -194,8 +194,8 @@ window.onLoad = init(); -  | Last Published: 06/13/2012 -  | Version: 1.28 +  | Last Published: 06/18/2012 +  | Version: 1.29

diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index 27fc2b1e1..da5b54bc4 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -1,34 +1,20 @@ - - - - - - -All Classes (GitHub API for Java 1.28 Test API) - - - - - - - - - - - -All Classes -
- - - - - -
AppTest -
-HookApp -
-
- - - + + + + + +All Classes (GitHub API for Java 1.29 Test API) + + + + +

All Classes

+
+ +
+ + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 31a6e27f0..a42b0b0d6 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -1,34 +1,20 @@ - - - - - - -All Classes (GitHub API for Java 1.28 Test API) - - - - - - - - - - - -All Classes -
- - - - - -
AppTest -
-HookApp -
-
- - - + + + + + +All Classes (GitHub API for Java 1.29 Test API) + + + + +

All Classes

+
+ +
+ + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index 720c60c17..4c84f1e7d 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -1,145 +1,115 @@ - - - - - - -Constant Field Values (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + +
+ + + - -
-
-

-Constant Field Values

-
-
-Contents - -
- - +
+

Constant Field Values

+

Contents

+
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index 02e897a15..378d0db21 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -1,145 +1,115 @@ - - - - - - -Deprecated List (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Deprecated API

-
-
-Contents - -
- - +
+

Deprecated API

+

Contents

+
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index dc2cd9425..cb1bf716d 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -1,216 +1,216 @@ - - - - - - -API Help (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-How This API Document Is Organized

-
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

-Package

-
- -

-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

-
-

-Class/Interface

-
- -

-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
- -

-Annotation Type

-
- -

-Each annotation type has its own separate page with the following sections:

-
- -

-Enum

-
- -

-Each enum has its own separate page with the following sections:

-
-

-Use

-
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-

-Tree (Class Hierarchy)

-
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. -
-

-Deprecated API

-
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-

-Index

-
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-

-Prev/Next

-These links take you to the next or previous class, interface, package, or related page.

-Frames/No Frames

-These links show and hide the HTML frames. All pages are available with or without frames. -

-

-Serialized Form

-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

-

-Constant Field Values

-The Constant Field Values page lists the static final fields and their values. -

- - -This help file applies to API documentation generated using the standard doclet. - -
-


- - +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index bc0f56e08..70b188529 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -1,241 +1,210 @@ - - - - - - -Index (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -A D H M O T
-

-A

-
-
AppTest - Class in org.kohsuke
Unit test for simple App.
AppTest() - -Constructor for class org.kohsuke.AppTest -
  -
-
-

-D

-
-
doIndex(StaplerRequest) - -Method in class org.kohsuke.HookApp -
  -
-
-

-H

-
-
HookApp - Class in org.kohsuke
App to test the hook script.
HookApp() - -Constructor for class org.kohsuke.HookApp -
  -
-
-

-M

-
-
main(String[]) - -Static method in class org.kohsuke.HookApp -
  -
-
-

-O

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

-T

-
-
testApp() - -Method in class org.kohsuke.AppTest -
  -
testBranches() - -Method in class org.kohsuke.AppTest -
  -
testCommit() - -Method in class org.kohsuke.AppTest -
  -
testCommitComment() - -Method in class org.kohsuke.AppTest -
  -
testCreateCommitComment() - -Method in class org.kohsuke.AppTest -
  -
testCredentialValid() - -Method in class org.kohsuke.AppTest -
  -
testEventApi() - -Method in class org.kohsuke.AppTest -
  -
testFetchPullRequest() - -Method in class org.kohsuke.AppTest -
  -
testListCommits() - -Method in class org.kohsuke.AppTest -
  -
testMemberOrgs() - -Method in class org.kohsuke.AppTest -
  -
testMembership() - -Method in class org.kohsuke.AppTest -
  -
testMyOrganizations() - -Method in class org.kohsuke.AppTest -
  -
testOrganization() - -Method in class org.kohsuke.AppTest -
  -
testOrgRepositories() - -Method in class org.kohsuke.AppTest -
  -
testPublicKeys() - -Method in class org.kohsuke.AppTest -
  -
testRateLimit() - -Method in class org.kohsuke.AppTest -
  -
testRepoPermissions() - -Method in class org.kohsuke.AppTest -
  -
tryGetMyself() - -Method in class org.kohsuke.AppTest -
  -
tryGetTeamsForRepo() - -Method in class org.kohsuke.AppTest -
  -
tryHook() - -Method in class org.kohsuke.AppTest -
  -
tryOrgFork() - -Method in class org.kohsuke.AppTest -
  -
-
-A D H M O T - +
A D H M O T  + + +

A

+
+
AppTest - Class in org.kohsuke
+
+
Unit test for simple App.
+
+
AppTest() - Constructor for class org.kohsuke.AppTest
+
 
+
+ + + +

D

+
+
doIndex(StaplerRequest) - Method in class org.kohsuke.HookApp
+
 
+
+ + + +

H

+
+
HookApp - Class in org.kohsuke
+
+
App to test the hook script.
+
+
HookApp() - Constructor for class org.kohsuke.HookApp
+
 
+
+ + + +

M

+
+
main(String[]) - Static method in class org.kohsuke.HookApp
+
 
+
+ + + +

O

+
+
org.kohsuke - package org.kohsuke
+
 
+
+ + + +

T

+
+
testApp() - Method in class org.kohsuke.AppTest
+
 
+
testBranches() - Method in class org.kohsuke.AppTest
+
 
+
testCommit() - Method in class org.kohsuke.AppTest
+
 
+
testCommitComment() - Method in class org.kohsuke.AppTest
+
 
+
testCreateCommitComment() - Method in class org.kohsuke.AppTest
+
 
+
testCredentialValid() - Method in class org.kohsuke.AppTest
+
 
+
testEventApi() - Method in class org.kohsuke.AppTest
+
 
+
testFetchPullRequest() - Method in class org.kohsuke.AppTest
+
 
+
testListCommits() - Method in class org.kohsuke.AppTest
+
 
+
testMemberOrgs() - Method in class org.kohsuke.AppTest
+
 
+
testMembership() - Method in class org.kohsuke.AppTest
+
 
+
testMyOrganizations() - Method in class org.kohsuke.AppTest
+
 
+
testOrganization() - Method in class org.kohsuke.AppTest
+
 
+
testOrgRepositories() - Method in class org.kohsuke.AppTest
+
 
+
testPublicKeys() - Method in class org.kohsuke.AppTest
+
 
+
testRateLimit() - Method in class org.kohsuke.AppTest
+
 
+
testRepoCRUD() - Method in class org.kohsuke.AppTest
+
 
+
testRepoPermissions() - Method in class org.kohsuke.AppTest
+
 
+
tryGetMyself() - Method in class org.kohsuke.AppTest
+
 
+
tryGetTeamsForRepo() - Method in class org.kohsuke.AppTest
+
 
+
tryHook() - Method in class org.kohsuke.AppTest
+
 
+
tryOrgFork() - Method in class org.kohsuke.AppTest
+
 
+
+A D H M O T 
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/index.html b/testapidocs/index.html index 79ac81709..fddc735a0 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -1,13 +1,11 @@ - - - - - - -GitHub API for Java 1.28 Test API - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="org/kohsuke/package-summary.html">Non-frame version.</A> - - - + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/kohsuke/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/testapidocs/options b/testapidocs/options index 722d4801f..6238c79ba 100644 --- a/testapidocs/options +++ b/testapidocs/options @@ -1,26 +1,26 @@ -classpath -'/home/kohsuke/ws/github-api/target/checkout/target/classes:/home/kohsuke/ws/github-api/target/checkout/target/test-classes:/files/kohsuke/.m2/repository/org/eclipse/jetty/jetty-security/7.5.4.v20111024/jetty-security-7.5.4.v20111024.jar:/files/kohsuke/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/files/kohsuke/.m2/repository/com/infradna/tool/bridge-method-annotation/1.4/bridge-method-annotation-1.4.jar:/files/kohsuke/.m2/repository/commons-discovery/commons-discovery/0.4/commons-discovery-0.4.jar:/files/kohsuke/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/files/kohsuke/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar:/files/kohsuke/.m2/repository/org/eclipse/jetty/jetty-io/7.5.4.v20111024/jetty-io-7.5.4.v20111024.jar:/files/kohsuke/.m2/repository/org/eclipse/jetty/jetty-server/7.5.4.v20111024/jetty-server-7.5.4.v20111024.jar:/files/kohsuke/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/files/kohsuke/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/files/kohsuke/.m2/repository/org/eclipse/jetty/jetty-http/7.5.4.v20111024/jetty-http-7.5.4.v20111024.jar:/files/kohsuke/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.jar:/files/kohsuke/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar:/files/kohsuke/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.0/jackson-mapper-asl-1.5.0.jar:/files/kohsuke/.m2/repository/org/eclipse/jetty/jetty-continuation/7.5.4.v20111024/jetty-continuation-7.5.4.v20111024.jar:/files/kohsuke/.m2/repository/com/google/guava/guava/r06/guava-r06.jar:/files/kohsuke/.m2/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar:/files/kohsuke/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/files/kohsuke/.m2/repository/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar:/files/kohsuke/.m2/repository/org/jvnet/localizer/localizer/1.7/localizer-1.7.jar:/files/kohsuke/.m2/repository/org/kohsuke/stapler/stapler-jetty/1.1/stapler-jetty-1.1.jar:/files/kohsuke/.m2/repository/org/eclipse/jetty/jetty-util/7.5.4.v20111024/jetty-util-7.5.4.v20111024.jar:/files/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit/2.6-hudson-2/htmlunit-2.6-hudson-2.jar:/files/kohsuke/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.13/nekohtml-1.9.13.jar:/files/kohsuke/.m2/repository/org/jvnet/tiger-types/1.3/tiger-types-1.3.jar:/files/kohsuke/.m2/repository/org/jvnet/hudson/annotation-indexer/1.2/annotation-indexer-1.2.jar:/files/kohsuke/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar:/files/kohsuke/.m2/repository/org/w3c/css/sac/1.3/sac-1.3.jar:/files/kohsuke/.m2/repository/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar:/files/kohsuke/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/files/kohsuke/.m2/repository/org/kohsuke/stapler/stapler/1.177/stapler-1.177.jar:/files/kohsuke/.m2/repository/org/eclipse/jetty/jetty-servlet/7.5.4.v20111024/jetty-servlet-7.5.4.v20111024.jar:/files/kohsuke/.m2/repository/net/sf/ezmorph/ezmorph/1.0.3/ezmorph-1.0.3.jar:/files/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit-core-js/2.6-hudson-1/htmlunit-core-js-2.6-hudson-1.jar:/files/kohsuke/.m2/repository/org/kohsuke/stapler/json-lib/2.1-rev6/json-lib-2.1-rev6.jar:/files/kohsuke/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar:/files/kohsuke/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar' +'/files/kohsuke/ws/github-api/target/checkout/target/classes:/files/kohsuke/ws/github-api/target/checkout/target/test-classes:/home/kohsuke/.m2/repository/org/eclipse/jetty/jetty-security/7.5.4.v20111024/jetty-security-7.5.4.v20111024.jar:/home/kohsuke/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/home/kohsuke/.m2/repository/com/infradna/tool/bridge-method-annotation/1.4/bridge-method-annotation-1.4.jar:/home/kohsuke/.m2/repository/commons-discovery/commons-discovery/0.4/commons-discovery-0.4.jar:/home/kohsuke/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/home/kohsuke/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar:/home/kohsuke/.m2/repository/org/eclipse/jetty/jetty-io/7.5.4.v20111024/jetty-io-7.5.4.v20111024.jar:/home/kohsuke/.m2/repository/org/eclipse/jetty/jetty-server/7.5.4.v20111024/jetty-server-7.5.4.v20111024.jar:/home/kohsuke/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/home/kohsuke/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/home/kohsuke/.m2/repository/org/eclipse/jetty/jetty-http/7.5.4.v20111024/jetty-http-7.5.4.v20111024.jar:/home/kohsuke/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.jar:/home/kohsuke/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar:/home/kohsuke/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.0/jackson-mapper-asl-1.5.0.jar:/home/kohsuke/.m2/repository/org/eclipse/jetty/jetty-continuation/7.5.4.v20111024/jetty-continuation-7.5.4.v20111024.jar:/home/kohsuke/.m2/repository/com/google/guava/guava/r06/guava-r06.jar:/home/kohsuke/.m2/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar:/home/kohsuke/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/home/kohsuke/.m2/repository/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar:/home/kohsuke/.m2/repository/org/jvnet/localizer/localizer/1.7/localizer-1.7.jar:/home/kohsuke/.m2/repository/org/kohsuke/stapler/stapler-jetty/1.1/stapler-jetty-1.1.jar:/home/kohsuke/.m2/repository/org/eclipse/jetty/jetty-util/7.5.4.v20111024/jetty-util-7.5.4.v20111024.jar:/home/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit/2.6-hudson-2/htmlunit-2.6-hudson-2.jar:/home/kohsuke/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.13/nekohtml-1.9.13.jar:/home/kohsuke/.m2/repository/org/jvnet/tiger-types/1.3/tiger-types-1.3.jar:/home/kohsuke/.m2/repository/org/jvnet/hudson/annotation-indexer/1.2/annotation-indexer-1.2.jar:/home/kohsuke/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar:/home/kohsuke/.m2/repository/org/w3c/css/sac/1.3/sac-1.3.jar:/home/kohsuke/.m2/repository/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar:/home/kohsuke/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/home/kohsuke/.m2/repository/org/kohsuke/stapler/stapler/1.177/stapler-1.177.jar:/home/kohsuke/.m2/repository/org/eclipse/jetty/jetty-servlet/7.5.4.v20111024/jetty-servlet-7.5.4.v20111024.jar:/home/kohsuke/.m2/repository/net/sf/ezmorph/ezmorph/1.0.3/ezmorph-1.0.3.jar:/home/kohsuke/.m2/repository/org/jvnet/hudson/htmlunit-core-js/2.6-hudson-1/htmlunit-core-js-2.6-hudson-1.jar:/home/kohsuke/.m2/repository/org/kohsuke/stapler/json-lib/2.1-rev6/json-lib-2.1-rev6.jar:/home/kohsuke/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar:/home/kohsuke/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar' -encoding 'UTF-8' -protected -sourcepath -'/home/kohsuke/ws/github-api/target/checkout/src/test/java' +'/files/kohsuke/ws/github-api/target/checkout/src/test/java' -author -bottom 'Copyright © 2012. All Rights Reserved.' -charset 'UTF-8' -d -'/home/kohsuke/ws/github-api/target/checkout/target/site/testapidocs' +'/files/kohsuke/ws/github-api/target/checkout/target/site/testapidocs' -docencoding 'UTF-8' -doctitle -'GitHub API for Java 1.27 Test API' +'GitHub API for Java 1.29 Test API' -link '../apidocs' -linkoffline -'http://download.oracle.com/javase/1.5.0/docs/api' '/home/kohsuke/ws/github-api/target/checkout/target/javadoc-bundle-options' +'http://download.oracle.com/javase/1.5.0/docs/api' '/files/kohsuke/ws/github-api/target/checkout/target/javadoc-bundle-options' -use -version -windowtitle -'GitHub API for Java 1.27 Test API' \ No newline at end of file +'GitHub API for Java 1.29 Test API' \ No newline at end of file diff --git a/testapidocs/org/kohsuke/AppTest.html b/testapidocs/org/kohsuke/AppTest.html index ec2898e60..0b6ebe428 100644 --- a/testapidocs/org/kohsuke/AppTest.html +++ b/testapidocs/org/kohsuke/AppTest.html @@ -1,721 +1,624 @@ - - - - - - -AppTest (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke -
-Class AppTest

-
-java.lang.Object
-  extended by junit.framework.Assert
-      extended by junit.framework.TestCase
-          extended by org.kohsuke.AppTest
-
-
-
All Implemented Interfaces:
junit.framework.Test
-
-
-
-
public class AppTest
extends junit.framework.TestCase
- - -

-Unit test for simple App. -

- -

-


- -

- +

+
org.kohsuke
+

Class AppTest

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/org/kohsuke/HookApp.html b/testapidocs/org/kohsuke/HookApp.html index f63995139..4bbcc8366 100644 --- a/testapidocs/org/kohsuke/HookApp.html +++ b/testapidocs/org/kohsuke/HookApp.html @@ -1,285 +1,279 @@ - - - - - - -HookApp (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.kohsuke -
-Class HookApp

-
-java.lang.Object
-  extended by org.kohsuke.HookApp
-
-
-
-
public class HookApp
extends Object
- - -

-App to test the hook script. You need some internet-facing server that can forward the request to you - (typically via SSH reverse port forwarding.) -

- -

-

-
Author:
-
Kohsuke Kawaguchi
-
-
- -

- +

+
org.kohsuke
+

Class HookApp

+
+
+ +
+ +
+
+ +
+
+ +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/org/kohsuke/class-use/AppTest.html b/testapidocs/org/kohsuke/class-use/AppTest.html index b3f901d7e..ac48a12b1 100644 --- a/testapidocs/org/kohsuke/class-use/AppTest.html +++ b/testapidocs/org/kohsuke/class-use/AppTest.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.AppTest (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.AppTest

-
-No usage of org.kohsuke.AppTest -

-


- - +
+

Uses of Class
org.kohsuke.AppTest

+
+
No usage of org.kohsuke.AppTest
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/org/kohsuke/class-use/HookApp.html b/testapidocs/org/kohsuke/class-use/HookApp.html index f00f6aeb1..1379a29b8 100644 --- a/testapidocs/org/kohsuke/class-use/HookApp.html +++ b/testapidocs/org/kohsuke/class-use/HookApp.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Class org.kohsuke.HookApp (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.kohsuke.HookApp

-
-No usage of org.kohsuke.HookApp -

-


- - +
+

Uses of Class
org.kohsuke.HookApp

+
+
No usage of org.kohsuke.HookApp
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/org/kohsuke/package-frame.html b/testapidocs/org/kohsuke/package-frame.html index 6ba64dc11..d94f1032e 100644 --- a/testapidocs/org/kohsuke/package-frame.html +++ b/testapidocs/org/kohsuke/package-frame.html @@ -1,35 +1,21 @@ - - - - - - -org.kohsuke (GitHub API for Java 1.28 Test API) - - - - - - - - - - - -org.kohsuke - - - - -
-Classes  - -
-AppTest -
-HookApp
- - - - + + + + + +org.kohsuke (GitHub API for Java 1.29 Test API) + + + + +

org.kohsuke

+
+

Classes

+ +
+ + diff --git a/testapidocs/org/kohsuke/package-summary.html b/testapidocs/org/kohsuke/package-summary.html index 129bf545a..3546d1489 100644 --- a/testapidocs/org/kohsuke/package-summary.html +++ b/testapidocs/org/kohsuke/package-summary.html @@ -1,160 +1,141 @@ - - - - - - -org.kohsuke (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-

-Package org.kohsuke -

- - - - - - - - - - - - - -
-Class Summary
AppTestUnit test for simple App.
HookAppApp to test the hook script.
-  - -

-

-
-
- - +
+

Package org.kohsuke

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/org/kohsuke/package-tree.html b/testapidocs/org/kohsuke/package-tree.html index 1553901ea..14e12a12b 100644 --- a/testapidocs/org/kohsuke/package-tree.html +++ b/testapidocs/org/kohsuke/package-tree.html @@ -1,154 +1,133 @@ - - - - - - -org.kohsuke Class Hierarchy (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Hierarchy For Package org.kohsuke -

-
-

-Class Hierarchy -

- -
- - +
+

Hierarchy For Package org.kohsuke

+
+
+

Class Hierarchy

+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/org/kohsuke/package-use.html b/testapidocs/org/kohsuke/package-use.html index e0de17edd..c6c2df77f 100644 --- a/testapidocs/org/kohsuke/package-use.html +++ b/testapidocs/org/kohsuke/package-use.html @@ -1,143 +1,115 @@ - - - - - - -Uses of Package org.kohsuke (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Package
org.kohsuke

-
-No usage of org.kohsuke -

-


- - +
+

Uses of Package
org.kohsuke

+
+
No usage of org.kohsuke
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/overview-tree.html b/testapidocs/overview-tree.html index a2f95fba0..5dc2fb0f9 100644 --- a/testapidocs/overview-tree.html +++ b/testapidocs/overview-tree.html @@ -1,156 +1,137 @@ - - - - - - -Class Hierarchy (GitHub API for Java 1.28 Test API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Hierarchy For All Packages

-
-
-
Package Hierarchies:
org.kohsuke
-
-

-Class Hierarchy -

- -
- - +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2012. All Rights Reserved. - - +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/testapidocs/stylesheet.css b/testapidocs/stylesheet.css index 6ea9e5161..0aeaa97fe 100644 --- a/testapidocs/stylesheet.css +++ b/testapidocs/stylesheet.css @@ -1,29 +1,474 @@ /* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +}