public abstract class Persona extends Object implements hudson.ExtensionPoint, hudson.model.ModelObject
Normally a persona is someone famous, funny, or both (such as Chuck Norris.)
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
Persona.ConverterImpl |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static hudson.ExtensionList<Persona> |
all()
Returns all the registered
Personas. |
static Persona |
byId(String id) |
abstract Quote |
generateProjectQuote(hudson.model.AbstractProject<?,?> project,
LocationSelector selector)
Generates a random quote for the project top page.
|
abstract Quote |
generateQuote(hudson.model.AbstractBuild<?,?> build,
LocationSelector selector)
Generates a random quote for the given build.
|
public final String id
protected Persona(String id)
protected Persona()
public abstract Quote generateQuote(hudson.model.AbstractBuild<?,?> build, LocationSelector selector)
AbstractQuoteImplpublic abstract Quote generateProjectQuote(hudson.model.AbstractProject<?,?> project, LocationSelector selector)
AbstractQuoteImplCopyright © 2004-2013. All Rights Reserved.