mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-09 00:11:24 +00:00
Wagon: Deploying site to repository
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat Feb 14 10:38:00 PST 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sun Feb 15 09:14:55 PST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>GHRepository (GitHub API for Java 1.61 API)</title>
|
||||
<meta name="date" content="2015-02-14">
|
||||
<title>GHRepository (GitHub API for Java 1.62 API)</title>
|
||||
<meta name="date" content="2015-02-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="GHRepository (GitHub API for Java 1.61 API)";
|
||||
parent.document.title="GHRepository (GitHub API for Java 1.62 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -38,7 +38,7 @@
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github"><span class="strong">Next Class</span></a></li>
|
||||
<li><a href="../../../org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?org/kohsuke/github/GHRepository.html" target="_top">Frames</a></li>
|
||||
@@ -62,7 +62,7 @@
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#fields_inherited_from_class_org.kohsuke.github.GHObject">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
@@ -113,6 +113,25 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested_class_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
|
||||
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Class and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github">GHRepository.Contributor</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
@@ -236,11 +255,16 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createIssue(java.lang.String)">createIssue</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createLabel(java.lang.String, java.lang.String)">createLabel</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> color)</code> </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"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createMilestone(java.lang.String, java.lang.String)">createMilestone</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createPullRequest(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">createPullRequest</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> head,
|
||||
@@ -249,179 +273,183 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
<div class="block">Creates a new pull request.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createRef(java.lang.String, java.lang.String)">createRef</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sha)</code>
|
||||
<div class="block">Creates a named ref, such as tag, branch, etc.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createRelease(java.lang.String)">createRelease</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tag)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createWebHook(java.net.URL)">createWebHook</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#createWebHook(java.net.URL, java.util.Collection)">createWebHook</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a>> events)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#delete()">delete</a></strong>()</code>
|
||||
<div class="block">Deletes this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#enableDownloads(boolean)">enableDownloads</a></strong>(boolean v)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#enableIssueTracker(boolean)">enableIssueTracker</a></strong>(boolean v)</code>
|
||||
<div class="block">Enables or disables the issue tracker for this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#enableWiki(boolean)">enableWiki</a></strong>(boolean v)</code>
|
||||
<div class="block">Enables or disables Wiki for this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<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"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#fork()">fork</a></strong>()</code>
|
||||
<div class="block">Forks this repository as your repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<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"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#forkTo(org.kohsuke.github.GHOrganization)">forkTo</a></strong>(<a href="../../../org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a> org)</code>
|
||||
<div class="block">Forks this repository into an organization.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getBranches()">getBranches</a></strong>()</code>
|
||||
<div class="block">Gets branches by <a href="../../../org/kohsuke/github/GHBranch.html#getName()">their names</a>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getCollaboratorNames()">getCollaboratorNames</a></strong>()</code>
|
||||
<div class="block">Gets the names of the collaborators on this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a><<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getCollaborators()">getCollaborators</a></strong>()</code>
|
||||
<div class="block">Gets the collaborators on this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getCommit(java.lang.String)">getCommit</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sha1)</code>
|
||||
<div class="block">Gets a commit object in this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<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"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getCompare(org.kohsuke.github.GHBranch, org.kohsuke.github.GHBranch)">getCompare</a></strong>(<a href="../../../org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a> id1,
|
||||
<a href="../../../org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a> id2)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getCompare(org.kohsuke.github.GHCommit, org.kohsuke.github.GHCommit)">getCompare</a></strong>(<a href="../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a> id1,
|
||||
<a href="../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a> id2)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<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"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getCompare(java.lang.String, java.lang.String)">getCompare</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id1,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id2)</code>
|
||||
<div class="block">Gets a comparison between 2 points in the repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getDeployKeys()">getDeployKeys</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getDeploymentStatuses(int)">getDeploymentStatuses</a></strong>(int id)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getDescription()">getDescription</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getDirectoryContent(java.lang.String)">getDirectoryContent</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getDirectoryContent(java.lang.String, java.lang.String)">getDirectoryContent</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ref)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getFileContent(java.lang.String)">getFileContent</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getFileContent(java.lang.String, java.lang.String)">getFileContent</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ref)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getForks()">getForks</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getFullName()">getFullName</a></strong>()</code>
|
||||
<div class="block">Full repository name including the owner or organization.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getGitTransportUrl()">getGitTransportUrl</a></strong>()</code>
|
||||
<div class="block">Gets the git:// URL to this repository, such as "git://github.com/kohsuke/jenkins.git"
|
||||
This URL is read-only.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getHomepage()">getHomepage</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getHook(int)">getHook</a></strong>(int id)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getHooks()">getHooks</a></strong>()</code>
|
||||
<div class="block">Retrieves the currently configured hooks.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getIssue(int)">getIssue</a></strong>(int id)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getIssues(org.kohsuke.github.GHIssueState)">getIssues</a></strong>(<a href="../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getIssues(org.kohsuke.github.GHIssueState, org.kohsuke.github.GHMilestone)">getIssues</a></strong>(<a href="../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state,
|
||||
<a href="../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a> milestone)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getLabel(java.lang.String)">getLabel</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getLanguage()">getLanguage</a></strong>()</code>
|
||||
@@ -471,7 +499,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getOwner()">getOwner</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getOwnerName()">getOwnerName</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
@@ -500,7 +528,9 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getReadme()">getReadme</a></strong>()</code> </td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getReadme()">getReadme</a></strong>()</code>
|
||||
<div class="block">https://developer.github.com/v3/repos/contents/#get-the-readme</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></code></td>
|
||||
@@ -543,88 +573,98 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getSubscribersCount()">getSubscribersCount</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getSubscription()">getSubscription</a></strong>()</code>
|
||||
<div class="block">Returns the current subscription.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getSvnUrl()">getSvnUrl</a></strong>()</code>
|
||||
<div class="block">Gets the Subversion URL to access this repository: https://github.com/rails/rails</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getTeams()">getTeams</a></strong>()</code>
|
||||
<div class="block">If this repository belongs to an organization, return a set of teams.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#getWatchers()">getWatchers</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#gitHttpTransportUrl()">gitHttpTransportUrl</a></strong>()</code>
|
||||
<div class="block">Gets the HTTPS URL to this repository, such as "https://github.com/kohsuke/jenkins.git"
|
||||
This URL is read-only.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#hasAdminAccess()">hasAdminAccess</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#hasDownloads()">hasDownloads</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#hashCode()">hashCode</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#hasIssues()">hasIssues</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#hasPullAccess()">hasPullAccess</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#hasPushAccess()">hasPushAccess</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#hasWiki()">hasWiki</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#isFork()">isFork</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#isPrivate()">isPrivate</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listCollaborators()">listCollaborators</a></strong>()</code>
|
||||
<div class="block">Lists up the collaborators on this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listCommitComments()">listCommitComments</a></strong>()</code>
|
||||
<div class="block">Lists up all the commit comments in this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listCommits()">listCommits</a></strong>()</code>
|
||||
<div class="block">Lists all the commits.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listCommitStatuses(java.lang.String)">listCommitStatuses</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sha1)</code>
|
||||
<div class="block">Lists all the commit statues attached to the given commit, newer ones first.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github">GHRepository.Contributor</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listContributors()">listContributors</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listDeployments(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">listDeployments</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sha,
|
||||
@@ -645,21 +685,35 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listLabels()">listLabels</a></strong>()</code>
|
||||
<div class="block">Lists labels in this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listMilestones(org.kohsuke.github.GHIssueState)">listMilestones</a></strong>(<a href="../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code>
|
||||
<div class="block">Lists up all the milestones in this repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listPullRequests(org.kohsuke.github.GHIssueState)">listPullRequests</a></strong>(<a href="../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code>
|
||||
<div class="block">Retrieves all the pull requests of a particular state.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listReleases()">listReleases</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listSubscribers()">listSubscribers</a></strong>()</code>
|
||||
<div class="block">Lists all the subscribers (aka watchers.)
|
||||
|
||||
https://developer.github.com/v3/activity/watching/</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github">GHTag</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#listTags()">listTags</a></strong>()</code> </td>
|
||||
@@ -697,6 +751,13 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#setHomepage(java.lang.String)">setHomepage</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#subscribe(boolean, boolean)">subscribe</a></strong>(boolean subscribed,
|
||||
boolean ignored)</code>
|
||||
<div class="block">Subscribes to this repository to get notifications.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHRepository.html#toString()">toString</a></strong>()</code> </td>
|
||||
</tr>
|
||||
@@ -1039,7 +1100,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getOwnerName</h4>
|
||||
<pre>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getOwnerName()</pre>
|
||||
<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getOwnerName()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasIssues()">
|
||||
@@ -1679,6 +1740,58 @@ public <a href="../../../org/kohsuke/github/GHPersonSet.html" title="class
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="listLabels()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>listLabels</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a>> listLabels()
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<div class="block">Lists labels in this repository.
|
||||
|
||||
https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository</div>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getLabel(java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getLabel</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a> getLabel(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="createLabel(java.lang.String, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>createLabel</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a> createLabel(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
|
||||
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> color)
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="listSubscribers()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>listSubscribers</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a>> listSubscribers()</pre>
|
||||
<div class="block">Lists all the subscribers (aka watchers.)
|
||||
|
||||
https://developer.github.com/v3/activity/watching/</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="createHook(java.lang.String, java.util.Map, java.util.Collection, boolean)">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -1839,9 +1952,10 @@ public <a href="../../../org/kohsuke/github/GHPersonSet.html" title="class
|
||||
<li class="blockList">
|
||||
<h4>getReadme</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a> getReadme()
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<div class="block">https://developer.github.com/v3/repos/contents/#get-the-readme</div>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="createContent(java.lang.String, java.lang.String, java.lang.String)">
|
||||
@@ -1940,6 +2054,46 @@ public <a href="../../../org/kohsuke/github/GHPersonSet.html" title="class
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="subscribe(boolean, boolean)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>subscribe</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a> subscribe(boolean subscribed,
|
||||
boolean ignored)
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<div class="block">Subscribes to this repository to get notifications.</div>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getSubscription()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getSubscription</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a> getSubscription()
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<div class="block">Returns the current subscription.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>null if no subscription exists.</dd>
|
||||
<dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="listContributors()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>listContributors</h4>
|
||||
<pre>public <a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github">GHRepository.Contributor</a>> listContributors()
|
||||
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="toString()">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -2006,7 +2160,7 @@ public <a href="../../../org/kohsuke/github/GHPersonSet.html" title="class
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github"><span class="strong">Next Class</span></a></li>
|
||||
<li><a href="../../../org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?org/kohsuke/github/GHRepository.html" target="_top">Frames</a></li>
|
||||
@@ -2030,7 +2184,7 @@ public <a href="../../../org/kohsuke/github/GHPersonSet.html" title="class
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#fields_inherited_from_class_org.kohsuke.github.GHObject">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
|
||||
Reference in New Issue
Block a user