mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-10 00:11:24 +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>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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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> 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 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><<a href="../../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>></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><<a href="../../../../org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a>></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><<a href="../../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>></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><<a href="../../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>></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><<a href="../../../../org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a>></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><<a href="../../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a>></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><<a href="../../../../org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a>></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><<a href="../../../../org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a>></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> 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 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><<a href="../../../../org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a>></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> 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> 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> 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> environment)</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>(java.lang.String sha,
|
||||
java.lang.String ref,
|
||||
java.lang.String task,
|
||||
java.lang.String environment)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a>></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><<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></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><<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></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><<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></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><<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></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><<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></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><<a href="../../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></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><<a href="../../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a>></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> filter)</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>(java.lang.String filter)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a>></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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHTeam.</span><code><strong><a href="../../../../org/kohsuke/github/GHTeam.html#listRepositories()">listRepositories</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHTeam.</span><code><strong><a href="../../../../org/kohsuke/github/GHTeam.html#listRepositories()">listRepositories</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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 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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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 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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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 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><<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></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 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><<a href="../../../../org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHCommit.</span><code><strong><a href="../../../../org/kohsuke/github/GHCommit.html#listStatuses()">listStatuses</a></strong>()</code>
|
||||
|
||||
Reference in New Issue
Block a user