|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (version 1.7.0_03) on Tue Aug 28 09:44:47 PDT 2012 --> |
| 5 | +<!-- Generated by javadoc (version 1.7.0_03) on Tue Aug 28 11:04:55 PDT 2012 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> |
7 | | -<title>Index (GitHub API for Java 1.30 API)</title> |
| 7 | +<title>Index (GitHub API for Java 1.31 API)</title> |
8 | 8 | <meta name="date" content="2012-08-28"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style"> |
10 | 10 | </head> |
11 | 11 | <body> |
12 | 12 | <script type="text/javascript"><!-- |
13 | 13 | if (location.href.indexOf('is-external=true') == -1) { |
14 | | - parent.document.title="Index (GitHub API for Java 1.30 API)"; |
| 14 | + parent.document.title="Index (GitHub API for Java 1.31 API)"; |
15 | 15 | } |
16 | 16 | //--> |
17 | 17 | </script> |
@@ -699,6 +699,8 @@ <h2 class="title">G</h2> |
699 | 699 | <div class="block">The HTML page of this issue, |
700 | 700 | like https://github.com/jenkinsci/jenkins/issues/100</div> |
701 | 701 | </dd> |
| 702 | +<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueComment.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></dt> |
| 703 | +<dd> </dd> |
702 | 704 | <dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt> |
703 | 705 | <dd> |
704 | 706 | <div class="block">Something like "https://api.github.com/user/keys/73593"</div> |
@@ -741,7 +743,7 @@ <h2 class="title">G</h2> |
741 | 743 | </dd> |
742 | 744 | <dt><span class="strong"><a href="./org/kohsuke/github/GHIssueComment.html#getUserName()">getUserName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></dt> |
743 | 745 | <dd> |
744 | | -<div class="block">Gets the ID of the user who posted this comment.</div> |
| 746 | +<div class="block"><span class="strong">Deprecated.</span></div> |
745 | 747 | </dd> |
746 | 748 | <dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getWatchers()">getWatchers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt> |
747 | 749 | <dd> </dd> |
@@ -986,6 +988,10 @@ <h2 class="title">L</h2> |
986 | 988 | <dd> |
987 | 989 | <div class="block">Lists up all the commit comments in this repository.</div> |
988 | 990 | </dd> |
| 991 | +<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#listComments()">listComments()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt> |
| 992 | +<dd> |
| 993 | +<div class="block">Obtains all the comments associated with this issue.</div> |
| 994 | +</dd> |
989 | 995 | <dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listCommitComments()">listCommitComments()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt> |
990 | 996 | <dd> |
991 | 997 | <div class="block">Lists up all the commit comments in this repository.</div> |
|
0 commit comments