org.jenkinsci.plugins.badge
Class BadgeActionFactory

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

@Extension
public class BadgeActionFactory
extends hudson.model.TransientProjectActionFactory

Author:
Kohsuke Kawaguchi

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

Constructor Detail

BadgeActionFactory

public BadgeActionFactory()
                   throws IOException
Throws:
IOException
Method Detail

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.