mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-17 08:21:22 +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.GHEvent (GitHub API for Java 1.64-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2015-03-22">
|
||||
<title>Uses of Class org.kohsuke.github.GHEvent (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.GHEvent (GitHub API for Java 1.64-SNAPSHOT API)";
|
||||
parent.document.title="Uses of Class org.kohsuke.github.GHEvent (GitHub API for Java 1.66 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -102,7 +102,7 @@
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static <a href="../../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a></code></td>
|
||||
<td class="colLast"><span class="strong">GHEvent.</span><code><strong><a href="../../../../org/kohsuke/github/GHEvent.html#valueOf(java.lang.String)">valueOf</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> name)</code>
|
||||
<td class="colLast"><span class="strong">GHEvent.</span><code><strong><a href="../../../../org/kohsuke/github/GHEvent.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code>
|
||||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -123,7 +123,7 @@ the order they are declared.</div>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a><<a href="../../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a>></code></td>
|
||||
<td class="colFirst"><code>java.util.EnumSet<<a href="../../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHHook.</span><code><strong><a href="../../../../org/kohsuke/github/GHHook.html#getEvents()">getEvents</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -137,17 +137,17 @@ the order they are declared.</div>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></code></td>
|
||||
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#createHook(java.lang.String, java.util.Map, java.util.Collection, boolean)">createHook</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> name,
|
||||
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</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>,<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>> config,
|
||||
<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="../../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a>> events,
|
||||
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#createHook(java.lang.String, java.util.Map, java.util.Collection, boolean)">createHook</a></strong>(java.lang.String name,
|
||||
java.util.Map<java.lang.String,java.lang.String> config,
|
||||
java.util.Collection<<a href="../../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a>> events,
|
||||
boolean active)</code>
|
||||
<div class="block">See https://api.github.com/hooks for possible names and their configuration scheme.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></code></td>
|
||||
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#createWebHook(java.net.URL, java.util.Collection)">createWebHook</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,
|
||||
<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="../../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a>> events)</code> </td>
|
||||
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#createWebHook(java.net.URL, java.util.Collection)">createWebHook</a></strong>(java.net.URL url,
|
||||
java.util.Collection<<a href="../../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a>> events)</code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user