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 Sun Apr 19 17:44:29 PDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Fri Jul 17 05:12:30 PDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>GHCommit.File (GitHub API for Java 1.68 API)</title>
|
||||
<meta name="date" content="2015-04-19">
|
||||
<title>GHCommit.File (GitHub API for Java 1.69 API)</title>
|
||||
<meta name="date" content="2015-07-17">
|
||||
<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="GHCommit.File (GitHub API for Java 1.68 API)";
|
||||
parent.document.title="GHCommit.File (GitHub API for Java 1.69 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -149,7 +149,7 @@ extends <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?i
|
||||
<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="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommit.File.html#getFileName()">getFileName</a></strong>()</code>
|
||||
<div class="block">Just the base name and the extension without any directory name.</div>
|
||||
<div class="block">Full path in the repository.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
@@ -177,19 +177,25 @@ extends <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?i
|
||||
</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="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommit.File.html#getPreviousFilename()">getPreviousFilename</a></strong>()</code>
|
||||
<div class="block">Previous path, in case file has moved.</div>
|
||||
</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="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommit.File.html#getRawUrl()">getRawUrl</a></strong>()</code>
|
||||
<div class="block">URL like 'https://raw.github.com/jenkinsci/jenkins/4eb17c197dfdcf8ef7ff87eb160f24f6a20b7f0e/core/pom.xml'
|
||||
that resolves to the actual content of the file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<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="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommit.File.html#getSha()">getSha</a></strong>()</code>
|
||||
<div class="block">[0-9a-f]{40} SHA1 checksum.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<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="colLast"><code><strong><a href="../../../org/kohsuke/github/GHCommit.File.html#getStatus()">getStatus</a></strong>()</code>
|
||||
<div class="block">"modified", "added", or "deleted"</div>
|
||||
@@ -281,7 +287,17 @@ extends <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?i
|
||||
<li class="blockList">
|
||||
<h4>getFileName</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> getFileName()</pre>
|
||||
<div class="block">Just the base name and the extension without any directory name.</div>
|
||||
<div class="block">Full path in the repository.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getPreviousFilename()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getPreviousFilename</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> getPreviousFilename()</pre>
|
||||
<div class="block">Previous path, in case file has moved.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getPatch()">
|
||||
|
||||
Reference in New Issue
Block a user