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