mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-13 15:52:43 +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>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<T></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><T></dd>
|
||||
<dd>java.util.Iterator<T></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public abstract class <span class="strong">PagedIterator<T></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><T></pre>
|
||||
extends java.lang.Object
|
||||
implements java.util.Iterator<T></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> </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><<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></code></td>
|
||||
<td class="colFirst"><code>java.util.List<<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></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 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 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 boolean 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> in interface <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><<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></code></dd>
|
||||
<dd><code>hasNext</code> in interface <code>java.util.Iterator<<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></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 <a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a> 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> in interface <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><<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></code></dd>
|
||||
<dd><code>next</code> in interface <code>java.util.Iterator<<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></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 void 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> in interface <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><<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></code></dd>
|
||||
<dd><code>remove</code> in interface <code>java.util.Iterator<<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>></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 <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><<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>> nextPage()</pre>
|
||||
<pre>public java.util.List<<a href="../../../org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>> nextPage()</pre>
|
||||
<div class="block">Gets the next page worth of data.</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user