File tree
Expand file treeCollapse file tree
7 files changed
+88
-19
lines changedFilter options
- src
- main/java/org/kohsuke/github
- test
- java/org/kohsuke/github
- resources/org/kohsuke/github
- AppTest/wiremock/testMembership/mappings
- GHRepositoryTest/wiremock
- addCollaborators/mappings
- getCollaborators/mappings
- listCollaborators/mappings
Expand file treeCollapse file tree
7 files changed
+88
-19
lines changedsrc/main/java/org/kohsuke/github/GHRepository.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHRepository.java+45-2Lines changed: 45 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
814 | 814 |
|
815 | 815 |
|
816 | 816 |
|
| 817 | + |
| 818 | + |
| 819 | + |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
817 | 824 |
|
818 | 825 |
|
819 | 826 |
|
| ||
823 | 830 |
|
824 | 831 |
|
825 | 832 |
|
826 |
| - |
| 833 | + |
827 | 834 |
|
828 | 835 |
|
829 | 836 |
|
| ||
834 | 841 |
|
835 | 842 |
|
836 | 843 |
|
837 |
| - |
| 844 | + |
| 845 | + |
| 846 | + |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + |
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
838 | 860 |
|
839 | 861 |
|
840 | 862 |
|
| ||
873 | 895 |
|
874 | 896 |
|
875 | 897 |
|
| 898 | + |
| 899 | + |
| 900 | + |
| 901 | + |
| 902 | + |
| 903 | + |
| 904 | + |
| 905 | + |
| 906 | + |
| 907 | + |
| 908 | + |
| 909 | + |
| 910 | + |
| 911 | + |
876 | 912 |
|
877 | 913 |
|
878 | 914 |
|
879 | 915 |
|
| 916 | + |
880 | 917 |
|
881 | 918 |
|
882 | 919 |
|
| ||
2075 | 2112 |
|
2076 | 2113 |
|
2077 | 2114 |
|
| 2115 | + |
| 2116 | + |
| 2117 | + |
| 2118 | + |
| 2119 | + |
2078 | 2120 |
|
2079 | 2121 |
|
| 2122 | + |
2080 | 2123 |
|
2081 | 2124 |
|
2082 | 2125 |
|
|
src/main/java/org/kohsuke/github/GitHubRequest.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GitHubRequest.java+24-9Lines changed: 24 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
168 |
| - |
| 168 | + |
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
| ||
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 |
| - |
| 189 | + |
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
199 |
| - |
| 199 | + |
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 |
| - |
| 209 | + |
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 |
| - |
| 219 | + |
220 | 220 |
|
221 | 221 |
|
222 | 222 |
|
| ||
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
229 |
| - |
| 229 | + |
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
| ||
346 | 346 |
|
347 | 347 |
|
348 | 348 |
|
349 |
| - |
| 349 | + |
350 | 350 |
|
351 | 351 |
|
352 | 352 |
|
| ||
437 | 437 |
|
438 | 438 |
|
439 | 439 |
|
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
440 | 455 |
|
441 | 456 |
|
442 | 457 |
|
|
src/test/java/org/kohsuke/github/GHRepositoryTest.java
Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/GHRepositoryTest.java+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| ||
645 | 646 |
|
646 | 647 |
|
647 | 648 |
|
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
648 | 659 |
|
649 | 660 |
|
650 | 661 |
|
|
src/test/resources/org/kohsuke/github/AppTest/wiremock/testMembership/mappings/repos_hub4j-test-org_jenkins_collaborators-4.json
Copy file name to clipboardExpand all lines: src/test/resources/org/kohsuke/github/AppTest/wiremock/testMembership/mappings/repos_hub4j-test-org_jenkins_collaborators-4.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/addCollaborators/mappings/repos_hub4j-test-org_github-api_collaborators-5-ddaa82.json
Copy file name to clipboardExpand all lines: src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/addCollaborators/mappings/repos_hub4j-test-org_github-api_collaborators-5-ddaa82.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/getCollaborators/mappings/repos_hub4j-test-org_github-api_collaborators-4.json
Copy file name to clipboardExpand all lines: src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/getCollaborators/mappings/repos_hub4j-test-org_github-api_collaborators-4.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/listCollaborators/mappings/repos_hub4j-test-org_github-api_collaborators-4.json
Copy file name to clipboardExpand all lines: src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/listCollaborators/mappings/repos_hub4j-test-org_github-api_collaborators-4.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
0 commit comments