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_15) on Wed Oct 08 12:20:46 PDT 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat Feb 14 10:20:16 PST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>GHCommitComment (GitHub API for Java 1.59 API)</title>
|
||||
<meta name="date" content="2014-10-08">
|
||||
<title>GHCommitComment (GitHub API for Java 1.60-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2015-02-14">
|
||||
<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.59 API)";
|
||||
parent.document.title="GHCommitComment (GitHub API for Java 1.60-SNAPSHOT API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -63,7 +63,7 @@
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#fields_inherited_from_class_org.kohsuke.github.GHObject">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
@@ -88,17 +88,22 @@
|
||||
<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>org.kohsuke.github.GHCommitComment</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">GHCommitComment</span>
|
||||
extends <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></pre>
|
||||
extends <a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></pre>
|
||||
<div class="block">A comment attached to a commit (or a specific line in a specific file of a commit.)</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Kohsuke Kawaguchi</dd>
|
||||
@@ -111,6 +116,21 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== 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.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">
|
||||
@@ -159,20 +179,12 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getCreatedAt()">getCreatedAt</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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></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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getId()">getId</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getLine()">getLine</a></strong>()</code>
|
||||
@@ -194,16 +206,12 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getSHA1()">getSHA1</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getUpdatedAt()">getUpdatedAt</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#getUser()">getUser</a></strong>()</code>
|
||||
<div class="block">Gets the user who put this comment.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommitComment.html#update(java.lang.String)">update</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> body)</code>
|
||||
<div class="block">Updates the body of the commit message.</div>
|
||||
@@ -211,6 +219,13 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
</tr>
|
||||
</table>
|
||||
<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#getCreatedAt()">getCreatedAt</a>, <a href="../../../org/kohsuke/github/GHObject.html#getId()">getId</a>, <a href="../../../org/kohsuke/github/GHObject.html#getUpdatedAt()">getUpdatedAt</a>, <a href="../../../org/kohsuke/github/GHObject.html#getUrl()">getUrl</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -257,24 +272,6 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
<pre>public <a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a> getOwner()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getCreatedAt()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getCreatedAt</h4>
|
||||
<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> getCreatedAt()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getUpdatedAt()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getUpdatedAt</h4>
|
||||
<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> getUpdatedAt()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getHtmlUrl()">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -327,15 +324,6 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
Otherwise -1.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getId()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getId</h4>
|
||||
<pre>public int getId()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getUser()">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -440,7 +428,7 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#fields_inherited_from_class_org.kohsuke.github.GHObject">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
@@ -455,6 +443,6 @@ extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.h
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright © 2014. All rights reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright © 2015. All rights reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user