org.jenkinsci.plugins.badge
Class RunBadgeActionFactory

java.lang.Object
  extended by hudson.model.TransientBuildActionFactory
      extended by org.jenkinsci.plugins.badge.RunBadgeActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class RunBadgeActionFactory
extends hudson.model.TransientBuildActionFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
RunBadgeActionFactory()
           
 
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
 

Constructor Detail

RunBadgeActionFactory

public RunBadgeActionFactory()
                      throws IOException
Throws:
IOException
Method Detail

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.