@ExportedBean(defaultVisibility=999) public class ScoreCardAction extends Object implements hudson.model.Action
Constructor and Description |
---|
ScoreCardAction(ScoreCard scorecard,
hudson.model.AbstractBuild<?,?> b) |
Modifier and Type | Method and Description |
---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
Collection<hudson.model.User> |
getParticipants() |
ScoreCard |
getScorecard() |
String |
getUrlName() |
public ScoreCardAction(ScoreCard scorecard, hudson.model.AbstractBuild<?,?> b)
public hudson.model.AbstractBuild<?,?> getBuild()
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
@Exported public ScoreCard getScorecard()
@Exported public Collection<hudson.model.User> getParticipants()
Copyright © 2004-2015. All Rights Reserved.