mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-09 00:11:24 +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: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>HttpConnector (GitHub API for Java 1.64-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2015-03-22">
|
||||
<title>HttpConnector (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="HttpConnector (GitHub API for Java 1.64-SNAPSHOT API)";
|
||||
parent.document.title="HttpConnector (GitHub API for Java 1.66 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -121,7 +121,7 @@
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static <a href="../../../org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github">HttpConnector</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/HttpConnector.html#DEFAULT">DEFAULT</a></strong></code>
|
||||
<div class="block">Default implementation that uses <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/URL.html?is-external=true#openConnection()" title="class or interface in java.net"><code>URL.openConnection()</code></a>.</div>
|
||||
<div class="block">Default implementation that uses <code>URL.openConnection()</code>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -140,8 +140,8 @@
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/HttpURLConnection.html?is-external=true" title="class or interface in java.net">HttpURLConnection</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/HttpConnector.html#connect(java.net.URL)">connect</a></strong>(<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> url)</code>
|
||||
<td class="colFirst"><code>java.net.HttpURLConnection</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/kohsuke/github/HttpConnector.html#connect(java.net.URL)">connect</a></strong>(java.net.URL url)</code>
|
||||
<div class="block">Opens a connection to the given URL.</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -167,7 +167,7 @@
|
||||
<li class="blockList">
|
||||
<h4>DEFAULT</h4>
|
||||
<pre>static final <a href="../../../org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github">HttpConnector</a> DEFAULT</pre>
|
||||
<div class="block">Default implementation that uses <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/URL.html?is-external=true#openConnection()" title="class or interface in java.net"><code>URL.openConnection()</code></a>.</div>
|
||||
<div class="block">Default implementation that uses <code>URL.openConnection()</code>.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -184,11 +184,11 @@
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>connect</h4>
|
||||
<pre><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/net/HttpURLConnection.html?is-external=true" title="class or interface in java.net">HttpURLConnection</a> connect(<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> url)
|
||||
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>java.net.HttpURLConnection connect(java.net.URL url)
|
||||
throws java.io.IOException</pre>
|
||||
<div class="block">Opens a connection to the given URL.</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