public final class RoundhouseAction extends Object implements hudson.model.Action, jenkins.tasks.SimpleBuildStep.LastBuildAction
RoundhouseAction keeps the style and fact associated with the action.
For more info, please watch http://www.youtube.com/watch?v=Vb7lnpk3tRY| Constructor and Description |
|---|
RoundhouseAction(Style style,
String fact)
Constructs a RoundhouseAction with specified style and fact.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the action display name.
|
String |
getFact()
Gets the Chuck Norris fact.
|
String |
getIconFileName()
This action doesn't provide any icon file.
|
Collection<? extends hudson.model.Action> |
getProjectActions()
Returns this action as a collection of all project actions.
|
Style |
getStyle()
Gets the Chuck Norris style.
|
String |
getUrlName()
Gets the URL name for this action.
|
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Style getStyle()
public String getFact()
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionCopyright © 2016–2017. All rights reserved.