Class GitHubError
- java.lang.Object
-
- com.github.kostyasha.github.integration.generic.errors.GitHubError
-
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
GitHubHookRegistrationError
,GitHubRepoProviderError
public abstract class GitHubError extends Object implements ExtensionPoint
Custom errors that participate in list ofGitHubErrorsAction
. index.groovy- Author:
- Kanstantsin Shautsou
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GitHubError(String description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getHtmlDescription()
Raw displayed html content as description.abstract String
getTitle()
boolean
isVisible()
Whether to show error on job page.
-
-
-
Constructor Detail
-
GitHubError
public GitHubError(@NonNull String description)
-
-