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

locationSelector

public final LocationSelector locationSelector
コンストラクタの詳細

QuoteImpl

public QuoteImpl(hudson.model.AbstractBuild<?,?> build,
                 SimplePersona persona,
                 java.lang.String quote,
                 LocationSelector selector)
メソッドの詳細

getQuote

public java.lang.String getQuote()
定義:
クラス AbstractQuoteImpl 内の getQuote

getImage

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

getLocationSelector

public LocationSelector getLocationSelector()
定義:
クラス AbstractQuoteImpl 内の getLocationSelector


Copyright © 2004-2012. All Rights Reserved.