@Extension
public class BadgeActionFactory
extends hudson.model.TransientProjectActionFactory
| Constructor and Description |
|---|
BadgeActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
createFor(hudson.model.AbstractProject target) |
org.jenkinsci.plugins.badge.StatusImage |
getImage(hudson.model.BallColor color) |
org.jenkinsci.plugins.badge.StatusImage |
getImage(hudson.model.BallColor color,
String style) |
public BadgeActionFactory()
throws IOException
IOExceptionpublic Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
createFor in class hudson.model.TransientProjectActionFactorypublic org.jenkinsci.plugins.badge.StatusImage getImage(hudson.model.BallColor color)
public org.jenkinsci.plugins.badge.StatusImage getImage(hudson.model.BallColor color,
String style)
Copyright © 2004-2015. All Rights Reserved.