org.jenkins_ci.plugins.flexible_publish
クラス ConditionalMatrixAggregator

java.lang.Object
  上位を拡張 hudson.matrix.MatrixAggregator
      上位を拡張 org.jenkins_ci.plugins.flexible_publish.ConditionalMatrixAggregator
すべての実装されたインタフェース:
hudson.ExtensionPoint

public class ConditionalMatrixAggregator
extends hudson.matrix.MatrixAggregator

Wraps MatrixAggregator for the wrapped Publisher. Evaluates the condition, and call wrapped MatrixAggregator if satisfied.


入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
クラス hudson.matrix.MatrixAggregator から継承されたフィールド
build, launcher, listener
 
コンストラクタの概要
protected ConditionalMatrixAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener, ConditionalPublisher conditionalPublisher, hudson.matrix.MatrixAggregator baseAggregator)
           
 
メソッドの概要
 boolean endBuild()
           
 boolean endRun(hudson.matrix.MatrixRun run)
           
 boolean startBuild()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConditionalMatrixAggregator

protected ConditionalMatrixAggregator(hudson.matrix.MatrixBuild build,
                                      hudson.Launcher launcher,
                                      hudson.model.BuildListener listener,
                                      ConditionalPublisher conditionalPublisher,
                                      hudson.matrix.MatrixAggregator baseAggregator)
メソッドの詳細

startBuild

public boolean startBuild()
                   throws InterruptedException,
                          IOException
オーバーライド:
クラス hudson.matrix.MatrixAggregator 内の startBuild
例外:
InterruptedException
IOException

endRun

public boolean endRun(hudson.matrix.MatrixRun run)
               throws InterruptedException,
                      IOException
オーバーライド:
クラス hudson.matrix.MatrixAggregator 内の endRun
例外:
InterruptedException
IOException

endBuild

public boolean endBuild()
                 throws InterruptedException,
                        IOException
オーバーライド:
クラス hudson.matrix.MatrixAggregator 内の endBuild
例外:
InterruptedException
IOException


Copyright © 2004-2015. All Rights Reserved.