+ Note that GitHub doesn't always seem to report this information
+ even for an issue that's already closed. See
+ https://github.com/kohsuke/github-api/issues/60.
+ Note that GitHub doesn't always seem to report this information
+ even for an issue that's already closed. See
+ https://github.com/kohsuke/github-api/issues/60.
+ This library aims to be safe for use by multiple threads concurrently, although
+ the library itself makes no attempt to control/serialize potentially conflicting
+ operations to GitHub, such as updating & deleting a repository at the same time.
Author:
Kohsuke Kawaguchi
diff --git a/apidocs/org/kohsuke/github/GitHubBuilder.html b/apidocs/org/kohsuke/github/GitHubBuilder.html
index 71c109266..8174b2b84 100644
--- a/apidocs/org/kohsuke/github/GitHubBuilder.html
+++ b/apidocs/org/kohsuke/github/GitHubBuilder.html
@@ -2,16 +2,16 @@
-
+
-GitHubBuilder (GitHub API for Java 1.61 API)
-
+GitHubBuilder (GitHub API for Java 1.62 API)
+
@@ -190,6 +190,14 @@ extends withPassword(String user,
String password)
Configures connector
+ that uses HTTP library in JRE but use a specific proxy, instead of
+ the system default one.
+
+
diff --git a/apidocs/org/kohsuke/github/GitUser.html b/apidocs/org/kohsuke/github/GitUser.html
index efef8c0d3..6c46e2791 100644
--- a/apidocs/org/kohsuke/github/GitUser.html
+++ b/apidocs/org/kohsuke/github/GitUser.html
@@ -2,16 +2,16 @@
-
+
-GitUser (GitHub API for Java 1.61 API)
-
+GitUser (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/HttpConnector.html b/apidocs/org/kohsuke/github/HttpConnector.html
index 05af08519..d690b84b6 100644
--- a/apidocs/org/kohsuke/github/HttpConnector.html
+++ b/apidocs/org/kohsuke/github/HttpConnector.html
@@ -2,16 +2,16 @@
-
+
-HttpConnector (GitHub API for Java 1.61 API)
-
+HttpConnector (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/PagedIterable.html b/apidocs/org/kohsuke/github/PagedIterable.html
index 223102d61..329da1d22 100644
--- a/apidocs/org/kohsuke/github/PagedIterable.html
+++ b/apidocs/org/kohsuke/github/PagedIterable.html
@@ -2,16 +2,16 @@
-
+
-PagedIterable (GitHub API for Java 1.61 API)
-
+PagedIterable (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/PagedIterator.html b/apidocs/org/kohsuke/github/PagedIterator.html
index 2fab39cb7..5451f6af8 100644
--- a/apidocs/org/kohsuke/github/PagedIterator.html
+++ b/apidocs/org/kohsuke/github/PagedIterator.html
@@ -2,16 +2,16 @@
-
+
-PagedIterator (GitHub API for Java 1.61 API)
-
+PagedIterator (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/PagedSearchIterable.html b/apidocs/org/kohsuke/github/PagedSearchIterable.html
index 738e2b12d..42f125e90 100644
--- a/apidocs/org/kohsuke/github/PagedSearchIterable.html
+++ b/apidocs/org/kohsuke/github/PagedSearchIterable.html
@@ -2,16 +2,16 @@
-
+
-PagedSearchIterable (GitHub API for Java 1.61 API)
-
+PagedSearchIterable (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHAsset.html b/apidocs/org/kohsuke/github/class-use/GHAsset.html
index 052988f14..e89ba8018 100644
--- a/apidocs/org/kohsuke/github/class-use/GHAsset.html
+++ b/apidocs/org/kohsuke/github/class-use/GHAsset.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHAsset (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHAsset (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHAuthorization.html b/apidocs/org/kohsuke/github/class-use/GHAuthorization.html
index 8085459ba..39f230361 100644
--- a/apidocs/org/kohsuke/github/class-use/GHAuthorization.html
+++ b/apidocs/org/kohsuke/github/class-use/GHAuthorization.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHAuthorization (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHAuthorization (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html b/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html
index 3439e88f0..2863d082a 100644
--- a/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html
+++ b/apidocs/org/kohsuke/github/class-use/GHBranch.Commit.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHBranch.Commit (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHBranch.Commit (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHBranch.html b/apidocs/org/kohsuke/github/class-use/GHBranch.html
index d0e5af719..08e64143e 100644
--- a/apidocs/org/kohsuke/github/class-use/GHBranch.html
+++ b/apidocs/org/kohsuke/github/class-use/GHBranch.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHBranch (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHBranch (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.File.html b/apidocs/org/kohsuke/github/class-use/GHCommit.File.html
index c7e45b0c1..e7d8aec40 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommit.File.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommit.File.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommit.File (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommit.File (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.GHAuthor.html b/apidocs/org/kohsuke/github/class-use/GHCommit.GHAuthor.html
index dbba02198..41240cb81 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommit.GHAuthor.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommit.GHAuthor.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommit.GHAuthor (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommit.GHAuthor (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html b/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html
index 526a98ca0..85cfbc791 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommit.Parent.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommit.Parent (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommit.Parent (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.ShortInfo.html b/apidocs/org/kohsuke/github/class-use/GHCommit.ShortInfo.html
index e1c813c42..31f9c51e3 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommit.ShortInfo.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommit.ShortInfo.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommit.ShortInfo (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommit.ShortInfo (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html b/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html
index 983310018..8a2943441 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommit.Stats.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommit.Stats (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommit.Stats (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommit.html b/apidocs/org/kohsuke/github/class-use/GHCommit.html
index f7f002b25..8433e0f35 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommit.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommit.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommit (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommit (GitHub API for Java 1.62 API)
+
@@ -113,18 +113,18 @@
GHRepository.getCommit(String sha1)
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommitComment.html b/apidocs/org/kohsuke/github/class-use/GHCommitComment.html
index ffb6e432e..1d6ae5d20 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommitComment.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommitComment.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommitComment (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommitComment (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html b/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html
index 92056a575..c3db76289 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommitPointer.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommitPointer (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommitPointer (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommitQueryBuilder.html b/apidocs/org/kohsuke/github/class-use/GHCommitQueryBuilder.html
index 84b1ffee0..8ba3a9634 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommitQueryBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommitQueryBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommitQueryBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommitQueryBuilder (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommitState.html b/apidocs/org/kohsuke/github/class-use/GHCommitState.html
index 46e592f68..326e81a6c 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommitState.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommitState.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommitState (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommitState (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCommitStatus.html b/apidocs/org/kohsuke/github/class-use/GHCommitStatus.html
index 41c0f504c..c1fb062ae 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCommitStatus.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCommitStatus.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCommitStatus (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCommitStatus (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCompare.Commit.html b/apidocs/org/kohsuke/github/class-use/GHCompare.Commit.html
index 188c7b7fc..344cb3399 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCompare.Commit.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCompare.Commit.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCompare.Commit (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCompare.Commit (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCompare.InnerCommit.html b/apidocs/org/kohsuke/github/class-use/GHCompare.InnerCommit.html
index a077404e4..4e2bc87e0 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCompare.InnerCommit.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCompare.InnerCommit.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCompare.InnerCommit (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCompare.InnerCommit (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCompare.Status.html b/apidocs/org/kohsuke/github/class-use/GHCompare.Status.html
index 171d0e0be..8922aed21 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCompare.Status.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCompare.Status.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCompare.Status (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCompare.Status (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCompare.Tree.html b/apidocs/org/kohsuke/github/class-use/GHCompare.Tree.html
index d8355be0f..91521b0f9 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCompare.Tree.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCompare.Tree.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCompare.Tree (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCompare.Tree (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCompare.User.html b/apidocs/org/kohsuke/github/class-use/GHCompare.User.html
index 482f4c939..43bb0403c 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCompare.User.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCompare.User.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCompare.User (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCompare.User (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHCompare.html b/apidocs/org/kohsuke/github/class-use/GHCompare.html
index acb1a8b1a..eefeb640d 100644
--- a/apidocs/org/kohsuke/github/class-use/GHCompare.html
+++ b/apidocs/org/kohsuke/github/class-use/GHCompare.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHCompare (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHCompare (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHContent.html b/apidocs/org/kohsuke/github/class-use/GHContent.html
index a3d4aba13..b1f0d70a9 100644
--- a/apidocs/org/kohsuke/github/class-use/GHContent.html
+++ b/apidocs/org/kohsuke/github/class-use/GHContent.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHContent (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHContent (GitHub API for Java 1.62 API)
+
@@ -111,7 +111,9 @@
diff --git a/apidocs/org/kohsuke/github/class-use/GHContentUpdateResponse.html b/apidocs/org/kohsuke/github/class-use/GHContentUpdateResponse.html
index 33702b654..7d9764fc3 100644
--- a/apidocs/org/kohsuke/github/class-use/GHContentUpdateResponse.html
+++ b/apidocs/org/kohsuke/github/class-use/GHContentUpdateResponse.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHContentUpdateResponse (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHContentUpdateResponse (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHDeployKey.html b/apidocs/org/kohsuke/github/class-use/GHDeployKey.html
index 91a6f67d0..d61b074b3 100644
--- a/apidocs/org/kohsuke/github/class-use/GHDeployKey.html
+++ b/apidocs/org/kohsuke/github/class-use/GHDeployKey.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHDeployKey (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHDeployKey (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHDeployment.html b/apidocs/org/kohsuke/github/class-use/GHDeployment.html
index 024d8ec64..0cf31261e 100644
--- a/apidocs/org/kohsuke/github/class-use/GHDeployment.html
+++ b/apidocs/org/kohsuke/github/class-use/GHDeployment.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHDeployment (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHDeployment (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHDeploymentBuilder.html b/apidocs/org/kohsuke/github/class-use/GHDeploymentBuilder.html
index 7179f6dfe..4d1561898 100644
--- a/apidocs/org/kohsuke/github/class-use/GHDeploymentBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GHDeploymentBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHDeploymentBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHDeploymentBuilder (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHDeploymentState.html b/apidocs/org/kohsuke/github/class-use/GHDeploymentState.html
index a50295107..a29c27164 100644
--- a/apidocs/org/kohsuke/github/class-use/GHDeploymentState.html
+++ b/apidocs/org/kohsuke/github/class-use/GHDeploymentState.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHDeploymentState (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHDeploymentState (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHDeploymentStatus.html b/apidocs/org/kohsuke/github/class-use/GHDeploymentStatus.html
index ef8bec20b..38a94f756 100644
--- a/apidocs/org/kohsuke/github/class-use/GHDeploymentStatus.html
+++ b/apidocs/org/kohsuke/github/class-use/GHDeploymentStatus.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHDeploymentStatus (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHDeploymentStatus (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHDeploymentStatusBuilder.html b/apidocs/org/kohsuke/github/class-use/GHDeploymentStatusBuilder.html
index 4de136da3..a481f270a 100644
--- a/apidocs/org/kohsuke/github/class-use/GHDeploymentStatusBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GHDeploymentStatusBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHDeploymentStatusBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHDeploymentStatusBuilder (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEmail.html b/apidocs/org/kohsuke/github/class-use/GHEmail.html
index dff6052bc..8f3fbddf3 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEmail.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEmail.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEmail (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEmail (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEvent.html b/apidocs/org/kohsuke/github/class-use/GHEvent.html
index 44ad9f0c7..b5e6aeb42 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEvent.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEvent.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEvent (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEvent (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html b/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html
index 3ab10c442..3e6ac1d0a 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEventInfo.GHEventRepository (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEventInfo.GHEventRepository (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEventInfo.html b/apidocs/org/kohsuke/github/class-use/GHEventInfo.html
index a01e71134..55570c314 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEventInfo.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEventInfo.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEventInfo (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEventInfo (GitHub API for Java 1.62 API)
+
@@ -104,28 +104,28 @@
Lists events performed by a user (this includes private events if the caller is authenticated.
+
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html
index a3e7692e6..1147f0196 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEventPayload.IssueComment (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEventPayload.IssueComment (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html
index 60b319099..56e1f5fc0 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEventPayload.PullRequest (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEventPayload.PullRequest (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html
index a0e58c0d8..0c578be03 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEventPayload.Push.PushCommit (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEventPayload.Push.PushCommit (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html
index e5059b2f5..f942ba574 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEventPayload.Push (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEventPayload.Push (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.html
index b479ed493..b66214954 100644
--- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.html
+++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHEventPayload (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHEventPayload (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHException.html b/apidocs/org/kohsuke/github/class-use/GHException.html
index 2e949a324..f070faa07 100644
--- a/apidocs/org/kohsuke/github/class-use/GHException.html
+++ b/apidocs/org/kohsuke/github/class-use/GHException.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHException (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHException (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHGist.html b/apidocs/org/kohsuke/github/class-use/GHGist.html
index ca5f57b5b..a02fdce0d 100644
--- a/apidocs/org/kohsuke/github/class-use/GHGist.html
+++ b/apidocs/org/kohsuke/github/class-use/GHGist.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHGist (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHGist (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html b/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html
index 600e874d6..1d559dad3 100644
--- a/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHGistBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHGistBuilder (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHGistFile.html b/apidocs/org/kohsuke/github/class-use/GHGistFile.html
index f55e731de..8e47c92b1 100644
--- a/apidocs/org/kohsuke/github/class-use/GHGistFile.html
+++ b/apidocs/org/kohsuke/github/class-use/GHGistFile.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHGistFile (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHGistFile (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHHook.html b/apidocs/org/kohsuke/github/class-use/GHHook.html
index c1aad9f17..629d22612 100644
--- a/apidocs/org/kohsuke/github/class-use/GHHook.html
+++ b/apidocs/org/kohsuke/github/class-use/GHHook.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHHook (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHHook (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html b/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html
index 002ffada4..747726f95 100644
--- a/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html
+++ b/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHIssue.Label (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHIssue.Label (GitHub API for Java 1.62 API)
+
@@ -66,64 +66,7 @@
diff --git a/apidocs/org/kohsuke/github/class-use/GHIssue.html b/apidocs/org/kohsuke/github/class-use/GHIssue.html
index c519e33f4..396c681b6 100644
--- a/apidocs/org/kohsuke/github/class-use/GHIssue.html
+++ b/apidocs/org/kohsuke/github/class-use/GHIssue.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHIssue (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHIssue (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html b/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html
index 136383a6c..1935e48bd 100644
--- a/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHIssueBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHIssueBuilder (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueComment.html b/apidocs/org/kohsuke/github/class-use/GHIssueComment.html
index 079ed817f..594f9cb63 100644
--- a/apidocs/org/kohsuke/github/class-use/GHIssueComment.html
+++ b/apidocs/org/kohsuke/github/class-use/GHIssueComment.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHIssueComment (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHIssueComment (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html
index 5e66e1cf5..ef60d4acb 100644
--- a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html
+++ b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHIssueSearchBuilder.Sort (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHIssueSearchBuilder.Sort (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html
index f94dde983..aeea077fa 100644
--- a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHIssueSearchBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHIssueSearchBuilder (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueState.html b/apidocs/org/kohsuke/github/class-use/GHIssueState.html
index 98292c4e9..20eb25151 100644
--- a/apidocs/org/kohsuke/github/class-use/GHIssueState.html
+++ b/apidocs/org/kohsuke/github/class-use/GHIssueState.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHIssueState (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHIssueState (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHKey.html b/apidocs/org/kohsuke/github/class-use/GHKey.html
index 6b29f45ed..abc0fa616 100644
--- a/apidocs/org/kohsuke/github/class-use/GHKey.html
+++ b/apidocs/org/kohsuke/github/class-use/GHKey.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHKey (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHKey (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHLabel.html b/apidocs/org/kohsuke/github/class-use/GHLabel.html
new file mode 100644
index 000000000..a3912ac55
--- /dev/null
+++ b/apidocs/org/kohsuke/github/class-use/GHLabel.html
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+Uses of Class org.kohsuke.github.GHLabel (GitHub API for Java 1.62 API)
+
+
+
+
+
+
+
+
+
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHMilestone.html b/apidocs/org/kohsuke/github/class-use/GHMilestone.html
index 48081a85d..4b7b481f4 100644
--- a/apidocs/org/kohsuke/github/class-use/GHMilestone.html
+++ b/apidocs/org/kohsuke/github/class-use/GHMilestone.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHMilestone (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHMilestone (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html b/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html
index 993e05e52..8a3b74383 100644
--- a/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html
+++ b/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHMilestoneState (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHMilestoneState (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHMyself.html b/apidocs/org/kohsuke/github/class-use/GHMyself.html
index f7a7556ba..be447b0b6 100644
--- a/apidocs/org/kohsuke/github/class-use/GHMyself.html
+++ b/apidocs/org/kohsuke/github/class-use/GHMyself.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHMyself (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHMyself (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHObject.html b/apidocs/org/kohsuke/github/class-use/GHObject.html
index f2eaf2a41..3425bac63 100644
--- a/apidocs/org/kohsuke/github/class-use/GHObject.html
+++ b/apidocs/org/kohsuke/github/class-use/GHObject.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHObject (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHObject (GitHub API for Java 1.62 API)
+
@@ -189,6 +189,10 @@
diff --git a/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html b/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html
index 93af2de6b..edffe6961 100644
--- a/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html
+++ b/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHOrganization.Permission (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHOrganization.Permission (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHOrganization.html b/apidocs/org/kohsuke/github/class-use/GHOrganization.html
index d2abf6549..3a1981674 100644
--- a/apidocs/org/kohsuke/github/class-use/GHOrganization.html
+++ b/apidocs/org/kohsuke/github/class-use/GHOrganization.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHOrganization (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHOrganization (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHPerson.html b/apidocs/org/kohsuke/github/class-use/GHPerson.html
index df8aaa18f..c2ebdea12 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPerson.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPerson.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPerson (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPerson (GitHub API for Java 1.62 API)
+
@@ -122,6 +122,10 @@
diff --git a/apidocs/org/kohsuke/github/class-use/GHPersonSet.html b/apidocs/org/kohsuke/github/class-use/GHPersonSet.html
index 58cb177ca..e20d7b6da 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPersonSet.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPersonSet.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPersonSet (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPersonSet (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequest.html b/apidocs/org/kohsuke/github/class-use/GHPullRequest.html
index 065ac1c1f..6ac5a7830 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPullRequest.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPullRequest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPullRequest (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPullRequest (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html
index be4c05451..f7134de9d 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Authorship (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Authorship (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html
index f5132c710..b2779af92 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Commit (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Commit (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html
index a3c606ae2..7c7684034 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html
index e0a5b606b..593cf32b4 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Tree (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Tree (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html
index ba0daffdb..1e99a0853 100644
--- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html
+++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHPullRequestCommitDetail (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHPullRequestCommitDetail (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHRateLimit.html b/apidocs/org/kohsuke/github/class-use/GHRateLimit.html
index 0c107b8ea..2b6a3ee3b 100644
--- a/apidocs/org/kohsuke/github/class-use/GHRateLimit.html
+++ b/apidocs/org/kohsuke/github/class-use/GHRateLimit.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHRateLimit (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHRateLimit (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html b/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html
index a9b3a5a52..39b67bd3f 100644
--- a/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html
+++ b/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHRef.GHObject (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHRef.GHObject (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHRef.html b/apidocs/org/kohsuke/github/class-use/GHRef.html
index e382f9b9d..1450aff3b 100644
--- a/apidocs/org/kohsuke/github/class-use/GHRef.html
+++ b/apidocs/org/kohsuke/github/class-use/GHRef.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHRef (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHRef (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHRelease.html b/apidocs/org/kohsuke/github/class-use/GHRelease.html
index e88ad8663..1fb0a9434 100644
--- a/apidocs/org/kohsuke/github/class-use/GHRelease.html
+++ b/apidocs/org/kohsuke/github/class-use/GHRelease.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHRelease (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHRelease (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html b/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html
index d303783bb..3e464ad62 100644
--- a/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHReleaseBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHReleaseBuilder (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHRepository.Contributor.html b/apidocs/org/kohsuke/github/class-use/GHRepository.Contributor.html
new file mode 100644
index 000000000..c2542dd64
--- /dev/null
+++ b/apidocs/org/kohsuke/github/class-use/GHRepository.Contributor.html
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+Uses of Class org.kohsuke.github.GHRepository.Contributor (GitHub API for Java 1.62 API)
+
+
+
+
+
+
+
+
+
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHRepository.html b/apidocs/org/kohsuke/github/class-use/GHRepository.html
index 42ac60028..cd3863eca 100644
--- a/apidocs/org/kohsuke/github/class-use/GHRepository.html
+++ b/apidocs/org/kohsuke/github/class-use/GHRepository.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHRepository (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHRepository (GitHub API for Java 1.62 API)
+
@@ -137,8 +137,8 @@
+
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHTag.html b/apidocs/org/kohsuke/github/class-use/GHTag.html
index b73558c57..6060fef48 100644
--- a/apidocs/org/kohsuke/github/class-use/GHTag.html
+++ b/apidocs/org/kohsuke/github/class-use/GHTag.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHTag (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHTag (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GHTeam.html b/apidocs/org/kohsuke/github/class-use/GHTeam.html
index 515eee36e..9ab7a7da2 100644
--- a/apidocs/org/kohsuke/github/class-use/GHTeam.html
+++ b/apidocs/org/kohsuke/github/class-use/GHTeam.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.62 API)
+
@@ -132,17 +132,17 @@
GHOrganization.listTeams()
diff --git a/apidocs/org/kohsuke/github/class-use/GHUser.html b/apidocs/org/kohsuke/github/class-use/GHUser.html
index e91bf7da9..c6614cb21 100644
--- a/apidocs/org/kohsuke/github/class-use/GHUser.html
+++ b/apidocs/org/kohsuke/github/class-use/GHUser.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHUser (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHUser (GitHub API for Java 1.62 API)
+
@@ -102,6 +102,10 @@
Represents the account that's logging into GitHub.
Remove a member of the organisation - which will remove them from
+ all teams, and remove their access to the organization’s repositories.
diff --git a/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html b/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html
index 9d6601862..7c5a78e6c 100644
--- a/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html
+++ b/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHVerifiedKey (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GHVerifiedKey (GitHub API for Java 1.62 API)
+
diff --git a/apidocs/org/kohsuke/github/class-use/GitHub.html b/apidocs/org/kohsuke/github/class-use/GitHub.html
index 763b3997f..abb2e0234 100644
--- a/apidocs/org/kohsuke/github/class-use/GitHub.html
+++ b/apidocs/org/kohsuke/github/class-use/GitHub.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GitHub (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GitHub (GitHub API for Java 1.62 API)
+
@@ -170,14 +170,6 @@
diff --git a/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html b/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html
index f1b2b092b..fd4af7053 100644
--- a/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html
+++ b/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GitHubBuilder (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GitHubBuilder (GitHub API for Java 1.62 API)
+
@@ -146,6 +146,14 @@
Configures connector
+ that uses HTTP library in JRE but use a specific proxy, instead of
+ the system default one.
+
+
diff --git a/apidocs/org/kohsuke/github/class-use/GitUser.html b/apidocs/org/kohsuke/github/class-use/GitUser.html
index 1dc4d5ffe..2c7df4ff3 100644
--- a/apidocs/org/kohsuke/github/class-use/GitUser.html
+++ b/apidocs/org/kohsuke/github/class-use/GitUser.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GitUser (GitHub API for Java 1.61 API)
-
+Uses of Class org.kohsuke.github.GitUser (GitHub API for Java 1.62 API)
+
@@ -131,7 +131,7 @@
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
index 9e68d43ff..688067735 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -2,16 +2,16 @@
-
+
-Serialized Form (GitHub API for Java 1.61 API)
-
+Serialized Form (GitHub API for Java 1.62 API)
+
diff --git a/dependencies.html b/dependencies.html
index c691fe986..1b6030d15 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -469,7 +469,7 @@
Dependency Tree
-
org.kohsuke:github-api:jar:1.61
+
org.kohsuke:github-api:jar:1.62
GitHub API for Java
@@ -1376,8 +1376,8 @@ The goal of word-aligned compression is not to achieve the best compression, but
- | Last Published: 2015-02-14
- | Version: 1.61
+ | Last Published: 2015-02-15
+ | Version: 1.62
diff --git a/index.html b/index.html
index a7534471d..546ae6418 100644
--- a/index.html
+++ b/index.html
@@ -218,8 +218,8 @@ Making a conditional request against the GitHub API and receiving a 304 response
- | Last Published: 2015-02-14
- | Version: 1.61
+ | Last Published: 2015-02-15
+ | Version: 1.62
diff --git a/testapidocs/class-use/Foo.html b/testapidocs/class-use/Foo.html
index 59424544d..5b864eaa2 100644
--- a/testapidocs/class-use/Foo.html
+++ b/testapidocs/class-use/Foo.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class Foo (GitHub API for Java 1.61 Test API)
-
+Uses of Class Foo (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html
index c499d0ecf..e8d0f83f0 100644
--- a/testapidocs/constant-values.html
+++ b/testapidocs/constant-values.html
@@ -2,16 +2,16 @@
-
+
-Constant Field Values (GitHub API for Java 1.61 Test API)
-
+Constant Field Values (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html
index 6a1952383..0a485aad2 100644
--- a/testapidocs/deprecated-list.html
+++ b/testapidocs/deprecated-list.html
@@ -2,16 +2,16 @@
-
+
-Deprecated List (GitHub API for Java 1.61 Test API)
-
+Deprecated List (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html
index 31cf3be39..d1cb08cca 100644
--- a/testapidocs/help-doc.html
+++ b/testapidocs/help-doc.html
@@ -2,16 +2,16 @@
-
+
-API Help (GitHub API for Java 1.61 Test API)
-
+API Help (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html
index 30db191f8..025607d44 100644
--- a/testapidocs/index-all.html
+++ b/testapidocs/index-all.html
@@ -2,16 +2,16 @@
-
+
-Index (GitHub API for Java 1.61 Test API)
-
+Index (GitHub API for Java 1.62 Test API)
+
@@ -86,6 +86,10 @@
diff --git a/testapidocs/index.html b/testapidocs/index.html
index 3585ff8c8..a74a1bb15 100644
--- a/testapidocs/index.html
+++ b/testapidocs/index.html
@@ -2,9 +2,9 @@
-
+
-GitHub API for Java 1.61 Test API
+GitHub API for Java 1.62 Test API
diff --git a/testapidocs/org/kohsuke/class-use/HookApp.html b/testapidocs/org/kohsuke/class-use/HookApp.html
index fd24312b9..cf1d085f8 100644
--- a/testapidocs/org/kohsuke/class-use/HookApp.html
+++ b/testapidocs/org/kohsuke/class-use/HookApp.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.HookApp (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.HookApp (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html b/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html
index a5c51c712..209083933 100644
--- a/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html
+++ b/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html
@@ -2,16 +2,16 @@
-
+
-AbstractGitHubApiTestBase (GitHub API for Java 1.61 Test API)
-
+AbstractGitHubApiTestBase (GitHub API for Java 1.62 Test API)
+
@@ -102,7 +102,7 @@
diff --git a/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html b/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html
index a915e1a2e..d4c95eeb9 100644
--- a/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html
+++ b/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.AbstractGitHubApiTestBase (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.AbstractGitHubApiTestBase (GitHub API for Java 1.62 Test API)
+
@@ -104,22 +104,30 @@
diff --git a/testapidocs/org/kohsuke/github/class-use/AppTest.html b/testapidocs/org/kohsuke/github/class-use/AppTest.html
index 95b30a135..01154238c 100644
--- a/testapidocs/org/kohsuke/github/class-use/AppTest.html
+++ b/testapidocs/org/kohsuke/github/class-use/AppTest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.AppTest (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.AppTest (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/class-use/CommitTest.html b/testapidocs/org/kohsuke/github/class-use/CommitTest.html
new file mode 100644
index 000000000..709e97f46
--- /dev/null
+++ b/testapidocs/org/kohsuke/github/class-use/CommitTest.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class org.kohsuke.github.CommitTest (GitHub API for Java 1.62 Test API)
+
+
+
+
+
+
+
+
+
+
diff --git a/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html b/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html
index 4d06b118d..fb394dcb3 100644
--- a/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html
+++ b/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GHContentIntegrationTest (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.GHContentIntegrationTest (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/class-use/GistTest.html b/testapidocs/org/kohsuke/github/class-use/GistTest.html
index bba1c65aa..cc02dbf3b 100644
--- a/testapidocs/org/kohsuke/github/class-use/GistTest.html
+++ b/testapidocs/org/kohsuke/github/class-use/GistTest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GistTest (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.GistTest (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/class-use/GitHubTest.html b/testapidocs/org/kohsuke/github/class-use/GitHubTest.html
index 6f2ff3ea7..af0ba8fb0 100644
--- a/testapidocs/org/kohsuke/github/class-use/GitHubTest.html
+++ b/testapidocs/org/kohsuke/github/class-use/GitHubTest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.GitHubTest (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.GitHubTest (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html b/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html
index 0329af5a1..4f6b7cf72 100644
--- a/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html
+++ b/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.LifecycleTest (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.LifecycleTest (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html b/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html
index 55da2295d..1eb5b9772 100644
--- a/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html
+++ b/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.PullRequestTest (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.PullRequestTest (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/class-use/RepositoryMockTest.html b/testapidocs/org/kohsuke/github/class-use/RepositoryMockTest.html
new file mode 100644
index 000000000..170a323bc
--- /dev/null
+++ b/testapidocs/org/kohsuke/github/class-use/RepositoryMockTest.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class org.kohsuke.github.RepositoryMockTest (GitHub API for Java 1.62 Test API)
+
+
+
+
+
+
+
+
+
+
diff --git a/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html b/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html
index e90c47d82..a3b0ba878 100644
--- a/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html
+++ b/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.kohsuke.github.RepositoryTest (GitHub API for Java 1.61 Test API)
-
+Uses of Class org.kohsuke.github.RepositoryTest (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/org/kohsuke/github/package-frame.html b/testapidocs/org/kohsuke/github/package-frame.html
index 993cb6418..b9e27930b 100644
--- a/testapidocs/org/kohsuke/github/package-frame.html
+++ b/testapidocs/org/kohsuke/github/package-frame.html
@@ -2,10 +2,10 @@
-
+
-org.kohsuke.github (GitHub API for Java 1.61 Test API)
-
+org.kohsuke.github (GitHub API for Java 1.62 Test API)
+
@@ -15,11 +15,13 @@
diff --git a/testapidocs/org/kohsuke/github/package-tree.html b/testapidocs/org/kohsuke/github/package-tree.html
index 62060a529..dce61cd9a 100644
--- a/testapidocs/org/kohsuke/github/package-tree.html
+++ b/testapidocs/org/kohsuke/github/package-tree.html
@@ -2,16 +2,16 @@
-
+
-org.kohsuke.github Class Hierarchy (GitHub API for Java 1.61 Test API)
-
+org.kohsuke.github Class Hierarchy (GitHub API for Java 1.62 Test API)
+
@@ -75,19 +75,6 @@
diff --git a/testapidocs/package-frame.html b/testapidocs/package-frame.html
index 3281b9faa..d1cf342cd 100644
--- a/testapidocs/package-frame.html
+++ b/testapidocs/package-frame.html
@@ -2,10 +2,10 @@
-
+
-<Unnamed> (GitHub API for Java 1.61 Test API)
-
+<Unnamed> (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/package-summary.html b/testapidocs/package-summary.html
index edc082583..6efcc90aa 100644
--- a/testapidocs/package-summary.html
+++ b/testapidocs/package-summary.html
@@ -2,16 +2,16 @@
-
+
- (GitHub API for Java 1.61 Test API)
-
+ (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/package-tree.html b/testapidocs/package-tree.html
index 7319f504f..17c017e57 100644
--- a/testapidocs/package-tree.html
+++ b/testapidocs/package-tree.html
@@ -2,16 +2,16 @@
-
+
- Class Hierarchy (GitHub API for Java 1.61 Test API)
-
+ Class Hierarchy (GitHub API for Java 1.62 Test API)
+
diff --git a/testapidocs/package-use.html b/testapidocs/package-use.html
index 0d0499017..277b0b388 100644
--- a/testapidocs/package-use.html
+++ b/testapidocs/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package (GitHub API for Java 1.61 Test API)
-
+Uses of Package (GitHub API for Java 1.62 Test API)
+