Wagon: Deploying site to repository

This commit is contained in:
Kohsuke Kawaguchi
2015-03-24 13:05:13 -07:00
parent 90bd226a2d
commit c19c5c61ba
280 changed files with 8945 additions and 3966 deletions

View File

@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Sun Mar 22 11:18:44 PDT 2015 -->
<!-- Generated by javadoc (version 1.7.0_07) on Tue Mar 24 13:04:48 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.64-SNAPSHOT API)</title>
<meta name="date" content="2015-03-22">
<title>Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.66 API)</title>
<meta name="date" content="2015-03-24">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.64-SNAPSHOT API)";
parent.document.title="Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.66 API)";
}
//-->
</script>
@@ -98,21 +98,21 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String, org.kohsuke.github.GHOrganization.Permission, java.util.Collection)">createTeam</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String, org.kohsuke.github.GHOrganization.Permission, java.util.Collection)">createTeam</a></strong>(java.lang.String&nbsp;name,
<a href="../../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a>&nbsp;p,
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;&nbsp;repositories)</code>
java.util.Collection&lt;<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>&gt;&nbsp;repositories)</code>
<div class="block">Creates a new team and assigns the repositories.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String, org.kohsuke.github.GHOrganization.Permission, org.kohsuke.github.GHRepository...)">createTeam</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String, org.kohsuke.github.GHOrganization.Permission, org.kohsuke.github.GHRepository...)">createTeam</a></strong>(java.lang.String&nbsp;name,
<a href="../../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a>&nbsp;p,
<a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a>...&nbsp;repositories)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#getTeamByName(java.lang.String)">getTeamByName</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#getTeamByName(java.lang.String)">getTeamByName</a></strong>(java.lang.String&nbsp;name)</code>
<div class="block">Finds a team that has the given name in its <a href="../../../../org/kohsuke/github/GHTeam.html#getName()"><code>getName()</code></a></div>
</td>
</tr>
@@ -126,21 +126,21 @@
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&gt;&gt;</code></td>
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,java.util.Set&lt;<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&gt;&gt;</code></td>
<td class="colLast"><span class="strong">GitHub.</span><code><strong><a href="../../../../org/kohsuke/github/GitHub.html#getMyTeams()">getMyTeams</a></strong>()</code>
<div class="block">Gets complete map of organizations/teams that current user belongs to.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#getTeams()">getTeams</a></strong>()</code>
<div class="block">Teams by their names.</div>
<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><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="altColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHRepository.</span><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 class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&gt;</code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#getTeams()">getTeams</a></strong>()</code>
<div class="block">Teams by their names.</div>
</td>
</tr>
<tr class="rowColor">
@@ -160,9 +160,9 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></code></td>
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String, java.lang.String, java.lang.String, org.kohsuke.github.GHTeam, boolean)">createRepository</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description,
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;homepage,
<td class="colLast"><span class="strong">GHOrganization.</span><code><strong><a href="../../../../org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String, java.lang.String, java.lang.String, org.kohsuke.github.GHTeam, boolean)">createRepository</a></strong>(java.lang.String&nbsp;name,
java.lang.String&nbsp;description,
java.lang.String&nbsp;homepage,
<a href="../../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a>&nbsp;team,
boolean&nbsp;isPublic)</code>&nbsp;</td>
</tr>