mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 15:49:57 +00:00
932 lines
63 KiB
HTML
932 lines
63 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 Sat Sep 09 08:25:23 PDT 2017 -->
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>GHOrganization (GitHub API for Java 1.88 API)</title>
|
||
<meta name="date" content="2017-09-09">
|
||
<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="GHOrganization (GitHub API for Java 1.88 API)";
|
||
}
|
||
}
|
||
catch(err) {
|
||
}
|
||
//-->
|
||
var methods = {"i0":10,"i1":10,"i2":10,"i3":42,"i4":42,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":42,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10};
|
||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
|
||
var altColor = "altColor";
|
||
var rowColor = "rowColor";
|
||
var tableTab = "tableTab";
|
||
var activeTableTab = "activeTableTab";
|
||
</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 class="navBarCell1Rev">Class</li>
|
||
<li><a href="class-use/GHOrganization.html">Use</a></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><a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github"><span class="typeNameLink">Prev Class</span></a></li>
|
||
<li><a href="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github"><span class="typeNameLink">Next Class</span></a></li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="../../../index.html?org/kohsuke/github/GHOrganization.html" target="_top">Frames</a></li>
|
||
<li><a href="GHOrganization.html" target="_top">No Frames</a></li>
|
||
</ul>
|
||
<ul class="navList" id="allclasses_navbar_top">
|
||
<li><a href="../../../allclasses-noframe.html">All 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>
|
||
<div>
|
||
<ul class="subNavList">
|
||
<li>Summary: </li>
|
||
<li><a href="#nested.class.summary">Nested</a> | </li>
|
||
<li><a href="#fields.inherited.from.class.org.kohsuke.github.GHPerson">Field</a> | </li>
|
||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||
<li><a href="#method.summary">Method</a></li>
|
||
</ul>
|
||
<ul class="subNavList">
|
||
<li>Detail: </li>
|
||
<li>Field | </li>
|
||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||
<li><a href="#method.detail">Method</a></li>
|
||
</ul>
|
||
</div>
|
||
<a name="skip.navbar.top">
|
||
<!-- -->
|
||
</a></div>
|
||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||
<!-- ======== START OF CLASS DATA ======== -->
|
||
<div class="header">
|
||
<div class="subTitle">org.kohsuke.github</div>
|
||
<h2 title="Class GHOrganization" class="title">Class GHOrganization</h2>
|
||
</div>
|
||
<div class="contentContainer">
|
||
<ul class="inheritance">
|
||
<li><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">java.lang.Object</a></li>
|
||
<li>
|
||
<ul class="inheritance">
|
||
<li><a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">org.kohsuke.github.GHObject</a></li>
|
||
<li>
|
||
<ul class="inheritance">
|
||
<li><a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">org.kohsuke.github.GHPerson</a></li>
|
||
<li>
|
||
<ul class="inheritance">
|
||
<li>org.kohsuke.github.GHOrganization</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<div class="description">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<hr>
|
||
<br>
|
||
<pre>public class <span class="typeNameLabel">GHOrganization</span>
|
||
extends <a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></pre>
|
||
<dl>
|
||
<dt><span class="simpleTagLabel">Author:</span></dt>
|
||
<dd>Kohsuke Kawaguchi</dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<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="memberSummary" 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><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a></span></code> </td>
|
||
</tr>
|
||
</table>
|
||
</li>
|
||
</ul>
|
||
<!-- =========== FIELD SUMMARY =========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="field.summary">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Field Summary</h3>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="fields.inherited.from.class.org.kohsuke.github.GHPerson">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Fields inherited from class org.kohsuke.github.<a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></h3>
|
||
<code><a href="../../../org/kohsuke/github/GHPerson.html#avatar_url">avatar_url</a>, <a href="../../../org/kohsuke/github/GHPerson.html#blog">blog</a>, <a href="../../../org/kohsuke/github/GHPerson.html#company">company</a>, <a href="../../../org/kohsuke/github/GHPerson.html#email">email</a>, <a href="../../../org/kohsuke/github/GHPerson.html#followers">followers</a>, <a href="../../../org/kohsuke/github/GHPerson.html#following">following</a>, <a href="../../../org/kohsuke/github/GHPerson.html#gravatar_id">gravatar_id</a>, <a href="../../../org/kohsuke/github/GHPerson.html#html_url">html_url</a>, <a href="../../../org/kohsuke/github/GHPerson.html#location">location</a>, <a href="../../../org/kohsuke/github/GHPerson.html#login">login</a>, <a href="../../../org/kohsuke/github/GHPerson.html#name">name</a>, <a href="../../../org/kohsuke/github/GHPerson.html#public_gists">public_gists</a>, <a href="../../../org/kohsuke/github/GHPerson.html#public_repos">public_repos</a></code></li>
|
||
</ul>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="fields.inherited.from.class.org.kohsuke.github.GHObject">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Fields inherited from class org.kohsuke.github.<a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></h3>
|
||
<code><a href="../../../org/kohsuke/github/GHObject.html#created_at">created_at</a>, <a href="../../../org/kohsuke/github/GHObject.html#id">id</a>, <a href="../../../org/kohsuke/github/GHObject.html#updated_at">updated_at</a>, <a href="../../../org/kohsuke/github/GHObject.html#url">url</a></code></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="constructor.summary">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Constructor Summary</h3>
|
||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||
<tr>
|
||
<th class="colOne" scope="col">Constructor and Description</th>
|
||
</tr>
|
||
<tr class="altColor">
|
||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#GHOrganization--">GHOrganization</a></span>()</code> </td>
|
||
</tr>
|
||
</table>
|
||
</li>
|
||
</ul>
|
||
<!-- ========== METHOD SUMMARY =========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.summary">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Method Summary</h3>
|
||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||
<tr>
|
||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
<th class="colLast" scope="col">Method and Description</th>
|
||
</tr>
|
||
<tr id="i0" class="altColor">
|
||
<td class="colFirst"><code>void</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#conceal-org.kohsuke.github.GHUser-">conceal</a></span>(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> u)</code>
|
||
<div class="block">Conceals the membership.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i1" 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><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#createHook-java.lang.String-java.util.Map-java.util.Collection-boolean-">createHook</a></span>(<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/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="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>> config,
|
||
<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,
|
||
boolean active)</code>
|
||
<div class="block">See https://api.github.com/hooks for possible names and their configuration scheme.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i2" class="altColor">
|
||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHCreateRepositoryBuilder.html" title="class in org.kohsuke.github">GHCreateRepositoryBuilder</a></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-">createRepository</a></span>(<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>
|
||
<div class="block">Starts a builder that creates a new repository.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i3" 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><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>(<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> description,
|
||
<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> homepage,
|
||
<a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a> team,
|
||
boolean isPublic)</code>
|
||
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
|
||
<div class="block"><span class="deprecationComment">Use <a href="../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-"><code>createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</span></div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i4" 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><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>(<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> description,
|
||
<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> homepage,
|
||
<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> team,
|
||
boolean isPublic)</code>
|
||
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
|
||
<div class="block"><span class="deprecationComment">Use <a href="../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-"><code>createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</span></div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i5" 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"><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>(<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="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a> p,
|
||
<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/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>> repositories)</code>
|
||
<div class="block">Creates a new team and assigns the repositories.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i6" 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"><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>(<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="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a> p,
|
||
<a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>... repositories)</code> </td>
|
||
</tr>
|
||
<tr id="i7" 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><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#createWebHook-java.net.URL-">createWebHook</a></span>(<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 id="i8" 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><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#createWebHook-java.net.URL-java.util.Collection-">createWebHook</a></span>(<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 id="i9" 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><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#getHook-int-">getHook</a></span>(int id)</code> </td>
|
||
</tr>
|
||
<tr id="i10" 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><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#getHooks--">getHooks</a></span>()</code>
|
||
<div class="block">Retrieves the currently configured hooks.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i11" 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/GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#getMembers--">getMembers</a></span>()</code>
|
||
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
|
||
<div class="block"><span class="deprecationComment">use <a href="../../../org/kohsuke/github/GHOrganization.html#listMembers--"><code>listMembers()</code></a></span></div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i12" 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/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#getPullRequests--">getPullRequests</a></span>()</code>
|
||
<div class="block">Gets all the open pull requests in this organizataion.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i13" 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/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
||
<td class="colLast"><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 id="i14" 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"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#getTeamByName-java.lang.String-">getTeamByName</a></span>(<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>
|
||
<div class="block">Finds a team that has the given name in its <a href="../../../org/kohsuke/github/GHTeam.html#getName--"><code>GHTeam.getName()</code></a></div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i15" 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"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#getTeamBySlug-java.lang.String-">getTeamBySlug</a></span>(<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> slug)</code>
|
||
<div class="block">Finds a team that has the given slug in its <a href="../../../org/kohsuke/github/GHTeam.html#getSlug--"><code>GHTeam.getSlug()</code></a></div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i16" class="altColor">
|
||
<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/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#getTeams--">getTeams</a></span>()</code>
|
||
<div class="block">Teams by their names.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i17" class="rowColor">
|
||
<td class="colFirst"><code>boolean</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#hasMember-org.kohsuke.github.GHUser-">hasMember</a></span>(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> user)</code>
|
||
<div class="block">Checks if this organization has the specified user as a member.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i18" class="altColor">
|
||
<td class="colFirst"><code>boolean</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#hasPublicMember-org.kohsuke.github.GHUser-">hasPublicMember</a></span>(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> user)</code>
|
||
<div class="block">Checks if this organization has the specified user as a public member.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i19" class="rowColor">
|
||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#listEvents--">listEvents</a></span>()</code>
|
||
<div class="block">Lists events performed by a user (this includes private events if the caller is authenticated.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i20" 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/GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#listMembers--">listMembers</a></span>()</code>
|
||
<div class="block">All the members of this organization.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i21" 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><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#listMembersWithFilter-java.lang.String-">listMembersWithFilter</a></span>(<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> filter)</code> </td>
|
||
</tr>
|
||
<tr id="i22" 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/GHUser.html" title="class in org.kohsuke.github">GHUser</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#listPublicMembers--">listPublicMembers</a></span>()</code>
|
||
<div class="block">All the public members of this organization.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i23" class="rowColor">
|
||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#listRepositories-int-">listRepositories</a></span>(int pageSize)</code>
|
||
<div class="block">Lists up all the repositories using the specified page size.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i24" 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/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#listTeams--">listTeams</a></span>()</code>
|
||
<div class="block">List up all the teams.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i25" class="rowColor">
|
||
<td class="colFirst"><code>void</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#publicize-org.kohsuke.github.GHUser-">publicize</a></span>(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> u)</code>
|
||
<div class="block">Publicizes the membership.</div>
|
||
</td>
|
||
</tr>
|
||
<tr id="i26" class="altColor">
|
||
<td class="colFirst"><code>void</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kohsuke/github/GHOrganization.html#remove-org.kohsuke.github.GHUser-">remove</a></span>(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> user)</code>
|
||
<div class="block">Remove a member of the organisation - which will remove them from
|
||
all teams, and remove their access to the organization’s repositories.</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="methods.inherited.from.class.org.kohsuke.github.GHPerson">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Methods inherited from class org.kohsuke.github.<a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></h3>
|
||
<code><a href="../../../org/kohsuke/github/GHPerson.html#getAvatarUrl--">getAvatarUrl</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getBlog--">getBlog</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getCompany--">getCompany</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getCreatedAt--">getCreatedAt</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getEmail--">getEmail</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getFollowersCount--">getFollowersCount</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getFollowingCount--">getFollowingCount</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getGravatarId--">getGravatarId</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getHtmlUrl--">getHtmlUrl</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getLocation--">getLocation</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getLogin--">getLogin</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getName--">getName</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getPublicGistCount--">getPublicGistCount</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getPublicRepoCount--">getPublicRepoCount</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getRepositories--">getRepositories</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getRepository-java.lang.String-">getRepository</a>, <a href="../../../org/kohsuke/github/GHPerson.html#getUpdatedAt--">getUpdatedAt</a>, <a href="../../../org/kohsuke/github/GHPerson.html#iterateRepositories-int-">iterateRepositories</a>, <a href="../../../org/kohsuke/github/GHPerson.html#listRepositories--">listRepositories</a>, <a href="../../../org/kohsuke/github/GHPerson.html#populate--">populate</a></code></li>
|
||
</ul>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="methods.inherited.from.class.org.kohsuke.github.GHObject">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Methods inherited from class org.kohsuke.github.<a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></h3>
|
||
<code><a href="../../../org/kohsuke/github/GHObject.html#getId--">getId</a>, <a href="../../../org/kohsuke/github/GHObject.html#getUrl--">getUrl</a>, <a href="../../../org/kohsuke/github/GHObject.html#toString--">toString</a></code></li>
|
||
</ul>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Methods inherited from class java.lang.<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></h3>
|
||
<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="details">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="constructor.detail">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Constructor Detail</h3>
|
||
<a name="GHOrganization--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockListLast">
|
||
<li class="blockList">
|
||
<h4>GHOrganization</h4>
|
||
<pre>public GHOrganization()</pre>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<!-- ============ METHOD DETAIL ========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.detail">
|
||
<!-- -->
|
||
</a>
|
||
<h3>Method Detail</h3>
|
||
<a name="createRepository-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>createRepository</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a> createRepository(<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> description,
|
||
<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> homepage,
|
||
<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> team,
|
||
boolean isPublic)
|
||
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"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use <a href="../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-"><code>createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</span></div>
|
||
<div class="block">Creates a new repository.</div>
|
||
<dl>
|
||
<dt><span class="returnLabel">Returns:</span></dt>
|
||
<dd>Newly created repository.</dd>
|
||
<dt><span class="throwsLabel">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="createRepository-java.lang.String-java.lang.String-java.lang.String-org.kohsuke.github.GHTeam-boolean-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>createRepository</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a> createRepository(<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> description,
|
||
<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> homepage,
|
||
<a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a> team,
|
||
boolean isPublic)
|
||
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"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use <a href="../../../org/kohsuke/github/GHOrganization.html#createRepository-java.lang.String-"><code>createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</span></div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="createRepository-java.lang.String-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>createRepository</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHCreateRepositoryBuilder.html" title="class in org.kohsuke.github">GHCreateRepositoryBuilder</a> createRepository(<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>
|
||
<div class="block">Starts a builder that creates a new repository.
|
||
|
||
<p>
|
||
You use the returned builder to set various properties, then call <a href="../../../org/kohsuke/github/GHCreateRepositoryBuilder.html#create--"><code>GHCreateRepositoryBuilder.create()</code></a>
|
||
to finally createa repository.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="getTeams--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getTeams</h4>
|
||
<pre>public <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/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>> getTeams()
|
||
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">Teams by their names.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="listTeams--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>listTeams</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>> listTeams()
|
||
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">List up all the teams.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="getTeamByName-java.lang.String-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getTeamByName</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a> getTeamByName(<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>
|
||
<div class="block">Finds a team that has the given name in its <a href="../../../org/kohsuke/github/GHTeam.html#getName--"><code>GHTeam.getName()</code></a></div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="getTeamBySlug-java.lang.String-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getTeamBySlug</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a> getTeamBySlug(<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> slug)
|
||
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">Finds a team that has the given slug in its <a href="../../../org/kohsuke/github/GHTeam.html#getSlug--"><code>GHTeam.getSlug()</code></a></div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="hasMember-org.kohsuke.github.GHUser-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>hasMember</h4>
|
||
<pre>public boolean hasMember(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> user)</pre>
|
||
<div class="block">Checks if this organization has the specified user as a member.</div>
|
||
</li>
|
||
</ul>
|
||
<a name="remove-org.kohsuke.github.GHUser-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>remove</h4>
|
||
<pre>public void remove(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> user)
|
||
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">Remove a member of the organisation - which will remove them from
|
||
all teams, and remove their access to the organization’s repositories.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="hasPublicMember-org.kohsuke.github.GHUser-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>hasPublicMember</h4>
|
||
<pre>public boolean hasPublicMember(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> user)</pre>
|
||
<div class="block">Checks if this organization has the specified user as a public member.</div>
|
||
</li>
|
||
</ul>
|
||
<a name="publicize-org.kohsuke.github.GHUser-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>publicize</h4>
|
||
<pre>public void publicize(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> u)
|
||
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">Publicizes the membership.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="getMembers--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getMembers</h4>
|
||
<pre>public <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/GHUser.html" title="class in org.kohsuke.github">GHUser</a>> getMembers()
|
||
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"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">use <a href="../../../org/kohsuke/github/GHOrganization.html#listMembers--"><code>listMembers()</code></a></span></div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="listMembers--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>listMembers</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>> listMembers()
|
||
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">All the members of this organization.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="listPublicMembers--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>listPublicMembers</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>> listPublicMembers()
|
||
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">All the public members of this organization.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="listMembersWithFilter-java.lang.String-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>listMembersWithFilter</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>> listMembersWithFilter(<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> filter)
|
||
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="throwsLabel">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="conceal-org.kohsuke.github.GHUser-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>conceal</h4>
|
||
<pre>public void conceal(<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> u)
|
||
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">Conceals the membership.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="createTeam-java.lang.String-org.kohsuke.github.GHOrganization.Permission-java.util.Collection-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>createTeam</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a> createTeam(<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="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a> p,
|
||
<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/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>> repositories)
|
||
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">Creates a new team and assigns the repositories.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="createTeam-java.lang.String-org.kohsuke.github.GHOrganization.Permission-org.kohsuke.github.GHRepository...-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>createTeam</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a> createTeam(<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="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a> p,
|
||
<a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>... repositories)
|
||
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="throwsLabel">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="getRepositoriesWithOpenPullRequests--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getRepositoriesWithOpenPullRequests</h4>
|
||
<pre>public <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/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>> getRepositoriesWithOpenPullRequests()
|
||
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">List up repositories that has some open pull requests.
|
||
|
||
This used to be an efficient method that didn't involve traversing every repository, but now
|
||
it doesn't do any optimization.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="getPullRequests--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getPullRequests</h4>
|
||
<pre>public <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/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a>> getPullRequests()
|
||
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">Gets all the open pull requests in this organizataion.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="listEvents--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>listEvents</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a>> listEvents()
|
||
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 events performed by a user (this includes private events if the caller is authenticated.</div>
|
||
<dl>
|
||
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
|
||
<dd><code><a href="../../../org/kohsuke/github/GHPerson.html#listEvents--">listEvents</a></code> in class <code><a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></code></dd>
|
||
<dt><span class="throwsLabel">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="listRepositories-int-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>listRepositories</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>> listRepositories(int pageSize)</pre>
|
||
<div class="block">Lists up all the repositories using the specified page size.</div>
|
||
<dl>
|
||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||
<dd><code><a href="../../../org/kohsuke/github/GHPerson.html#listRepositories-int-">listRepositories</a></code> in class <code><a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></code></dd>
|
||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||
<dd><code>pageSize</code> - size for each page of items returned by GitHub. Maximum page size is 100.
|
||
|
||
Unlike <a href="../../../org/kohsuke/github/GHPerson.html#getRepositories--"><code>GHPerson.getRepositories()</code></a>, this does not wait until all the repositories are returned.</dd>
|
||
</dl>
|
||
</li>
|
||
</ul>
|
||
<a name="getHooks--">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getHooks</h4>
|
||
<pre>public <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>> getHooks()
|
||
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">Retrieves the currently configured hooks.</div>
|
||
<dl>
|
||
<dt><span class="throwsLabel">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="getHook-int-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>getHook</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a> getHook(int id)
|
||
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="throwsLabel">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="createHook-java.lang.String-java.util.Map-java.util.Collection-boolean-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>createHook</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a> createHook(<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/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="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>> config,
|
||
<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,
|
||
boolean active)
|
||
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">See https://api.github.com/hooks for possible names and their configuration scheme.
|
||
TODO: produce type-safe binding</div>
|
||
<dl>
|
||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||
<dd><code>name</code> - Type of the hook to be created. See https://api.github.com/hooks for possible names.</dd>
|
||
<dd><code>config</code> - The configuration hash.</dd>
|
||
<dd><code>events</code> - Can be null. Types of events to hook into.</dd>
|
||
<dt><span class="throwsLabel">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="createWebHook-java.net.URL-java.util.Collection-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<h4>createWebHook</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a> createWebHook(<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)
|
||
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="throwsLabel">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="createWebHook-java.net.URL-">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="blockListLast">
|
||
<li class="blockList">
|
||
<h4>createWebHook</h4>
|
||
<pre>public <a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a> createWebHook(<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)
|
||
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="throwsLabel">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>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<!-- ========= END OF CLASS DATA ========= -->
|
||
<!-- ======= 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 class="navBarCell1Rev">Class</li>
|
||
<li><a href="class-use/GHOrganization.html">Use</a></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><a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github"><span class="typeNameLink">Prev Class</span></a></li>
|
||
<li><a href="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github"><span class="typeNameLink">Next Class</span></a></li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="../../../index.html?org/kohsuke/github/GHOrganization.html" target="_top">Frames</a></li>
|
||
<li><a href="GHOrganization.html" target="_top">No Frames</a></li>
|
||
</ul>
|
||
<ul class="navList" id="allclasses_navbar_bottom">
|
||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||
</ul>
|
||
<div>
|
||
<script type="text/javascript"><!--
|
||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||
if(window==top) {
|
||
allClassesLink.style.display = "block";
|
||
}
|
||
else {
|
||
allClassesLink.style.display = "none";
|
||
}
|
||
//-->
|
||
</script>
|
||
</div>
|
||
<div>
|
||
<ul class="subNavList">
|
||
<li>Summary: </li>
|
||
<li><a href="#nested.class.summary">Nested</a> | </li>
|
||
<li><a href="#fields.inherited.from.class.org.kohsuke.github.GHPerson">Field</a> | </li>
|
||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||
<li><a href="#method.summary">Method</a></li>
|
||
</ul>
|
||
<ul class="subNavList">
|
||
<li>Detail: </li>
|
||
<li>Field | </li>
|
||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||
<li><a href="#method.detail">Method</a></li>
|
||
</ul>
|
||
</div>
|
||
<a name="skip.navbar.bottom">
|
||
<!-- -->
|
||
</a></div>
|
||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
|
||
</body>
|
||
</html>
|