Wagon: Deploying site to repository

This commit is contained in:
Kohsuke Kawaguchi
2015-03-24 13:05:13 -07:00
parent 90bd226a2d
commit c19c5c61ba
280 changed files with 8945 additions and 3966 deletions

View File

@@ -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>Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.64-SNAPSHOT API)</title>
<meta name="date" content="2015-03-22">
<title>Uses of Class org.kohsuke.github.PagedIterable (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="Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.64-SNAPSHOT API)";
parent.document.title="Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.66 API)";
}
//-->
</script>
@@ -129,7 +129,7 @@
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GitHub.</span><code><strong><a href="../../../../org/kohsuke/github/GitHub.html#listAllPublicRepositories(java.lang.String)">listAllPublicRepositories</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;since)</code>
<td class="colLast"><span class="strong">GitHub.</span><code><strong><a href="../../../../org/kohsuke/github/GitHub.html#listAllPublicRepositories(java.lang.String)">listAllPublicRepositories</a></strong>(java.lang.String&nbsp;since)</code>
<div class="block">This provides a dump of every public repository, in the order that they were created.</div>
</td>
</tr>
@@ -148,17 +148,17 @@
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHCommit.</span><code><strong><a href="../../../../org/kohsuke/github/GHCommit.html#listComments()">listComments</a></strong>()</code>
<div class="block">Lists up all the commit comments in this repository.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHIssue.</span><code><strong><a href="../../../../org/kohsuke/github/GHIssue.html#listComments()">listComments</a></strong>()</code>
<div class="block">Obtains all the comments associated with this issue.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHCommit.</span><code><strong><a href="../../../../org/kohsuke/github/GHCommit.html#listComments()">listComments</a></strong>()</code>
<div class="block">Lists up all the commit comments in this repository.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listCommitComments()">listCommitComments</a></strong>()</code>
@@ -166,20 +166,20 @@
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHPullRequest.</span><code><strong><a href="../../../../org/kohsuke/github/GHPullRequest.html#listCommits()">listCommits</a></strong>()</code>
<div class="block">Retrieves all the commits associated to this pull request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listCommits()">listCommits</a></strong>()</code>
<div class="block">Lists all the commits.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHPullRequest.</span><code><strong><a href="../../../../org/kohsuke/github/GHPullRequest.html#listCommits()">listCommits</a></strong>()</code>
<div class="block">Retrieves all the commits associated to this pull request.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listCommitStatuses(java.lang.String)">listCommitStatuses</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sha1)</code>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listCommitStatuses(java.lang.String)">listCommitStatuses</a></strong>(java.lang.String&nbsp;sha1)</code>
<div class="block">Lists all the commit statues attached to the given commit, newer ones first.</div>
</td>
</tr>
@@ -189,10 +189,10 @@
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listDeployments(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">listDeployments</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sha,
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ref,
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;task,
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;environment)</code>&nbsp;</td>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listDeployments(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">listDeployments</a></strong>(java.lang.String&nbsp;sha,
java.lang.String&nbsp;ref,
java.lang.String&nbsp;task,
java.lang.String&nbsp;environment)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a>&gt;</code></td>
@@ -201,27 +201,27 @@
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHPerson.</span><code><strong><a href="../../../../org/kohsuke/github/GHPerson.html#listEvents()">listEvents</a></strong>()</code>
<div class="block">Lists events for an organization or an user.</div>
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listEvents()">listEvents</a></strong>()</code>
<div class="block">Lists repository events.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHUser.</span><code><strong><a href="../../../../org/kohsuke/github/GHUser.html#listEvents()">listEvents</a></strong>()</code>
<div class="block">Lists events performed by a user (this includes private events if the caller is authenticated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#listEvents()">listEvents</a></strong>()</code>
<div class="block">Lists events performed by a user (this includes private events if the caller is authenticated.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listEvents()">listEvents</a></strong>()</code>
<div class="block">Lists repository events.</div>
<td class="colLast"><span class="strong">GHUser.</span><code><strong><a href="../../../../org/kohsuke/github/GHUser.html#listEvents()">listEvents</a></strong>()</code>
<div class="block">Lists events performed by a user (this includes private events if the caller is authenticated.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHPerson.</span><code><strong><a href="../../../../org/kohsuke/github/GHPerson.html#listEvents()">listEvents</a></strong>()</code>
<div class="block">Lists events for an organization or an user.</div>
</td>
</tr>
<tr class="rowColor">
@@ -260,7 +260,7 @@
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#listMembersWithFilter(java.lang.String)">listMembersWithFilter</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>&nbsp;</td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#listMembersWithFilter(java.lang.String)">listMembersWithFilter</a></strong>(java.lang.String&nbsp;filter)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a>&gt;</code></td>
@@ -286,38 +286,38 @@
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHMyself.</span><code><strong><a href="../../../../org/kohsuke/github/GHMyself.html#listRepositories()">listRepositories</a></strong>()</code>
<div class="block">Lists up all repositories this user owns (public and private).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHTeam.</span><code><strong><a href="../../../../org/kohsuke/github/GHTeam.html#listRepositories()">listRepositories</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHPerson.</span><code><strong><a href="../../../../org/kohsuke/github/GHPerson.html#listRepositories()">listRepositories</a></strong>()</code>
<div class="block">Lists up all the repositories using a 30 items page size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHMyself.</span><code><strong><a href="../../../../org/kohsuke/github/GHMyself.html#listRepositories()">listRepositories</a></strong>()</code>
<div class="block">Lists up all repositories this user owns (public and private).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHTeam.</span><code><strong><a href="../../../../org/kohsuke/github/GHTeam.html#listRepositories()">listRepositories</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHPerson.</span><code><strong><a href="../../../../org/kohsuke/github/GHPerson.html#listRepositories(int)">listRepositories</a></strong>(int&nbsp;pageSize)</code>
<div class="block">Lists up all the repositories using the specified page size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHMyself.</span><code><strong><a href="../../../../org/kohsuke/github/GHMyself.html#listRepositories(int)">listRepositories</a></strong>(int&nbsp;pageSize)</code>
<div class="block">Lists up all the repositories this user owns (public and private) using the specified page size.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#listRepositories(int)">listRepositories</a></strong>(int&nbsp;pageSize)</code>
<div class="block">Lists up all the repositories using the specified page size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHPerson.</span><code><strong><a href="../../../../org/kohsuke/github/GHPerson.html#listRepositories(int)">listRepositories</a></strong>(int&nbsp;pageSize)</code>
<div class="block">Lists up all the repositories using the specified page size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHCommit.</span><code><strong><a href="../../../../org/kohsuke/github/GHCommit.html#listStatuses()">listStatuses</a></strong>()</code>