@Extension
public class BadgeActionFactory
extends jenkins.model.TransientActionFactory<hudson.model.Job>
| Constructor and Description |
|---|
BadgeActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
createFor(hudson.model.Job target) |
org.jenkinsci.plugins.badge.StatusImage |
getImage(hudson.model.BallColor color) |
org.jenkinsci.plugins.badge.StatusImage |
getImage(hudson.model.BallColor color,
String style) |
Class<hudson.model.Job> |
type() |
public BadgeActionFactory()
throws IOException
IOExceptionpublic Class<hudson.model.Job> type()
type in class jenkins.model.TransientActionFactory<hudson.model.Job>public Collection<? extends hudson.model.Action> createFor(hudson.model.Job target)
createFor in class jenkins.model.TransientActionFactory<hudson.model.Job>public 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-2016. All Rights Reserved.