hudson.plugins.persona.simple
Class QuoteImpl

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by hudson.plugins.persona.simple.AbstractQuoteImpl
          extended by hudson.plugins.persona.simple.QuoteImpl
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Quote

public class QuoteImpl
extends AbstractQuoteImpl

Author:
Kohsuke Kawaguchi

Field Summary
 hudson.model.AbstractBuild<?,?> build
           
 java.lang.String quote
           
 
Fields inherited from class hudson.plugins.persona.simple.AbstractQuoteImpl
persona
 
Constructor Summary
QuoteImpl(hudson.model.AbstractBuild<?,?> build, SimplePersona persona, java.lang.String quote)
           
 
Method Summary
 Image getImage()
           
 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

build

public final hudson.model.AbstractBuild<?,?> build

quote

public final java.lang.String quote
Constructor Detail

QuoteImpl

public QuoteImpl(hudson.model.AbstractBuild<?,?> build,
                 SimplePersona persona,
                 java.lang.String quote)
Method Detail

getQuote

public java.lang.String getQuote()
Specified by:
getQuote in class AbstractQuoteImpl

getImage

public Image getImage()
Specified by:
getImage in class AbstractQuoteImpl


Copyright © 2010. All Rights Reserved.