org.jenkinsci.plugins.badge
Class RunBadgeActionFactory
java.lang.Object
hudson.model.TransientBuildActionFactory
org.jenkinsci.plugins.badge.RunBadgeActionFactory
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class RunBadgeActionFactory
- extends hudson.model.TransientBuildActionFactory
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
Collection<? extends hudson.model.Action> |
createFor(hudson.model.Run target)
|
org.jenkinsci.plugins.badge.StatusImage |
getImage(hudson.model.BallColor color)
|
| Methods inherited from class hudson.model.TransientBuildActionFactory |
all, createFor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunBadgeActionFactory
public RunBadgeActionFactory()
throws IOException
- Throws:
IOException
createFor
public Collection<? extends hudson.model.Action> createFor(hudson.model.Run target)
- Overrides:
createFor in class hudson.model.TransientBuildActionFactory
getImage
public org.jenkinsci.plugins.badge.StatusImage getImage(hudson.model.BallColor color)
Copyright © 2004-2014. All Rights Reserved.