Uses of Interface
hudson.plugins.persona.Quote

Packages that use Quote
hudson.plugins.persona   
hudson.plugins.persona.simple Simple partial implementation of the persona modeled after Chuck Norris. 
 

Uses of Quote in hudson.plugins.persona
 

Methods in hudson.plugins.persona that return Quote
abstract  Quote Persona.generateProjectQuote(hudson.model.AbstractProject<?,?> project)
          Generates a random quote for the project top page.
abstract  Quote Persona.generateQuote(hudson.model.AbstractBuild<?,?> build)
          Generates a random quote for the given build.
 

Uses of Quote in hudson.plugins.persona.simple
 

Classes in hudson.plugins.persona.simple that implement Quote
 class AbstractQuoteImpl
          Default implementation of quote that renders a simple non-localized text.
 class ProjectQuoteImpl
           
 class QuoteImpl
           
 

Methods in hudson.plugins.persona.simple that return Quote
 Quote SimplePersona.generateProjectQuote(hudson.model.AbstractProject<?,?> project)
           
 Quote SimplePersona.generateQuote(hudson.model.AbstractBuild<?,?> build)
           
 



Copyright © 2010. All Rights Reserved.