mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-12 00:11:23 +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.GHIssue (GitHub API for Java 1.64-SNAPSHOT API)</title>
|
||||
<meta name="date" content="2015-03-22">
|
||||
<title>Uses of Class org.kohsuke.github.GHIssue (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.GHIssue (GitHub API for Java 1.64-SNAPSHOT API)";
|
||||
parent.document.title="Uses of Class org.kohsuke.github.GHIssue (GitHub API for Java 1.66 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -141,21 +141,15 @@
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colFirst"><code>java.util.List<<a href="../../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#getIssues(org.kohsuke.github.GHIssueState)">getIssues</a></strong>(<a href="../../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colFirst"><code>java.util.List<<a href="../../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#getIssues(org.kohsuke.github.GHIssueState, org.kohsuke.github.GHMilestone)">getIssues</a></strong>(<a href="../../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state,
|
||||
<a href="../../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a> milestone)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedSearchIterable.html" title="class in org.kohsuke.github">PagedSearchIterable</a><<a href="../../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHIssueSearchBuilder.</span><code><strong><a href="../../../../org/kohsuke/github/GHIssueSearchBuilder.html#list()">list</a></strong>()</code>
|
||||
<div class="block">Lists up the issues with the criteria built so far.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a><<a href="../../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a>></code></td>
|
||||
<td class="colLast"><span class="strong">GHRepository.</span><code><strong><a href="../../../../org/kohsuke/github/GHRepository.html#listIssues(org.kohsuke.github.GHIssueState)">listIssues</a></strong>(<a href="../../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a> state)</code>
|
||||
<div class="block">Lists up all the issues in this repository.</div>
|
||||
|
||||
Reference in New Issue
Block a user