hudson.plugins.persona.simple
クラス AbstractQuoteImpl

java.lang.Object
  上位を拡張 hudson.model.InvisibleAction
      上位を拡張 hudson.plugins.persona.simple.AbstractQuoteImpl
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject, Quote
直系の既知のサブクラス:
ProjectQuoteImpl, QuoteImpl

public abstract class AbstractQuoteImpl
extends hudson.model.InvisibleAction
implements Quote

Default implementation of quote that renders a simple non-localized text.

作成者:
Kohsuke Kawaguchi

フィールドの概要
 SimplePersona persona
           
 
コンストラクタの概要
AbstractQuoteImpl(SimplePersona persona)
           
 
メソッドの概要
abstract  Image getImage()
           
abstract  LocationSelector getLocationSelector()
           
abstract  java.lang.String getQuote()
           
 
クラス hudson.model.InvisibleAction から継承されたメソッド
getDisplayName, getIconFileName, getUrlName
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.model.Action から継承されたメソッド
getDisplayName, getIconFileName, getUrlName
 

フィールドの詳細

persona

public final SimplePersona persona
コンストラクタの詳細

AbstractQuoteImpl

public AbstractQuoteImpl(SimplePersona persona)
メソッドの詳細

getQuote

public abstract java.lang.String getQuote()

getImage

public abstract Image getImage()

getLocationSelector

public abstract LocationSelector getLocationSelector()


Copyright © 2004-2012. All Rights Reserved.