|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.chucknorris.RoundhouseAction
public final class RoundhouseAction
RoundhouseAction keeps the style and fact associated with the action.
For more info, please watch http://www.youtube.com/watch?v=Vb7lnpk3tRY
| Constructor Summary | |
|---|---|
RoundhouseAction(Style style,
String fact)
Constructs a RoundhouseAction with specified style and fact. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Gets the action display name. |
String |
getFact()
Gets the Chuck Norris fact. |
String |
getIconFileName()
This action doesn't provide any icon file. |
Style |
getStyle()
Gets the Chuck Norris style. |
String |
getUrlName()
Gets the URL name for this action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoundhouseAction(Style style,
String fact)
style - the stylefact - the fact| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||