mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-08 15:52:17 +00:00
842 lines
59 KiB
HTML
842 lines
59 KiB
HTML
<!DOCTYPE HTML>
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (11.0.5) on Wed Mar 04 17:02:05 PST 2020 -->
|
|
<title>Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.108 API)</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="dc.created" content="2020-03-04">
|
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
<script type="text/javascript" src="../../../../script.js"></script>
|
|
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
<!--[if IE]>
|
|
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
<![endif]-->
|
|
<script type="text/javascript" src="../../../../jquery/jquery-3.4.1.js"></script>
|
|
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.108 API)";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
var pathtoroot = "../../../../";
|
|
var useModuleDirectories = true;
|
|
loadScripts(document, 'script');</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<header role="banner">
|
|
<nav role="navigation">
|
|
<div class="fixedNav">
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a id="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a id="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../../index.html">Overview</a></li>
|
|
<li><a href="../package-summary.html">Package</a></li>
|
|
<li><a href="../PagedIterable.html" title="class in org.kohsuke.github">Class</a></li>
|
|
<li class="navBarCell1Rev">Use</li>
|
|
<li><a href="../package-tree.html">Tree</a></li>
|
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
</ul>
|
|
<ul class="navListSearch">
|
|
<li><label for="search">SEARCH:</label>
|
|
<input type="text" id="search" value="search" disabled="disabled">
|
|
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
</li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
</div>
|
|
<a id="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
</div>
|
|
<div class="navPadding"> </div>
|
|
<script type="text/javascript"><!--
|
|
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
//-->
|
|
</script>
|
|
</nav>
|
|
</header>
|
|
<main role="main">
|
|
<div class="header">
|
|
<h2 title="Uses of Class org.kohsuke.github.PagedIterable" class="title">Uses of Class<br>org.kohsuke.github.PagedIterable</h2>
|
|
</div>
|
|
<div class="classUseContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<table class="useSummary">
|
|
<caption><span>Packages that use <a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a></span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Package</th>
|
|
<th class="colLast" scope="col">Description</th>
|
|
</tr>
|
|
<tbody>
|
|
<tr class="altColor">
|
|
<th class="colFirst" scope="row"><a href="#org.kohsuke.github">org.kohsuke.github</a></th>
|
|
<td class="colLast"> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</li>
|
|
<li class="blockList">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<section role="region"><a id="org.kohsuke.github">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Uses of <a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a> in <a href="../package-summary.html">org.kohsuke.github</a></h3>
|
|
<table class="useSummary">
|
|
<caption><span>Subclasses of <a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a> in <a href="../package-summary.html">org.kohsuke.github</a></span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colSecond" scope="col">Class</th>
|
|
<th class="colLast" scope="col">Description</th>
|
|
</tr>
|
|
<tbody>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>class </code></td>
|
|
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../PagedSearchIterable.html" title="class in org.kohsuke.github">PagedSearchIterable</a><T></span></code></th>
|
|
<td class="colLast">
|
|
<div class="block"><a href="../PagedIterable.html" title="class in org.kohsuke.github"><code>PagedIterable</code></a> enhanced to report search result specific information.</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table class="useSummary">
|
|
<caption><span>Methods in <a href="../package-summary.html">org.kohsuke.github</a> that return <a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a></span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colSecond" scope="col">Method</th>
|
|
<th class="colLast" scope="col">Description</th>
|
|
</tr>
|
|
<tbody>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHMarketplaceAccountPlan.html" title="class in org.kohsuke.github">GHMarketplaceAccountPlan</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHMarketplaceListAccountBuilder.</span><code><span class="memberNameLink"><a href="../GHMarketplaceListAccountBuilder.html#createRequest()">createRequest</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List any accounts associated with the plan specified on construction with all the order/sort parameters set.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepositoryStatistics.CommitActivity.html" title="class in org.kohsuke.github">GHRepositoryStatistics.CommitActivity</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepositoryStatistics.</span><code><span class="memberNameLink"><a href="../GHRepositoryStatistics.html#getCommitActivity()">getCommitActivity</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Get the last year of commit activity data.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepositoryStatistics.ContributorStats.html" title="class in org.kohsuke.github">GHRepositoryStatistics.ContributorStats</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepositoryStatistics.</span><code><span class="memberNameLink"><a href="../GHRepositoryStatistics.html#getContributorStats()">getContributorStats</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Get contributors list with additions, deletions, and commit count.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepositoryStatistics.ContributorStats.html" title="class in org.kohsuke.github">GHRepositoryStatistics.ContributorStats</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepositoryStatistics.</span><code><span class="memberNameLink"><a href="../GHRepositoryStatistics.html#getContributorStats(boolean)">getContributorStats</a></span>​(boolean waitTillReady)</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#getDeploymentStatuses(int)">getDeploymentStatuses</a></span>​(int id)</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
|
|
<div class="deprecationComment">Use <code>getDeployment(id).listStatuses()</code></div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHMarketplaceUserPurchase.html" title="class in org.kohsuke.github">GHMarketplaceUserPurchase</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#getMyMarketplacePurchases()">getMyMarketplacePurchases</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns only active subscriptions.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHCommit.html" title="class in org.kohsuke.github">GHCommit</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHCommitQueryBuilder.</span><code><span class="memberNameLink"><a href="../GHCommitQueryBuilder.html#list()">list</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists up the commits with the criteria built so far.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPullRequestQueryBuilder.</span><code><span class="memberNameLink"><a href="../GHPullRequestQueryBuilder.html#list()">list</a></span>()</code></th>
|
|
<td class="colLast"> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>abstract <a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHQueryBuilder.html" title="type parameter in GHQueryBuilder">T</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHQueryBuilder.</span><code><span class="memberNameLink"><a href="../GHQueryBuilder.html#list()">list</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Start listing items by using the settings built up on this object.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listAllPublicRepositories()">listAllPublicRepositories</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">This provides a dump of every public repository, in the order that they were created.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listAllPublicRepositories(java.lang.String)">listAllPublicRepositories</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> since)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">This provides a dump of every public repository, in the order that they were created.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../GHMyself.html#listAllRepositories()">listAllRepositories</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
|
|
<div class="deprecationComment">Use <a href="../GHMyself.html#listRepositories()"><code>GHMyself.listRepositories()</code></a></div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listAssignees()">listAssignees</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all
|
|
<a href="https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users/">the
|
|
available assignees</a> to which issues may be assigned.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHProjectCard.html" title="class in org.kohsuke.github">GHProjectCard</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHProjectColumn.</span><code><span class="memberNameLink"><a href="../GHProjectColumn.html#listCards()">listCards</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List cards paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listCollaborators()">listCollaborators</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists up the collaborators on this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHProjectColumn.html" title="class in org.kohsuke.github">GHProjectColumn</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHProject.</span><code><span class="memberNameLink"><a href="../GHProject.html#listColumns()">listColumns</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List columns paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHCommit.</span><code><span class="memberNameLink"><a href="../GHCommit.html#listComments()">listComments</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List comments paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHIssue.</span><code><span class="memberNameLink"><a href="../GHIssue.html#listComments()">listComments</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Obtains all the comments associated with this issue.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listCommitComments()">listCommitComments</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists up all the commit comments in this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPullRequest.</span><code><span class="memberNameLink"><a href="../GHPullRequest.html#listCommits()">listCommits</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Retrieves all the commits associated to this pull request.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHCommit.html" title="class in org.kohsuke.github">GHCommit</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listCommits()">listCommits</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the commits.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listCommitStatuses(java.lang.String)">listCommitStatuses</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> sha1)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">/** Lists all the commit statues attached to the given commit, newer ones first.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.Contributor.html" title="class in org.kohsuke.github">GHRepository.Contributor</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listContributors()">listContributors</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List contributors paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listDeployments(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">listDeployments</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> sha,
|
|
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> ref,
|
|
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> task,
|
|
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> environment)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List deployments paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHContent.html" title="class in org.kohsuke.github">GHContent</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHContent.</span><code><span class="memberNameLink"><a href="../GHContent.html#listDirectoryContent()">listDirectoryContent</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List immediate children of this directory.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHIssueEvent.html" title="class in org.kohsuke.github">GHIssueEvent</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHIssue.</span><code><span class="memberNameLink"><a href="../GHIssue.html#listEvents()">listEvents</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists events for this issue.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listEvents()">listEvents</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<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>abstract <a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../GHPerson.html#listEvents()">listEvents</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists events for an organization or an user.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listEvents()">listEvents</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists repository events.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../GHUser.html#listEvents()">listEvents</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<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><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHPullRequestFileDetail.html" title="class in org.kohsuke.github">GHPullRequestFileDetail</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPullRequest.</span><code><span class="memberNameLink"><a href="../GHPullRequest.html#listFiles()">listFiles</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Retrieves all the files associated to this pull request.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../GHUser.html#listFollowers()">listFollowers</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists the users who are following this user.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../GHUser.html#listFollows()">listFollows</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists the users that this user is following</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHGist.html" title="class in org.kohsuke.github">GHGist</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHGist.</span><code><span class="memberNameLink"><a href="../GHGist.html#listForks()">listForks</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List forks paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listForks()">listForks</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the direct forks of this repository, sorted by github api default, currently <a href="../GHRepository.ForkSort.html#NEWEST"><code>ForkSort.NEWEST</code></a>*.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listForks(org.kohsuke.github.GHRepository.ForkSort)">listForks</a></span>​(<a href="../GHRepository.ForkSort.html" title="enum in org.kohsuke.github">GHRepository.ForkSort</a> sort)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the direct forks of this repository, sorted by the given sort order.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHGist.html" title="class in org.kohsuke.github">GHGist</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../GHUser.html#listGists()">listGists</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists Gists created by this user.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHAppInstallation.html" title="class in org.kohsuke.github">GHAppInstallation</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHApp.</span><code><span class="memberNameLink"><a href="../GHApp.html#listInstallations()">listInstallations</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHInvitation.html" title="class in org.kohsuke.github">GHInvitation</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listInvitations()">listInvitations</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the invitations.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHIssueEvent.html" title="class in org.kohsuke.github">GHIssueEvent</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listIssueEvents()">listIssueEvents</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Get all issue events for this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listIssues(org.kohsuke.github.GHIssueState)">listIssues</a></span>​(<a href="../GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists up all the issues in this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHLabel.html" title="class in org.kohsuke.github">GHLabel</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listLabels()">listLabels</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists labels in this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHLicense.html" title="class in org.kohsuke.github">GHLicense</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listLicenses()">listLicenses</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns a list of popular open source licenses</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHMarketplacePlan.html" title="class in org.kohsuke.github">GHMarketplacePlan</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listMarketplacePlans()">listMarketplacePlans</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns a list all plans for your Marketplace listing</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listMembers()">listMembers</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">All the members of this organization.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHTeam.</span><code><span class="memberNameLink"><a href="../GHTeam.html#listMembers()">listMembers</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Retrieves the current members.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listMembersWithFilter(java.lang.String)">listMembersWithFilter</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> filter)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List members with filter paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listMembersWithRole(java.lang.String)">listMembersWithRole</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> role)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List members with specified role paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listMilestones(org.kohsuke.github.GHIssueState)">listMilestones</a></span>​(<a href="../GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists up all the milestones in this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listMyAuthorizations()">listMyAuthorizations</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns a list of all authorizations.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listOrganizations()">listOrganizations</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Gets a list of all organizations.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listOrganizations(java.lang.String)">listOrganizations</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> since)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Gets a list of all organizations starting after the organization identifier specified by 'since'.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHMembership.html" title="class in org.kohsuke.github">GHMembership</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../GHMyself.html#listOrgMemberships()">listOrgMemberships</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List your organization memberships</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHMembership.html" title="class in org.kohsuke.github">GHMembership</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../GHMyself.html#listOrgMemberships(org.kohsuke.github.GHMembership.State)">listOrgMemberships</a></span>​(<a href="../GHMembership.State.html" title="enum in org.kohsuke.github">GHMembership.State</a> state)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List your organization memberships</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHProject.html" title="class in org.kohsuke.github">GHProject</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listProjects()">listProjects</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns all open projects for the organization.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHProject.html" title="class in org.kohsuke.github">GHProject</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listProjects(org.kohsuke.github.GHProject.ProjectStateFilter)">listProjects</a></span>​(<a href="../GHProject.ProjectStateFilter.html" title="enum in org.kohsuke.github">GHProject.ProjectStateFilter</a> status)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns the projects for this organization.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHProject.html" title="class in org.kohsuke.github">GHProject</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listProjects()">listProjects</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns open projects for this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHProject.html" title="class in org.kohsuke.github">GHProject</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listProjects(org.kohsuke.github.GHProject.ProjectStateFilter)">listProjects</a></span>​(<a href="../GHProject.ProjectStateFilter.html" title="enum in org.kohsuke.github">GHProject.ProjectStateFilter</a> status)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns the projects for this repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listPublicMembers()">listPublicMembers</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">All the public members of this organization.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listPullRequests(org.kohsuke.github.GHIssueState)">listPullRequests</a></span>​(<a href="../GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
|
|
<div class="deprecationComment">Use <a href="../GHRepository.html#queryPullRequests()"><code>GHRepository.queryPullRequests()</code></a></div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHReaction.html" title="class in org.kohsuke.github">GHReaction</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHCommitComment.</span><code><span class="memberNameLink"><a href="../GHCommitComment.html#listReactions()">listReactions</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHReaction.html" title="class in org.kohsuke.github">GHReaction</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHIssue.</span><code><span class="memberNameLink"><a href="../GHIssue.html#listReactions()">listReactions</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHReaction.html" title="class in org.kohsuke.github">GHReaction</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHIssueComment.</span><code><span class="memberNameLink"><a href="../GHIssueComment.html#listReactions()">listReactions</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHReaction.html" title="class in org.kohsuke.github">GHReaction</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPullRequestReviewComment.</span><code><span class="memberNameLink"><a href="../GHPullRequestReviewComment.html#listReactions()">listReactions</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHReaction.html" title="class in org.kohsuke.github">GHReaction</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">Reactable.</span><code><span class="memberNameLink"><a href="../Reactable.html#listReactions()">listReactions</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRef.html" title="class in org.kohsuke.github">GHRef</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listRefs()">listRefs</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Retrieves all refs for the github repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRef.html" title="class in org.kohsuke.github">GHRef</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listRefs(java.lang.String)">listRefs</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> refType)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Retrieves all refs of the given type for the current GitHub repository.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRelease.html" title="class in org.kohsuke.github">GHRelease</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listReleases()">listReleases</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List releases paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../GHMyself.html#listRepositories()">listRepositories</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<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="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../GHMyself.html#listRepositories(int)">listRepositories</a></span>​(int pageSize)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List repositories that are accessible to the authenticated user (public and private) using the specified page
|
|
size.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../GHMyself.html#listRepositories(int,org.kohsuke.github.GHMyself.RepositoryListFilter)">listRepositories</a></span>​(int pageSize,
|
|
<a href="../GHMyself.RepositoryListFilter.html" title="enum in org.kohsuke.github">GHMyself.RepositoryListFilter</a> repoType)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List repositories of a certain type that are accessible by current authenticated user using the specified page
|
|
size.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listRepositories(int)">listRepositories</a></span>​(int pageSize)</code></th>
|
|
<td class="colLast">
|
|
<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="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../GHPerson.html#listRepositories()">listRepositories</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<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="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../GHPerson.html#listRepositories(int)">listRepositories</a></span>​(int pageSize)</code></th>
|
|
<td class="colLast">
|
|
<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="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHTeam.</span><code><span class="memberNameLink"><a href="../GHTeam.html#listRepositories()">listRepositories</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List repositories paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHPullRequestReviewComment.html" title="class in org.kohsuke.github">GHPullRequestReviewComment</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPullRequest.</span><code><span class="memberNameLink"><a href="../GHPullRequest.html#listReviewComments()">listReviewComments</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Obtains all the review comments associated with this pull request.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHPullRequestReviewComment.html" title="class in org.kohsuke.github">GHPullRequestReviewComment</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPullRequestReview.</span><code><span class="memberNameLink"><a href="../GHPullRequestReview.html#listReviewComments()">listReviewComments</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Obtains all the review comments associated with this pull request review.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHPullRequestReview.html" title="class in org.kohsuke.github">GHPullRequestReview</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHPullRequest.</span><code><span class="memberNameLink"><a href="../GHPullRequest.html#listReviews()">listReviews</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Retrieves all the reviews associated to this pull request.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listStargazers()">listStargazers</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the users who have starred this repo based on the old version of the API.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHStargazer.html" title="class in org.kohsuke.github">GHStargazer</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listStargazers2()">listStargazers2</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the users who have starred this repo based on new version of the API, having extended information like
|
|
the time when the repository was starred.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../GHUser.html#listStarredRepositories()">listStarredRepositories</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the repositories that this user has starred.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHCommit.</span><code><span class="memberNameLink"><a href="../GHCommit.html#listStatuses()">listStatuses</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List statuses paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHDeployment.</span><code><span class="memberNameLink"><a href="../GHDeployment.html#listStatuses()">listStatuses</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List statuses paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listSubscribers()">listSubscribers</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the subscribers (aka watchers.)</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../GHUser.html#listSubscriptions()">listSubscriptions</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Lists all the subscribed (aka watched) repositories.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHTag.html" title="class in org.kohsuke.github">GHTag</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../GHRepository.html#listTags()">listTags</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List tags paged iterable.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../GHOrganization.html#listTeams()">listTeams</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">List up all the teams.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../GitHub.html#listUsers()">listUsers</a></span>()</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Returns a list of all users.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../PagedIterable.html" title="type parameter in PagedIterable">T</a>></code></td>
|
|
<th class="colSecond" scope="row"><span class="typeNameLabel">PagedIterable.</span><code><span class="memberNameLink"><a href="../PagedIterable.html#withPageSize(int)">withPageSize</a></span>​(int size)</code></th>
|
|
<td class="colLast">
|
|
<div class="block">Sets the pagination size.</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</main>
|
|
<footer role="contentinfo">
|
|
<nav role="navigation">
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a id="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a id="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../../index.html">Overview</a></li>
|
|
<li><a href="../package-summary.html">Package</a></li>
|
|
<li><a href="../PagedIterable.html" title="class in org.kohsuke.github">Class</a></li>
|
|
<li class="navBarCell1Rev">Use</li>
|
|
<li><a href="../package-tree.html">Tree</a></li>
|
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../../index-all.html">Index</a></li>
|
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
</div>
|
|
<a id="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</nav>
|
|
<p class="legalCopy"><small>Copyright © 2020. All rights reserved.</small></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|