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>PagedIterator (GitHub API for Java 1.64-SNAPSHOT API)</title>
<meta name="date" content="2015-03-22">
<title>PagedIterator (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="PagedIterator (GitHub API for Java 1.64-SNAPSHOT API)";
parent.document.title="PagedIterator (GitHub API for Java 1.66 API)";
}
//-->
</script>
@@ -85,7 +85,7 @@
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.kohsuke.github.PagedIterator&lt;T&gt;</li>
@@ -97,13 +97,13 @@
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</dd>
<dd>java.util.Iterator&lt;T&gt;</dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">PagedIterator&lt;T&gt;</span>
extends <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</pre>
extends java.lang.Object
implements java.util.Iterator&lt;T&gt;</pre>
<div class="block">Iterator over a pagenated data source.
Aside from the normal iterator operation, this method exposes <a href="../../../org/kohsuke/github/PagedIterator.html#nextPage()"><code>nextPage()</code></a>
@@ -137,7 +137,7 @@ implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.h
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/PagedIterator.html#next()">next</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></td>
<td class="colFirst"><code>java.util.List&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/PagedIterator.html#nextPage()">nextPage</a></strong>()</code>
<div class="block">Gets the next page worth of data.</div>
</td>
@@ -155,8 +155,8 @@ implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.h
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -192,7 +192,7 @@ implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.h
<pre>public&nbsp;boolean&nbsp;hasNext()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true#hasNext()" title="class or interface in java.util">hasNext</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></dd>
<dd><code>hasNext</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></dd>
</dl>
</li>
</ul>
@@ -205,7 +205,7 @@ implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.h
<pre>public&nbsp;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&nbsp;next()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true#next()" title="class or interface in java.util">next</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></dd>
<dd><code>next</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></dd>
</dl>
</li>
</ul>
@@ -218,7 +218,7 @@ implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.h
<pre>public&nbsp;void&nbsp;remove()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true#remove()" title="class or interface in java.util">remove</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></dd>
<dd><code>remove</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;</code></dd>
</dl>
</li>
</ul>
@@ -228,7 +228,7 @@ implements <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.h
<ul class="blockListLast">
<li class="blockList">
<h4>nextPage</h4>
<pre>public&nbsp;<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;&nbsp;nextPage()</pre>
<pre>public&nbsp;java.util.List&lt;<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>&gt;&nbsp;nextPage()</pre>
<div class="block">Gets the next page worth of data.</div>
</li>
</ul>