|
|||||||||
| 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
| Field Summary | |
|---|---|
private java.lang.String |
mFact
The fact. |
private Style |
mStyle
The style. |
| Constructor Summary | |
|---|---|
RoundhouseAction(Style style,
java.lang.String fact)
Constructs a RoundhouseAction with specified style and fact. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Gets the action display name. |
java.lang.String |
getFact()
Gets the Chuck Norris fact. |
java.lang.String |
getIconFileName()
This action doesn't provide any icon file. |
Style |
getStyle()
Gets the Chuck Norris style. |
java.lang.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 |
| Field Detail |
|---|
private Style mStyle
private java.lang.String mFact
| Constructor Detail |
|---|
public RoundhouseAction(Style style,
java.lang.String fact)
style - the stylefact - the fact| Method Detail |
|---|
public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Actionpublic Style getStyle()
public java.lang.String getFact()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||