hudson.plugins.persona.simple
Class AbstractQuoteImpl

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by 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

Field Summary
 SimplePersona persona
           
 
Constructor Summary
AbstractQuoteImpl(SimplePersona persona)
           
 
Method Summary
abstract  Image getImage()
           
abstract  java.lang.String getQuote()
           
 
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
 

Field Detail

persona

public final SimplePersona persona
Constructor Detail

AbstractQuoteImpl

public AbstractQuoteImpl(SimplePersona persona)
Method Detail

getQuote

public abstract java.lang.String getQuote()

getImage

public abstract Image getImage()


Copyright © 2010. All Rights Reserved.