mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-08 15:52:17 +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 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> </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> </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> body)</code>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#update(java.lang.String)">update</a></strong>(java.lang.String 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 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 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 <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> getHtmlUrl()</pre>
|
||||
<pre>public java.net.URL 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 <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> getSHA1()</pre>
|
||||
<pre>public java.lang.String 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 <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> getBody()</pre>
|
||||
<pre>public java.lang.String 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 <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> getPath()</pre>
|
||||
<pre>public java.lang.String 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 <a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a> 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 <a href="../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a> 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 void 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> 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 void update(java.lang.String 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 void 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>
|
||||
|
||||
Reference in New Issue
Block a user