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