mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-11 15:52:32 +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>Uses of Class org.kohsuke.github.GHAuthorization (GitHub API for Java 1.64-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2015-03-22">
|
||||
<title>Uses of Class org.kohsuke.github.GHAuthorization (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="Uses of Class org.kohsuke.github.GHAuthorization (GitHub API for Java 1.64-SNAPSHOT API)";
|
||||
parent.document.title="Uses of Class org.kohsuke.github.GHAuthorization (GitHub API for Java 1.66 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -98,9 +98,9 @@
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></code></td>
|
||||
<td class="colLast"><span class="strong">GitHub.</span><code><strong><a href="../../../../org/kohsuke/github/GitHub.html#createToken(java.util.Collection, java.lang.String, java.lang.String)">createToken</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<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>> scope,
|
||||
<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> note,
|
||||
<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> noteUrl)</code>
|
||||
<td class="colLast"><span class="strong">GitHub.</span><code><strong><a href="../../../../org/kohsuke/github/GitHub.html#createToken(java.util.Collection, java.lang.String, java.lang.String)">createToken</a></strong>(java.util.Collection<java.lang.String> scope,
|
||||
java.lang.String note,
|
||||
java.lang.String noteUrl)</code>
|
||||
<div class="block">Creates a new authorization.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user