2
2
<!-- NewPage -->
3
3
< html lang ="en ">
4
4
< head >
5
- <!-- Generated by javadoc (version 1.7.0_15 ) on Thu Dec 10 07:13:04 PST 2015 -->
5
+ <!-- Generated by javadoc (version 1.7.0_21 ) on Mon Feb 29 21:06:36 PST 2016 -->
6
6
< meta http-equiv ="Content-Type " content ="text/html " charset ="UTF-8 ">
7
- < title > Deprecated List (GitHub API for Java 1.72 API)</ title >
8
- < meta name ="date " content ="2015-12-10 ">
7
+ < title > Deprecated List (GitHub API for Java 1.73 API)</ title >
8
+ < meta name ="date " content ="2016-02-29 ">
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 = "Deprecated List (GitHub API for Java 1.72 API)" ;
14
+ parent . document . title = "Deprecated List (GitHub API for Java 1.73 API)" ;
15
15
}
16
16
//-->
17
17
</ script >
@@ -124,39 +124,59 @@ <h2 title="Contents">Contents</h2>
124
124
</ td >
125
125
</ tr >
126
126
< tr class ="rowColor ">
127
+ < td class ="colOne "> < a href ="org/kohsuke/github/GitHub.html#createRepository(java.lang.String, java.lang.String, java.lang.String, boolean) "> org.kohsuke.github.GitHub.createRepository(String, String, String, boolean)</ a >
128
+ < div class ="block "> < i > Use < a href ="org/kohsuke/github/GitHub.html#createRepository(java.lang.String) "> < code > GitHub.createRepository(String)</ code > </ a > that uses a builder pattern to let you control every aspect.</ i > </ div >
129
+ </ td >
130
+ </ tr >
131
+ < tr class ="altColor ">
132
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String, java.lang.String, java.lang.String, org.kohsuke.github.GHTeam, boolean) "> org.kohsuke.github.GHOrganization.createRepository(String, String, String, GHTeam, boolean)</ a >
133
+ < div class ="block "> < i > Use < a href ="org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String) "> < code > GHOrganization.createRepository(String)</ code > </ a > that uses a builder pattern to let you control every aspect.</ i > </ div >
134
+ </ td >
135
+ </ tr >
136
+ < tr class ="rowColor ">
137
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean) "> org.kohsuke.github.GHOrganization.createRepository(String, String, String, String, boolean)</ a >
138
+ < div class ="block "> < i > Use < a href ="org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String) "> < code > GHOrganization.createRepository(String)</ code > </ a > that uses a builder pattern to let you control every aspect.</ i > </ div >
139
+ </ td >
140
+ </ tr >
141
+ < tr class ="altColor ">
127
142
< td class ="colOne "> < a href ="org/kohsuke/github/GitHubBuilder.html#fromEnvironment(java.lang.String, java.lang.String, java.lang.String) "> org.kohsuke.github.GitHubBuilder.fromEnvironment(String, String, String)</ a >
128
143
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GitHubBuilder.html#fromEnvironment() "> < code > GitHubBuilder.fromEnvironment()</ code > </ a > to pick up standard set of environment variables, so that
129
144
different clients of this library will all recognize one consistent set of coordinates.</ i > </ div >
130
145
</ td >
131
146
</ tr >
132
- < tr class ="altColor ">
147
+ < tr class ="rowColor ">
133
148
< td class ="colOne "> < a href ="org/kohsuke/github/GitHubBuilder.html#fromEnvironment(java.lang.String, java.lang.String, java.lang.String, java.lang.String) "> org.kohsuke.github.GitHubBuilder.fromEnvironment(String, String, String, String)</ a >
134
149
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GitHubBuilder.html#fromEnvironment() "> < code > GitHubBuilder.fromEnvironment()</ code > </ a > to pick up standard set of environment variables, so that
135
150
different clients of this library will all recognize one consistent set of coordinates.</ i > </ div >
136
151
</ td >
137
152
</ tr >
138
- < tr class ="rowColor ">
153
+ < tr class ="altColor ">
139
154
< td class ="colOne "> < a href ="org/kohsuke/github/GHContent.html#getContent() "> org.kohsuke.github.GHContent.getContent()</ a >
140
155
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHContent.html#read() "> < code > GHContent.read()</ code > </ a > </ i > </ div >
141
156
</ td >
142
157
</ tr >
143
- < tr class ="altColor ">
158
+ < tr class ="rowColor ">
144
159
< td class ="colOne "> < a href ="org/kohsuke/github/GHMyself.html#getEmails() "> org.kohsuke.github.GHMyself.getEmails()</ a >
145
160
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHMyself.html#getEmails2() "> < code > GHMyself.getEmails2()</ code > </ a > </ i > </ div >
146
161
</ td >
147
162
</ tr >
148
- < tr class ="rowColor ">
163
+ < tr class ="altColor ">
149
164
< td class ="colOne "> < a href ="org/kohsuke/github/GHContent.html#getEncodedContent() "> org.kohsuke.github.GHContent.getEncodedContent()</ a >
150
165
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHContent.html#read() "> < code > GHContent.read()</ code > </ a > </ i > </ div >
151
166
</ td >
152
167
</ tr >
153
- < tr class ="altColor ">
168
+ < tr class ="rowColor ">
154
169
< td class ="colOne "> < a href ="org/kohsuke/github/GHPerson.html#getGravatarId() "> org.kohsuke.github.GHPerson.getGravatarId()</ a >
155
170
< div class ="block "> < i > No longer available in the v3 API.</ i > </ div >
156
171
</ td >
157
172
</ tr >
173
+ < tr class ="altColor ">
174
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHIssueComment.html#getHtmlUrl() "> org.kohsuke.github.GHIssueComment.getHtmlUrl()</ a >
175
+ < div class ="block "> < i > This object has no HTML URL.</ i > </ div >
176
+ </ td >
177
+ </ tr >
158
178
< tr class ="rowColor ">
159
- < td class ="colOne "> < a href ="org/kohsuke/github/GHHook .html#getHtmlUrl() "> org.kohsuke.github.GHHook .getHtmlUrl()</ a >
179
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHAuthorization .html#getHtmlUrl() "> org.kohsuke.github.GHAuthorization .getHtmlUrl()</ a >
160
180
< div class ="block "> < i > This object has no HTML URL.</ i > </ div >
161
181
</ td >
162
182
</ tr >
@@ -166,77 +186,72 @@ <h2 title="Contents">Contents</h2>
166
186
</ td >
167
187
</ tr >
168
188
< tr class ="rowColor ">
169
- < td class ="colOne "> < a href ="org/kohsuke/github/GHThread .html#getHtmlUrl() "> org.kohsuke.github.GHThread .getHtmlUrl()</ a >
189
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHDeployment .html#getHtmlUrl() "> org.kohsuke.github.GHDeployment .getHtmlUrl()</ a >
170
190
< div class ="block "> < i > This object has no HTML URL.</ i > </ div >
171
191
</ td >
172
192
</ tr >
173
193
< tr class ="altColor ">
174
- < td class ="colOne "> < a href ="org/kohsuke/github/GHDeployment .html#getHtmlUrl() "> org.kohsuke.github.GHDeployment .getHtmlUrl()</ a >
194
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHDeploymentStatus .html#getHtmlUrl() "> org.kohsuke.github.GHDeploymentStatus .getHtmlUrl()</ a >
175
195
< div class ="block "> < i > This object has no HTML URL.</ i > </ div >
176
196
</ td >
177
197
</ tr >
178
198
< tr class ="rowColor ">
179
- < td class ="colOne "> < a href ="org/kohsuke/github/GHAsset .html#getHtmlUrl() "> org.kohsuke.github.GHAsset .getHtmlUrl()</ a >
199
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHHook .html#getHtmlUrl() "> org.kohsuke.github.GHHook .getHtmlUrl()</ a >
180
200
< div class ="block "> < i > This object has no HTML URL.</ i > </ div >
181
201
</ td >
182
202
</ tr >
183
203
< tr class ="altColor ">
184
- < td class ="colOne "> < a href ="org/kohsuke/github/GHAuthorization .html#getHtmlUrl() "> org.kohsuke.github.GHAuthorization .getHtmlUrl()</ a >
204
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHAsset .html#getHtmlUrl() "> org.kohsuke.github.GHAsset .getHtmlUrl()</ a >
185
205
< div class ="block "> < i > This object has no HTML URL.</ i > </ div >
186
206
</ td >
187
207
</ tr >
188
208
< tr class ="rowColor ">
189
- < td class ="colOne "> < a href ="org/kohsuke/github/GHIssueComment .html#getHtmlUrl() "> org.kohsuke.github.GHIssueComment .getHtmlUrl()</ a >
209
+ < td class ="colOne "> < a href ="org/kohsuke/github/GHThread .html#getHtmlUrl() "> org.kohsuke.github.GHThread .getHtmlUrl()</ a >
190
210
< div class ="block "> < i > This object has no HTML URL.</ i > </ div >
191
211
</ td >
192
212
</ tr >
193
213
< tr class ="altColor ">
194
- < td class ="colOne "> < a href ="org/kohsuke/github/GHDeploymentStatus.html#getHtmlUrl() "> org.kohsuke.github.GHDeploymentStatus.getHtmlUrl()</ a >
195
- < div class ="block "> < i > This object has no HTML URL.</ i > </ div >
196
- </ td >
197
- </ tr >
198
- < tr class ="rowColor ">
199
214
< td class ="colOne "> < a href ="org/kohsuke/github/GHPullRequest.html#getIssueUpdatedAt() "> org.kohsuke.github.GHPullRequest.getIssueUpdatedAt()</ a > </ td >
200
215
</ tr >
201
- < tr class ="altColor ">
216
+ < tr class ="rowColor ">
202
217
< td class ="colOne "> < a href ="org/kohsuke/github/GHRepository.html#getMasterBranch() "> org.kohsuke.github.GHRepository.getMasterBranch()</ a >
203
218
< div class ="block "> < i > Renamed to < a href ="org/kohsuke/github/GHRepository.html#getDefaultBranch() "> < code > GHRepository.getDefaultBranch()</ code > </ a > </ i > </ div >
204
219
</ td >
205
220
</ tr >
206
- < tr class ="rowColor ">
221
+ < tr class ="altColor ">
207
222
< td class ="colOne "> < a href ="org/kohsuke/github/GHOrganization.html#getMembers() "> org.kohsuke.github.GHOrganization.getMembers()</ a >
208
223
< div class ="block "> < i > use < a href ="org/kohsuke/github/GHOrganization.html#listMembers() "> < code > GHOrganization.listMembers()</ code > </ a > </ i > </ div >
209
224
</ td >
210
225
</ tr >
211
- < tr class ="altColor ">
226
+ < tr class ="rowColor ">
212
227
< td class ="colOne "> < a href ="org/kohsuke/github/GHRepository.html#getMilestones() "> org.kohsuke.github.GHRepository.getMilestones()</ a >
213
228
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHRepository.html#listMilestones(org.kohsuke.github.GHIssueState) "> < code > GHRepository.listMilestones(GHIssueState)</ code > </ a > </ i > </ div >
214
229
</ td >
215
230
</ tr >
216
- < tr class ="rowColor ">
231
+ < tr class ="altColor ">
217
232
< td class ="colOne "> < a href ="org/kohsuke/github/GHRepository.html#getPostCommitHooks() "> org.kohsuke.github.GHRepository.getPostCommitHooks()</ a >
218
233
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHRepository.html#getHooks() "> < code > GHRepository.getHooks()</ code > </ a > and < a href ="org/kohsuke/github/GHRepository.html#createHook(java.lang.String, java.util.Map, java.util.Collection, boolean) "> < code > GHRepository.createHook(String, Map, Collection, boolean)</ code > </ a > </ i > </ div >
219
234
</ td >
220
235
</ tr >
221
- < tr class ="altColor ">
236
+ < tr class ="rowColor ">
222
237
< td class ="colOne "> < a href ="org/kohsuke/github/GHRepository.html#getReleases() "> org.kohsuke.github.GHRepository.getReleases()</ a >
223
238
< div class ="block "> < i > use < a href ="org/kohsuke/github/GHRepository.html#listReleases() "> < code > GHRepository.listReleases()</ code > </ a > </ i > </ div >
224
239
</ td >
225
240
</ tr >
226
- < tr class ="rowColor ">
241
+ < tr class ="altColor ">
227
242
< td class ="colOne "> < a href ="org/kohsuke/github/GHIssueComment.html#getUserName() "> org.kohsuke.github.GHIssueComment.getUserName()</ a > </ td >
228
243
</ tr >
229
- < tr class ="altColor ">
244
+ < tr class ="rowColor ">
230
245
< td class ="colOne "> < a href ="org/kohsuke/github/GHPerson.html#iterateRepositories(int) "> org.kohsuke.github.GHPerson.iterateRepositories(int)</ a >
231
246
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHPerson.html#listRepositories() "> < code > GHPerson.listRepositories()</ code > </ a > </ i > </ div >
232
247
</ td >
233
248
</ tr >
234
- < tr class ="rowColor ">
249
+ < tr class ="altColor ">
235
250
< td class ="colOne "> < a href ="org/kohsuke/github/GHMyself.html#listAllRepositories() "> org.kohsuke.github.GHMyself.listAllRepositories()</ a >
236
251
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHMyself.html#listRepositories() "> < code > GHMyself.listRepositories()</ code > </ a > </ i > </ div >
237
252
</ td >
238
253
</ tr >
239
- < tr class ="altColor ">
254
+ < tr class ="rowColor ">
240
255
< td class ="colOne "> < a href ="org/kohsuke/github/GHRepository.html#listPullRequests(org.kohsuke.github.GHIssueState) "> org.kohsuke.github.GHRepository.listPullRequests(GHIssueState)</ a >
241
256
< div class ="block "> < i > Use < a href ="org/kohsuke/github/GHRepository.html#queryPullRequests() "> < code > GHRepository.queryPullRequests()</ code > </ a > </ i > </ div >
242
257
</ td >
@@ -291,6 +306,6 @@ <h2 title="Contents">Contents</h2>
291
306
<!-- -->
292
307
</ a > </ div >
293
308
<!-- ======== END OF BOTTOM NAVBAR ======= -->
294
- < p class ="legalCopy "> < small > Copyright © 2015 . All Rights Reserved.</ small > </ p >
309
+ < p class ="legalCopy "> < small > Copyright © 2016 . All Rights Reserved.</ small > </ p >
295
310
</ body >
296
311
</ html >
0 commit comments