hudson.plugins.persona.simple
クラス QuoteImpl

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

public class QuoteImpl
extends AbstractQuoteImpl

作成者:
Kohsuke Kawaguchi

フィールドの概要
 hudson.model.AbstractBuild<?,?> build
           
 java.lang.String quote
           
 
クラス hudson.plugins.persona.simple.AbstractQuoteImpl から継承されたフィールド
persona
 
コンストラクタの概要
QuoteImpl(hudson.model.AbstractBuild<?,?> build, SimplePersona persona, java.lang.String quote)
           
 
メソッドの概要
 Image getImage()
           
 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
 

フィールドの詳細

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()
定義:
クラス AbstractQuoteImpl 内の getQuote

getImage

public Image getImage()
定義:
クラス AbstractQuoteImpl 内の getImage


Copyright © 2004-2011. All Rights Reserved.