hudson.plugins.persona.simple
Class ProjectQuoteImpl

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

public class ProjectQuoteImpl
extends AbstractQuoteImpl

Author:
Kohsuke Kawaguchi

Field Summary
 hudson.model.AbstractProject<?,?> project
           
 
Fields inherited from class hudson.plugins.persona.simple.AbstractQuoteImpl
persona
 
Constructor Summary
ProjectQuoteImpl(SimplePersona persona, hudson.model.AbstractProject<?,?> project)
           
 
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

project

public final hudson.model.AbstractProject<?,?> project
Constructor Detail

ProjectQuoteImpl

public ProjectQuoteImpl(SimplePersona persona,
                        hudson.model.AbstractProject<?,?> project)
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.