hudson.plugins.persona.simple
Class AbstractQuoteImpl
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.persona.simple.AbstractQuoteImpl
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, Quote
- Direct Known Subclasses:
- ProjectQuoteImpl, QuoteImpl
public abstract class AbstractQuoteImpl
- extends hudson.model.InvisibleAction
- implements Quote
Default implementation of quote that renders a simple non-localized text.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class hudson.model.InvisibleAction |
getDisplayName, getIconFileName, getUrlName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.Action |
getDisplayName, getIconFileName, getUrlName |
persona
public final SimplePersona persona
AbstractQuoteImpl
public AbstractQuoteImpl(SimplePersona persona)
getQuote
public abstract String getQuote()
getImage
public abstract Image getImage()
Copyright © 2004-2011. All Rights Reserved.