hudson.plugins.persona
クラス QuotePublisher

java.lang.Object
  上位を拡張 hudson.tasks.BuildStepCompatibilityLayer
      上位を拡張 hudson.tasks.Publisher
          上位を拡張 hudson.tasks.Notifier
              上位を拡張 hudson.plugins.persona.QuotePublisher
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class QuotePublisher
extends hudson.tasks.Notifier

作成者:
Kohsuke Kawaguchi

入れ子のクラスの概要
static class QuotePublisher.DescriptorImpl
           
 
クラス hudson.tasks.Publisher から継承された入れ子のクラス/インタフェース
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
フィールドの概要
 Persona persona
           
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
QuotePublisher(java.lang.String personaId, LocationSelector selector)
           
 
メソッドの概要
 LocationSelector getLocationSelector()
           
 java.lang.String getPersonaId()
           
 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.Notifier から継承されたメソッド
getDescriptor
 
クラス hudson.tasks.Publisher から継承されたメソッド
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
getProjectActions, perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
getProjectActions, prebuild
 

フィールドの詳細

persona

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

QuotePublisher

@DataBoundConstructor
public QuotePublisher(java.lang.String personaId,
                                           LocationSelector selector)
メソッドの詳細

getLocationSelector

public LocationSelector getLocationSelector()

getPersonaId

public java.lang.String getPersonaId()

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
定義:
インタフェース hudson.tasks.BuildStep 内の getProjectAction
オーバーライド:
クラス hudson.tasks.BuildStepCompatibilityLayer 内の getProjectAction

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
定義:
インタフェース hudson.tasks.BuildStep 内の perform
オーバーライド:
クラス hudson.tasks.BuildStepCompatibilityLayer 内の perform
例外:
java.lang.InterruptedException
java.io.IOException


Copyright © 2004-2012. All Rights Reserved.