2
2
<!-- NewPage -->
3
3
< html lang ="en ">
4
4
< head >
5
- <!-- Generated by javadoc (11.0.5) on Thu Jul 16 15:28:17 PDT 2020 -->
6
- < title > Deprecated List (GitHub API for Java 1.115 API)</ title >
5
+ <!-- Generated by javadoc (11.0.5) on Thu Aug 13 10:34:51 PDT 2020 -->
6
+ < title > Deprecated List (GitHub API for Java 1.116 API)</ title >
7
7
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
8
- < meta name ="dc.created " content ="2020-07-16 ">
8
+ < meta name ="dc.created " content ="2020-08-13 ">
9
9
< link rel ="stylesheet " type ="text/css " href ="stylesheet.css " title ="Style ">
10
10
< link rel ="stylesheet " type ="text/css " href ="jquery/jquery-ui.css " title ="Style ">
11
11
< script type ="text/javascript " src ="script.js "> </ script >
21
21
< script type ="text/javascript "> <!--
22
22
try {
23
23
if ( location . href . indexOf ( 'is-external=true' ) == - 1 ) {
24
- parent . document . title = "Deprecated List (GitHub API for Java 1.115 API)" ;
24
+ parent . document . title = "Deprecated List (GitHub API for Java 1.116 API)" ;
25
25
}
26
26
}
27
27
catch ( err ) {
@@ -507,6 +507,14 @@ <h2 title="Contents">Contents</h2>
507
507
</ td >
508
508
</ tr >
509
509
< tr class ="altColor ">
510
+ < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHCreateRepositoryBuilder.html#fromTemplateRepository(java.lang.String,java.lang.String) "> org.kohsuke.github.GHCreateRepositoryBuilder.fromTemplateRepository​(String, String)</ a > </ th >
511
+ < td class ="colLast "> </ td >
512
+ </ tr >
513
+ < tr class ="rowColor ">
514
+ < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHCreateRepositoryBuilder.html#templateRepository(boolean) "> org.kohsuke.github.GHCreateRepositoryBuilder.templateRepository​(boolean)</ a > </ th >
515
+ < td class ="colLast "> </ td >
516
+ </ tr >
517
+ < tr class ="altColor ">
510
518
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHDeployment.html#getHtmlUrl() "> org.kohsuke.github.GHDeployment.getHtmlUrl()</ a > </ th >
511
519
< td class ="colLast ">
512
520
< div class ="deprecationComment "> This object has no HTML URL.</ div >
@@ -757,141 +765,145 @@ <h2 title="Contents">Contents</h2>
757
765
</ td >
758
766
</ tr >
759
767
< tr class ="rowColor ">
768
+ < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHRepository.html#isTemplate() "> org.kohsuke.github.GHRepository.isTemplate()</ a > </ th >
769
+ < td class ="colLast "> </ td >
770
+ </ tr >
771
+ < tr class ="altColor ">
760
772
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHRepository.html#listPullRequests(org.kohsuke.github.GHIssueState) "> org.kohsuke.github.GHRepository.listPullRequests​(GHIssueState)</ a > </ th >
761
773
< td class ="colLast ">
762
774
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/GHRepository.html#queryPullRequests() "> < code > GHRepository.queryPullRequests()</ code > </ a > </ div >
763
775
</ td >
764
776
</ tr >
765
- < tr class ="altColor ">
777
+ < tr class ="rowColor ">
766
778
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHRepositoryStatistics.html#getContributorStats(boolean) "> org.kohsuke.github.GHRepositoryStatistics.getContributorStats​(boolean)</ a > </ th >
767
779
< td class ="colLast "> </ td >
768
780
</ tr >
769
- < tr class ="rowColor ">
781
+ < tr class ="altColor ">
770
782
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHRequestedAction.html#getHtmlUrl() "> org.kohsuke.github.GHRequestedAction.getHtmlUrl()</ a > </ th >
771
783
< td class ="colLast ">
772
784
< div class ="deprecationComment "> This object has no HTML URL.</ div >
773
785
</ td >
774
786
</ tr >
775
- < tr class ="altColor ">
787
+ < tr class ="rowColor ">
776
788
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHThread.html#getHtmlUrl() "> org.kohsuke.github.GHThread.getHtmlUrl()</ a > </ th >
777
789
< td class ="colLast ">
778
790
< div class ="deprecationComment "> This object has no HTML URL.</ div >
779
791
</ td >
780
792
</ tr >
781
- < tr class ="rowColor ">
793
+ < tr class ="altColor ">
782
794
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHTreeBuilder.html#entry(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) "> org.kohsuke.github.GHTreeBuilder.entry​(String, String, String, String, String)</ a > </ th >
783
795
< td class ="colLast ">
784
796
< div class ="deprecationComment "> use < a href ="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,java.lang.String,boolean) "> < code > GHTreeBuilder.add(String, String, boolean)</ code > </ a > or < a href ="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,byte%5B%5D,boolean) "> < code > GHTreeBuilder.add(String, byte[], boolean)</ code > </ a > instead.</ div >
785
797
</ td >
786
798
</ tr >
787
- < tr class ="altColor ">
799
+ < tr class ="rowColor ">
788
800
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHTreeBuilder.html#shaEntry(java.lang.String,java.lang.String,boolean) "> org.kohsuke.github.GHTreeBuilder.shaEntry​(String, String, boolean)</ a > </ th >
789
801
< td class ="colLast ">
790
802
< div class ="deprecationComment "> use < a href ="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,java.lang.String,boolean) "> < code > GHTreeBuilder.add(String, String, boolean)</ code > </ a > or < a href ="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,byte%5B%5D,boolean) "> < code > GHTreeBuilder.add(String, byte[], boolean)</ code > </ a > instead.</ div >
791
803
</ td >
792
804
</ tr >
793
- < tr class ="rowColor ">
805
+ < tr class ="altColor ">
794
806
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GHTreeBuilder.html#textEntry(java.lang.String,java.lang.String,boolean) "> org.kohsuke.github.GHTreeBuilder.textEntry​(String, String, boolean)</ a > </ th >
795
807
< td class ="colLast ">
796
808
< div class ="deprecationComment "> use < a href ="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,java.lang.String,boolean) "> < code > GHTreeBuilder.add(String, String, boolean)</ code > </ a > or < a href ="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,byte%5B%5D,boolean) "> < code > GHTreeBuilder.add(String, byte[], boolean)</ code > </ a > instead.</ div >
797
809
</ td >
798
810
</ tr >
799
- < tr class ="altColor ">
811
+ < tr class ="rowColor ">
800
812
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#connect(java.lang.String,java.lang.String,java.lang.String) "> org.kohsuke.github.GitHub.connect​(String, String, String)</ a > </ th >
801
813
< td class ="colLast ">
802
814
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/GitHub.html#connectUsingOAuth(java.lang.String) "> < code > GitHub.connectUsingOAuth(String)</ code > </ a > .</ div >
803
815
</ td >
804
816
</ tr >
805
- < tr class ="rowColor ">
817
+ < tr class ="altColor ">
806
818
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#connectToEnterprise(java.lang.String,java.lang.String) "> org.kohsuke.github.GitHub.connectToEnterprise​(String, String)</ a > </ th >
807
819
< td class ="colLast ">
808
820
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/GitHub.html#connectToEnterpriseWithOAuth(java.lang.String,java.lang.String,java.lang.String) "> < code > GitHub.connectToEnterpriseWithOAuth(String, String, String)</ code > </ a > </ div >
809
821
</ td >
810
822
</ tr >
811
- < tr class ="altColor ">
823
+ < tr class ="rowColor ">
812
824
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#connectUsingPassword(java.lang.String,java.lang.String) "> org.kohsuke.github.GitHub.connectUsingPassword​(String, String)</ a > </ th >
813
825
< td class ="colLast ">
814
826
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/GitHub.html#connectUsingOAuth(java.lang.String) "> < code > GitHub.connectUsingOAuth(String)</ code > </ a > instead.</ div >
815
827
</ td >
816
828
</ tr >
817
- < tr class ="rowColor ">
829
+ < tr class ="altColor ">
818
830
< th class ="colDeprecatedItemName " scope ="row "> < 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 > </ th >
819
831
< td class ="colLast ">
820
832
< div class ="deprecationComment "> 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.</ div >
821
833
</ td >
822
834
</ tr >
823
- < tr class ="altColor ">
835
+ < tr class ="rowColor ">
824
836
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#getApp() "> org.kohsuke.github.GitHub.getApp()</ a > </ th >
825
837
< td class ="colLast "> </ td >
826
838
</ tr >
827
- < tr class ="rowColor ">
839
+ < tr class ="altColor ">
828
840
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#getMappingObjectReader() "> org.kohsuke.github.GitHub.getMappingObjectReader()</ a > </ th >
829
841
< td class ="colLast ">
830
842
< div class ="deprecationComment "> DO NOT USE THIS METHOD. Provided for backward compatibility with projects that did their own jackson
831
843
mapping of this project's data objects, such as Jenkins Blue Ocean.</ div >
832
844
</ td >
833
845
</ tr >
834
- < tr class ="altColor ">
846
+ < tr class ="rowColor ">
835
847
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#getMappingObjectWriter() "> org.kohsuke.github.GitHub.getMappingObjectWriter()</ a > </ th >
836
848
< td class ="colLast ">
837
849
< div class ="deprecationComment "> DO NOT USE THIS METHOD. Provided for backward compatibility with projects that did their own jackson
838
850
mapping of this project's data objects, such as Jenkins Blue Ocean.</ div >
839
851
</ td >
840
852
</ tr >
841
- < tr class ="rowColor ">
853
+ < tr class ="altColor ">
842
854
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#getTeam(int) "> org.kohsuke.github.GitHub.getTeam​(int)</ a > </ th >
843
855
< td class ="colLast ">
844
856
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/GHOrganization.html#getTeam(long) "> < code > GHOrganization.getTeam(long)</ code > </ a > </ div >
845
857
</ td >
846
858
</ tr >
847
- < tr class ="altColor ">
859
+ < tr class ="rowColor ">
848
860
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#lastRateLimit() "> org.kohsuke.github.GitHub.lastRateLimit()</ a > </ th >
849
861
< td class ="colLast ">
850
862
< div class ="deprecationComment "> implement a < a href ="org/kohsuke/github/RateLimitChecker.html " title ="class in org.kohsuke.github "> < code > RateLimitChecker</ code > </ a > and add it via
851
863
< a href ="org/kohsuke/github/GitHubBuilder.html#withRateLimitChecker(org.kohsuke.github.RateLimitChecker) "> < code > GitHubBuilder.withRateLimitChecker(RateLimitChecker)</ code > </ a > .</ div >
852
864
</ td >
853
865
</ tr >
854
- < tr class ="rowColor ">
866
+ < tr class ="altColor ">
855
867
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#rateLimit() "> org.kohsuke.github.GitHub.rateLimit()</ a > </ th >
856
868
< td class ="colLast ">
857
869
< div class ="deprecationComment "> implement a < a href ="org/kohsuke/github/RateLimitChecker.html " title ="class in org.kohsuke.github "> < code > RateLimitChecker</ code > </ a > and add it via
858
870
< a href ="org/kohsuke/github/GitHubBuilder.html#withRateLimitChecker(org.kohsuke.github.RateLimitChecker) "> < code > GitHubBuilder.withRateLimitChecker(RateLimitChecker)</ code > </ a > .</ div >
859
871
</ td >
860
872
</ tr >
861
- < tr class ="altColor ">
873
+ < tr class ="rowColor ">
862
874
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#searchCommits() "> org.kohsuke.github.GitHub.searchCommits()</ a > </ th >
863
875
< td class ="colLast "> </ td >
864
876
</ tr >
865
- < tr class ="rowColor ">
877
+ < tr class ="altColor ">
866
878
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/GitHub.html#setConnector(org.kohsuke.github.HttpConnector) "> org.kohsuke.github.GitHub.setConnector​(HttpConnector)</ a > </ th >
867
879
< td class ="colLast ">
868
880
< div class ="deprecationComment "> HttpConnector should not be changed. If you find yourself needing to do this, file an issue.</ div >
869
881
</ td >
870
882
</ tr >
871
- < tr class ="altColor ">
883
+ < tr class ="rowColor ">
872
884
< th class ="colDeprecatedItemName " scope ="row "> < 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 > </ th >
873
885
< td class ="colLast ">
874
886
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/GitHubBuilder.html#fromEnvironment() "> < code > GitHubBuilder.fromEnvironment()</ code > </ a > to pick up standard set of environment variables, so that different
875
887
clients of this library will all recognize one consistent set of coordinates.</ div >
876
888
</ td >
877
889
</ tr >
878
- < tr class ="rowColor ">
890
+ < tr class ="altColor ">
879
891
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/PagedIterable.html#asList() "> org.kohsuke.github.PagedIterable.asList()</ a > </ th >
880
892
< td class ="colLast ">
881
893
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/PagedIterable.html#toList() "> < code > PagedIterable.toList()</ code > </ a > instead.</ div >
882
894
</ td >
883
895
</ tr >
884
- < tr class ="altColor ">
896
+ < tr class ="rowColor ">
885
897
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/PagedIterable.html#asSet() "> org.kohsuke.github.PagedIterable.asSet()</ a > </ th >
886
898
< td class ="colLast ">
887
899
< div class ="deprecationComment "> Use < a href ="org/kohsuke/github/PagedIterable.html#toSet() "> < code > PagedIterable.toSet()</ code > </ a > instead.</ div >
888
900
</ td >
889
901
</ tr >
890
- < tr class ="rowColor ">
902
+ < tr class ="altColor ">
891
903
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/Reactable.html#createReaction(org.kohsuke.github.ReactionContent) "> org.kohsuke.github.Reactable.createReaction​(ReactionContent)</ a > </ th >
892
904
< td class ="colLast "> </ td >
893
905
</ tr >
894
- < tr class ="altColor ">
906
+ < tr class ="rowColor ">
895
907
< th class ="colDeprecatedItemName " scope ="row "> < a href ="org/kohsuke/github/Reactable.html#listReactions() "> org.kohsuke.github.Reactable.listReactions()</ a > </ th >
896
908
< td class ="colLast "> </ td >
897
909
</ tr >
0 commit comments