mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-18 08:21:22 +00:00
Wagon: Deploying site to repository
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sun Mar 22 11:18:44 PDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_07) on Tue Mar 24 13:04:48 PDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>org.kohsuke.github (GitHub API for Java 1.64-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2015-03-22">
|
||||
<title>org.kohsuke.github (GitHub API for Java 1.66 API)</title>
|
||||
<meta name="date" content="2015-03-24">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="org.kohsuke.github (GitHub API for Java 1.64-SNAPSHOT API)";
|
||||
parent.document.title="org.kohsuke.github (GitHub API for Java 1.66 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -204,154 +204,166 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHContentSearchBuilder.html" title="class in org.kohsuke.github">GHContentSearchBuilder</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Search code for <a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github"><code>GHContent</code></a>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHContentUpdateResponse.html" title="class in org.kohsuke.github">GHContentUpdateResponse</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">The response that is returned when updating
|
||||
repository content.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeploymentStatusBuilder.html" title="class in org.kohsuke.github">GHDeploymentStatusBuilder</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Represents an email of GitHub.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Represents an event.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventInfo.GHEventRepository.html" title="class in org.kohsuke.github">GHEventInfo.GHEventRepository</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Inside the event JSON model, GitHub uses a slightly different format.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.html" title="class in org.kohsuke.github">GHEventPayload</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Base type for types used in databinding of the event payload.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A comment was added to an issue</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github">GHEventPayload.PullRequest</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A pull request status has changed.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A commit was pushed.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Commit in a push</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Gist</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github">GHGistBuilder</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Builder pattern for creating a new Gist.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A file inside <a href="../../../org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github"><code>GHGist</code></a></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Represents an issue on GitHub.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssue.Label.html" title="class in org.kohsuke.github">GHIssue.Label</a></td>
|
||||
<td class="colLast">Deprecated
|
||||
<div class="block"><i>use <a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github"><code>GHLabel</code></a></i></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssue.PullRequest.html" title="class in org.kohsuke.github">GHIssue.PullRequest</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Comment to the issue</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Search issues.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">SSH public key.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Represents the account that's logging into GitHub.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHNotificationStream.html" title="class in org.kohsuke.github">GHNotificationStream</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Listens to GitHub notification stream.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></td>
|
||||
<td class="colLast">
|
||||
@@ -443,9 +455,21 @@
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositorySearchBuilder.html" title="class in org.kohsuke.github">GHRepositorySearchBuilder</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Search repositories.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHSearchBuilder.html" title="class in org.kohsuke.github">GHSearchBuilder</a><T></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Base class for various search builders.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Represents your subscribing to a repository.</div>
|
||||
<div class="block">Represents your subscribing to a repository / conversation thread..</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
@@ -461,25 +485,37 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHThread.html" title="class in org.kohsuke.github">GHThread</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A conversation in the notification API.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTree.html" title="class in org.kohsuke.github">GHTree</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Provides information for Git Trees
|
||||
https://developer.github.com/v3/git/trees/</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTreeEntry.html" title="class in org.kohsuke.github">GHTreeEntry</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Provides information for Git Trees
|
||||
https://developer.github.com/v3/git/trees/</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Represents an user of GitHub.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHUserSearchBuilder.html" title="class in org.kohsuke.github">GHUserSearchBuilder</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Search users.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHVerifiedKey.html" title="class in org.kohsuke.github">GHVerifiedKey</a></td>
|
||||
<td class="colLast"> </td>
|
||||
@@ -503,7 +539,7 @@
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><T></td>
|
||||
<td class="colLast">
|
||||
<div class="block"><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a> that returns <a href="../../../org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github"><code>PagedIterator</code></a></div>
|
||||
<div class="block"><code>Iterable</code> that returns <a href="../../../org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github"><code>PagedIterator</code></a></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
@@ -574,6 +610,14 @@
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositorySearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHRepositorySearchBuilder.Sort</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/GHUserSearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHUserSearchBuilder.Sort</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../org/kohsuke/github/MarkdownMode.html" title="enum in org.kohsuke.github">MarkdownMode</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Rendering mode of markdown.</div>
|
||||
|
||||
Reference in New Issue
Block a user