Class GitHubError
java.lang.Object
com.github.kostyasha.github.integration.generic.errors.GitHubError
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
GitHubHookRegistrationError
,GitHubRepoProviderError
Custom errors that participate in list of
GitHubErrorsAction
.
index.groovy- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GitHubError
-
-
Method Details
-
getTitle
-
isVisible
public boolean isVisible()Whether to show error on job page. Useful when error visibility will be known after delay. -
getHtmlDescription
Raw displayed html content as description.
-