public abstract class BuildTriggerBadgeProvider extends Object implements ExtensionPoint
Note : if many providers are found, the first one matching a given cause class will be used.
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
BuildTriggerBadgeProvider() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<BuildTriggerBadgeProvider> |
all() |
abstract String |
provideIcon(Cause cause)
Should return the URL to the icon corresponding to the given cause.
|
public abstract String provideIcon(Cause cause)
public static ExtensionList<BuildTriggerBadgeProvider> all()
Copyright © 2016–2022. All rights reserved.