You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github-pullrequest-plugin/src/main/java/com/github/kostyasha/github/integration/generic/errors/GitHubError.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,13 @@ public GitHubError(@Nonnull String description) {
20
20
@Nonnull
21
21
publicabstractStringgetTitle();
22
22
23
+
/**
24
+
* Whether to show error on job page. Useful when error visibility will be known after delay.
Copy file name to clipboardExpand all lines: github-pullrequest-plugin/src/main/java/com/github/kostyasha/github/integration/generic/errors/GitHubErrorsAction.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,17 @@ public GitHubErrorsAction(@Nonnull String description) {
Copy file name to clipboardExpand all lines: github-pullrequest-plugin/src/main/resources/com/github/kostyasha/github/integration/generic/errors/GitHubErrorsAction/jobMain.groovy
0 commit comments