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:43 PDT 2015 -->
<!-- Generated by javadoc (version 1.7.0_07) on Tue Mar 24 13:04:47 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>GHCommitComment (GitHub API for Java 1.64-SNAPSHOT API)</title>
<meta name="date" content="2015-03-22">
<title>GHCommitComment (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="GHCommitComment (GitHub API for Java 1.64-SNAPSHOT API)";
parent.document.title="GHCommitComment (GitHub API for Java 1.66 API)";
}
//-->
</script>
@@ -85,7 +85,7 @@
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://java.sun.com/j2se/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>java.lang.Object</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>
@@ -167,7 +167,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getBody()">getBody</a></strong>()</code>
<div class="block">Commit comment in the GitHub flavored markdown format.</div>
</td>
@@ -179,7 +179,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td>
<td class="colFirst"><code>java.net.URL</code></td>
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getHtmlUrl()">getHtmlUrl</a></strong>()</code>
<div class="block">URL like 'https://github.com/kohsuke/sandbox-ant/commit/8ae38db0ea5837313ab5f39d43a6f73de3bd9000#commitcomment-1252827' to
show this commit comment in a browser.</div>
@@ -196,13 +196,13 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getOwner()">getOwner</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getPath()">getPath</a></strong>()</code>
<div class="block">A commit comment can be on a specific line of a specific file, if so, this field points to a file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getSHA1()">getSHA1</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
@@ -213,7 +213,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#update(java.lang.String)">update</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;body)</code>
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#update(java.lang.String)">update</a></strong>(java.lang.String&nbsp;body)</code>
<div class="block">Updates the body of the commit message.</div>
</td>
</tr>
@@ -229,8 +229,8 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/j2se/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://java.sun.com/j2se/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://java.sun.com/j2se/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>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -278,7 +278,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<ul class="blockList">
<li class="blockList">
<h4>getHtmlUrl</h4>
<pre>public&nbsp;<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;getHtmlUrl()</pre>
<pre>public&nbsp;java.net.URL&nbsp;getHtmlUrl()</pre>
<div class="block">URL like 'https://github.com/kohsuke/sandbox-ant/commit/8ae38db0ea5837313ab5f39d43a6f73de3bd9000#commitcomment-1252827' to
show this commit comment in a browser.</div>
</li>
@@ -289,7 +289,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<ul class="blockList">
<li class="blockList">
<h4>getSHA1</h4>
<pre>public&nbsp;<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;getSHA1()</pre>
<pre>public&nbsp;java.lang.String&nbsp;getSHA1()</pre>
</li>
</ul>
<a name="getBody()">
@@ -298,7 +298,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<ul class="blockList">
<li class="blockList">
<h4>getBody</h4>
<pre>public&nbsp;<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;getBody()</pre>
<pre>public&nbsp;java.lang.String&nbsp;getBody()</pre>
<div class="block">Commit comment in the GitHub flavored markdown format.</div>
</li>
</ul>
@@ -308,7 +308,7 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<ul class="blockList">
<li class="blockList">
<h4>getPath</h4>
<pre>public&nbsp;<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;getPath()</pre>
<pre>public&nbsp;java.lang.String&nbsp;getPath()</pre>
<div class="block">A commit comment can be on a specific line of a specific file, if so, this field points to a file.
Otherwise null.</div>
</li>
@@ -331,10 +331,10 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<li class="blockList">
<h4>getUser</h4>
<pre>public&nbsp;<a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a>&nbsp;getUser()
throws <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
throws java.io.IOException</pre>
<div class="block">Gets the user who put this comment.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="getCommit()">
@@ -344,10 +344,10 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<li class="blockList">
<h4>getCommit</h4>
<pre>public&nbsp;<a href="../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a>&nbsp;getCommit()
throws <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
throws java.io.IOException</pre>
<div class="block">Gets the commit to which this comment is associated with.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="update(java.lang.String)">
@@ -356,11 +356,11 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<ul class="blockList">
<li class="blockList">
<h4>update</h4>
<pre>public&nbsp;void&nbsp;update(<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;body)
throws <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<pre>public&nbsp;void&nbsp;update(java.lang.String&nbsp;body)
throws java.io.IOException</pre>
<div class="block">Updates the body of the commit message.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="delete()">
@@ -370,10 +370,10 @@ extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.
<li class="blockList">
<h4>delete</h4>
<pre>public&nbsp;void&nbsp;delete()
throws <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
throws java.io.IOException</pre>
<div class="block">Deletes this comment.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
</li>