hudson.plugins.persona.simple
Class QuoteImpl
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.persona.simple.AbstractQuoteImpl
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
|
|
Constructor Summary |
QuoteImpl(hudson.model.AbstractBuild<?,?> build,
SimplePersona persona,
java.lang.String quote)
|
| 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 |
build
public final hudson.model.AbstractBuild<?,?> build
quote
public final java.lang.String quote
QuoteImpl
public QuoteImpl(hudson.model.AbstractBuild<?,?> build,
SimplePersona persona,
java.lang.String quote)
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.