Files
github-api/apidocs/org/kohsuke/github/class-use/GHRepository.html
2016-06-03 00:23:26 -07:00

537 lines
42 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0) on Fri Jun 03 00:22:58 PDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.kohsuke.github.GHRepository (GitHub API for Java 1.76 API)</title>
<meta name="date" content="2016-06-03">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.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.GHRepository (GitHub API for Java 1.76 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/kohsuke/github/GHRepository.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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/kohsuke/github/class-use/GHRepository.html" target="_top">Frames</a></li>
<li><a href="GHRepository.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.kohsuke.github.GHRepository" class="title">Uses of Class<br>org.kohsuke.github.GHRepository</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.kohsuke.github">org.kohsuke.github</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.kohsuke.github">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a> in <a href="../../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a> that return <a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHCreateRepositoryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHCreateRepositoryBuilder.html#create--">create</a></span>()</code>
<div class="block">Creates a repository with all the parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GitHub.html#createRepository-java.lang.String-java.lang.String-java.lang.String-boolean-">createRepository</a></span>(java.lang.String&nbsp;name,
java.lang.String&nbsp;description,
java.lang.String&nbsp;homepage,
boolean&nbsp;isPublic)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../../../org/kohsuke/github/GitHub.html#createRepository-java.lang.String-"><code>GitHub.createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-java.lang.String-java.lang.String-org.kohsuke.github.GHTeam-boolean-">createRepository</a></span>(java.lang.String&nbsp;name,
java.lang.String&nbsp;description,
java.lang.String&nbsp;homepage,
<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&nbsp;team,
boolean&nbsp;isPublic)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-"><code>GHOrganization.createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-">createRepository</a></span>(java.lang.String&nbsp;name,
java.lang.String&nbsp;description,
java.lang.String&nbsp;homepage,
java.lang.String&nbsp;team,
boolean&nbsp;isPublic)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-"><code>GHOrganization.createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRepository.html#fork--">fork</a></span>()</code>
<div class="block">Forks this repository as your repository.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRepository.html#forkTo-org.kohsuke.github.GHOrganization-">forkTo</a></span>(<a href="../../../../org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a>&nbsp;org)</code>
<div class="block">Forks this repository into an organization.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHAsset.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHAsset.html#getOwner--">getOwner</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHCommitComment.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHCommitComment.html#getOwner--">getOwner</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHMilestone.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHMilestone.html#getOwner--">getOwner</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHRelease.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRelease.html#getOwner--">getOwner</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHBranch.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHBranch.html#getOwner--">getOwner</a></span>()</code>
<div class="block">Repository that this branch is in.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHTag.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHTag.html#getOwner--">getOwner</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHContent.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHContent.html#getOwner--">getOwner</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHCommit.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHCommit.html#getOwner--">getOwner</a></span>()</code>
<div class="block">The repository that contains the commit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRepository.html#getParent--">getParent</a></span>()</code>
<div class="block">Forked repositories have a 'parent' attribute that specifies the repository this repository
is directly forked from.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHSubscription.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHSubscription.html#getRepository--">getRepository</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHStargazer.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHStargazer.html#getRepository--">getRepository</a></span>()</code>
<div class="block">Gets the repository that is stargazed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHIssue.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHIssue.html#getRepository--">getRepository</a></span>()</code>
<div class="block">Repository to which the issue belongs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHThread.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHThread.html#getRepository--">getRepository</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHCommitPointer.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHCommitPointer.html#getRepository--">getRepository</a></span>()</code>
<div class="block">The repository that contains the commit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHEventPayload.PullRequest.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHEventPayload.PullRequest.html#getRepository--">getRepository</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHEventPayload.IssueComment.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHEventPayload.IssueComment.html#getRepository--">getRepository</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHEventPayload.Push.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHEventPayload.Push.html#getRepository--">getRepository</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHEventInfo.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHEventInfo.html#getRepository--">getRepository</a></span>()</code>
<div class="block">Repository where the change was made.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GitHub.html#getRepository-java.lang.String-">getRepository</a></span>(java.lang.String&nbsp;name)</code>
<div class="block">Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHPerson.html#getRepository-java.lang.String-">getRepository</a></span>(java.lang.String&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRepository.html#getSource--">getSource</a></span>()</code>
<div class="block">Forked repositories have a 'source' attribute that specifies the ultimate source of the forking chain.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a> that return types with arguments of type <a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHMyself.html#getAllRepositories--">getAllRepositories</a></span>()</code>
<div class="block">Gets the all repositories this user owns (public and private).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHPerson.html#getRepositories--">getRepositories</a></span>()</code>
<div class="block">Gets the public repositories this user owns.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHTeam.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHTeam.html#getRepositories--">getRepositories</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHOrganization.html#getRepositoriesWithOpenPullRequests--">getRepositoriesWithOpenPullRequests</a></span>()</code>
<div class="block">List up repositories that has some open pull requests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Iterable&lt;java.util.List&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHPerson.html#iterateRepositories-int-">iterateRepositories</a></span>(int&nbsp;pageSize)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../../../org/kohsuke/github/GHPerson.html#listRepositories--"><code>GHPerson.listRepositories()</code></a></span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GitHub.html#listAllPublicRepositories--">listAllPublicRepositories</a></span>()</code>
<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="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GitHub.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GitHub.html#listAllPublicRepositories-java.lang.String-">listAllPublicRepositories</a></span>(java.lang.String&nbsp;since)</code>
<div class="block">This provides a dump of every public repository, in the order that they were created.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHMyself.html#listAllRepositories--">listAllRepositories</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../../../org/kohsuke/github/GHMyself.html#listRepositories--"><code>GHMyself.listRepositories()</code></a></span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRepository.html#listForks--">listForks</a></span>()</code>
<div class="block">Lists all the direct forks of this repository, sorted by
github api default, currently <a href="../../../../org/kohsuke/github/GHRepository.ForkSort.html#NEWEST"><code>ForkSort.NEWEST</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHRepository.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRepository.html#listForks-org.kohsuke.github.GHRepository.ForkSort-">listForks</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.ForkSort.html" title="enum in org.kohsuke.github">GHRepository.ForkSort</a>&nbsp;sort)</code>
<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="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHPerson.html#listRepositories--">listRepositories</a></span>()</code>
<div class="block">Lists up all the repositories using a 30 items page size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHMyself.html#listRepositories--">listRepositories</a></span>()</code>
<div class="block">Lists up all repositories this user owns (public and private).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHTeam.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHTeam.html#listRepositories--">listRepositories</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHPerson.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHPerson.html#listRepositories-int-">listRepositories</a></span>(int&nbsp;pageSize)</code>
<div class="block">Lists up all the repositories using the specified page size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHOrganization.html#listRepositories-int-">listRepositories</a></span>(int&nbsp;pageSize)</code>
<div class="block">Lists up all the repositories using the specified page size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHMyself.html#listRepositories-int-">listRepositories</a></span>(int&nbsp;pageSize)</code>
<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="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHMyself.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHMyself.html#listRepositories-int-org.kohsuke.github.GHMyself.RepositoryListFilter-">listRepositories</a></span>(int&nbsp;pageSize,
<a href="../../../../org/kohsuke/github/GHMyself.RepositoryListFilter.html" title="enum in org.kohsuke.github">GHMyself.RepositoryListFilter</a>&nbsp;repoType)</code>
<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="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHUser.html#listStarredRepositories--">listStarredRepositories</a></span>()</code>
<div class="block">Lists all the repositories that this user has starred.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">GHUser.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHUser.html#listSubscriptions--">listSubscriptions</a></span>()</code>
<div class="block">Lists all the subscribed (aka watched) repositories.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a> with parameters of type <a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">GHTeam.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHTeam.html#add-org.kohsuke.github.GHRepository-">add</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;r)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHOrganization.html#createTeam-java.lang.String-org.kohsuke.github.GHOrganization.Permission-org.kohsuke.github.GHRepository...-">createTeam</a></span>(java.lang.String&nbsp;name,
<a href="../../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a>&nbsp;p,
<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>...&nbsp;repositories)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">GHTeam.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHTeam.html#remove-org.kohsuke.github.GHRepository-">remove</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;r)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">GHRelease.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHRelease.html#setOwner-org.kohsuke.github.GHRepository-">setOwner</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;owner)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">GHEventPayload.IssueComment.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHEventPayload.IssueComment.html#setRepository-org.kohsuke.github.GHRepository-">setRepository</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;repository)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">GHContent.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHContent.html#wrap-org.kohsuke.github.GHContent:A-org.kohsuke.github.GHRepository-">wrap</a></span>(<a href="../../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a>[]&nbsp;contents,
<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;repository)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHMilestone.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHMilestone.html#wrap-org.kohsuke.github.GHRepository-">wrap</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;repo)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHDeployKey.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHDeployKey.html#wrap-org.kohsuke.github.GHRepository-">wrap</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;repo)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHDeploymentStatus.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHDeploymentStatus.html#wrap-org.kohsuke.github.GHRepository-">wrap</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;owner)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHCompare.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHCompare.html#wrap-org.kohsuke.github.GHRepository-">wrap</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;owner)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a> with type arguments of type <a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></code></td>
<td class="colLast"><span class="typeNameLabel">GHOrganization.</span><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHOrganization.html#createTeam-java.lang.String-org.kohsuke.github.GHOrganization.Permission-java.util.Collection-">createTeam</a></span>(java.lang.String&nbsp;name,
<a href="../../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a>&nbsp;p,
java.util.Collection&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;&nbsp;repositories)</code>
<div class="block">Creates a new team and assigns the repositories.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a> with parameters of type <a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHDeploymentBuilder.html#GHDeploymentBuilder-org.kohsuke.github.GHRepository-">GHDeploymentBuilder</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;repo)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHDeploymentBuilder.html#GHDeploymentBuilder-org.kohsuke.github.GHRepository-java.lang.String-">GHDeploymentBuilder</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;repo,
java.lang.String&nbsp;ref)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHDeploymentStatusBuilder.html#GHDeploymentStatusBuilder-org.kohsuke.github.GHRepository-int-org.kohsuke.github.GHDeploymentState-">GHDeploymentStatusBuilder</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;repo,
int&nbsp;deploymentId,
<a href="../../../../org/kohsuke/github/GHDeploymentState.html" title="enum in org.kohsuke.github">GHDeploymentState</a>&nbsp;state)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kohsuke/github/GHReleaseBuilder.html#GHReleaseBuilder-org.kohsuke.github.GHRepository-java.lang.String-">GHReleaseBuilder</a></span>(<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&nbsp;ghRepository,
java.lang.String&nbsp;tag)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/kohsuke/github/GHRepository.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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/kohsuke/github/class-use/GHRepository.html" target="_top">Frames</a></li>
<li><a href="GHRepository.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016. All Rights Reserved.</small></p>
</body>
</html>