Commit cd4368f
committed
File tree
Expand file treeCollapse file tree
77 files changed
+217
-243
lines changedFilter options
- src
- build/eclipse
- main/java/org/kohsuke/github
- extras
- okhttp3
- test/java/org/kohsuke/github
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
77 files changed
+217
-243
lines changed+27-33Lines changed: 27 additions & 33 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
| 42 | + |
44 | 43 |
|
45 | 44 |
|
46 | 45 |
|
| ||
343 | 342 |
|
344 | 343 |
|
345 | 344 |
|
346 |
| - |
347 |
| - |
348 |
| - |
| 345 | + |
| 346 | + |
| 347 | + |
349 | 348 |
|
350 | 349 |
|
| 350 | + |
| 351 | + |
351 | 352 |
|
352 |
| - |
| 353 | + |
353 | 354 |
|
354 |
| - |
355 |
| - |
356 |
| - |
357 |
| - |
358 | 355 |
|
359 | 356 |
|
360 |
| - |
361 |
| - |
362 |
| - |
363 |
| - |
364 |
| - |
365 | 357 |
|
366 |
| - |
367 |
| - |
368 |
| - |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
369 | 372 |
|
370 |
| - |
371 |
| - |
372 |
| - |
373 |
| - |
374 |
| - |
375 |
| - |
376 |
| - |
377 | 373 |
|
378 | 374 |
|
379 | 375 |
|
| ||
413 | 409 |
|
414 | 410 |
|
415 | 411 |
|
416 |
| - |
| 412 | + |
417 | 413 |
|
418 | 414 |
|
419 | 415 |
|
| ||
487 | 483 |
|
488 | 484 |
|
489 | 485 |
|
490 |
| - |
| 486 | + |
491 | 487 |
|
492 | 488 |
|
493 | 489 |
|
| ||
567 | 563 |
|
568 | 564 |
|
569 | 565 |
|
570 |
| - |
| 566 | + |
571 | 567 |
|
572 | 568 |
|
573 | 569 |
|
| ||
595 | 591 |
|
596 | 592 |
|
597 | 593 |
|
598 |
| - |
599 |
| - |
| 594 | + |
600 | 595 |
|
601 | 596 |
|
602 | 597 |
|
| ||
621 | 616 |
|
622 | 617 |
|
623 | 618 |
|
624 |
| - |
625 |
| - |
| 619 | + |
626 | 620 |
|
627 | 621 |
|
628 | 622 |
|
|
src/build/eclipse/eclipse.importorder
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
src/main/resources/eclipse/formatter.xml renamed to src/build/eclipse/formatter.xml
Copy file name to clipboardFile renamed without changes.
src/main/java/org/kohsuke/github/AbstractBuilder.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/AbstractBuilder.java+4-7Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 |
| - |
56 |
| - |
57 | 54 |
|
58 | 55 |
|
59 | 56 |
|
| ||
78 | 75 |
|
79 | 76 |
|
80 | 77 |
|
81 |
| - |
| 78 | + |
82 | 79 |
|
83 | 80 |
|
84 | 81 |
|
|
src/main/java/org/kohsuke/github/GHApp.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHApp.java-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
|
src/main/java/org/kohsuke/github/GHAppCreateTokenBuilder.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHAppCreateTokenBuilder.java+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
| 17 | + |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
|
src/main/java/org/kohsuke/github/GHAppInstallation.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHAppInstallation.java-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
|
src/main/java/org/kohsuke/github/GHAppInstallationToken.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHAppInstallationToken.java+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
19 |
| - |
| 17 | + |
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
|
src/main/java/org/kohsuke/github/GHAsset.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHAsset.java-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
|
src/main/java/org/kohsuke/github/GHAuthorization.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHAuthorization.java-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
|
src/main/java/org/kohsuke/github/GHBranch.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHBranch.java+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
| 23 | + |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
|
src/main/java/org/kohsuke/github/GHBranchProtection.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHBranchProtection.java+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
|
src/main/java/org/kohsuke/github/GHCheckRun.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHCheckRun.java+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
| ||
295 | 294 |
|
296 | 295 |
|
297 | 296 |
|
298 |
| - |
| 297 | + |
299 | 298 |
|
300 | 299 |
|
301 | 300 |
|
|
src/main/java/org/kohsuke/github/GHCheckRunsIterable.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHCheckRunsIterable.java+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
src/main/java/org/kohsuke/github/GHCheckSuite.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHCheckSuite.java-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
|
src/main/java/org/kohsuke/github/GHCommit.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHCommit.java+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
574 | 574 |
|
575 | 575 |
|
576 | 576 |
|
577 |
| - |
| 577 | + |
578 | 578 |
|
579 | 579 |
|
580 | 580 |
|
|
src/main/java/org/kohsuke/github/GHCommitStatus.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHCommitStatus.java-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
|
src/main/java/org/kohsuke/github/GHContent.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHContent.java+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 | 25 |
|
28 | 26 |
|
29 | 27 |
|
| ||
102 | 100 |
|
103 | 101 |
|
104 | 102 |
|
105 |
| - |
| 103 | + |
106 | 104 |
|
107 | 105 |
|
108 | 106 |
|
|
src/main/java/org/kohsuke/github/GHDeployment.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHDeployment.java+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| ||
85 | 84 |
|
86 | 85 |
|
87 | 86 |
|
88 |
| - |
| 87 | + |
89 | 88 |
|
90 | 89 |
|
91 | 90 |
|
|
src/main/java/org/kohsuke/github/GHDeploymentStatus.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHDeploymentStatus.java-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
|
src/main/java/org/kohsuke/github/GHDiscussion.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHDiscussion.java-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| ||
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 |
| - |
22 |
| - |
23 | 20 |
|
24 | 21 |
|
25 | 22 |
|
|
src/main/java/org/kohsuke/github/GHEventInfo.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHEventInfo.java+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 |
| - |
| 15 | + |
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
|
0 commit comments