org.jenkins_ci.plugins.flexible_publish
クラス FlexibleMatrixAggregator

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

public class FlexibleMatrixAggregator
extends hudson.matrix.MatrixAggregator

MatrixAggregator for FlexiblePublisher. Just calls ConditionalMatrixAggregator for each ConditionalPublishers.


入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
クラス hudson.matrix.MatrixAggregator から継承されたフィールド
build, launcher, listener
 
コンストラクタの概要
protected FlexibleMatrixAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener, java.util.List<ConditionalMatrixAggregator> aggregatorList)
           
 
メソッドの概要
 boolean endBuild()
          Called when the parent build is finished.
 boolean endRun(hudson.matrix.MatrixRun run)
          Called when a build with an axe combination is finished.
 boolean startBuild()
          Called when the parent build is started.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FlexibleMatrixAggregator

protected FlexibleMatrixAggregator(hudson.matrix.MatrixBuild build,
                                   hudson.Launcher launcher,
                                   hudson.model.BuildListener listener,
                                   java.util.List<ConditionalMatrixAggregator> aggregatorList)
メソッドの詳細

startBuild

public boolean startBuild()
                   throws java.lang.InterruptedException,
                          java.io.IOException
Called when the parent build is started.

オーバーライド:
クラス hudson.matrix.MatrixAggregator 内の startBuild
戻り値:
false to abort the build.s
例外:
java.lang.InterruptedException
java.io.IOException

endRun

public boolean endRun(hudson.matrix.MatrixRun run)
               throws java.lang.InterruptedException,
                      java.io.IOException
Called when a build with an axe combination is finished.

オーバーライド:
クラス hudson.matrix.MatrixAggregator 内の endRun
パラメータ:
run -
戻り値:
false to abort the build.s
例外:
java.lang.InterruptedException
java.io.IOException
関連項目:
MatrixAggregator.endRun(hudson.matrix.MatrixRun)

endBuild

public boolean endBuild()
                 throws java.lang.InterruptedException,
                        java.io.IOException
Called when the parent build is finished.

オーバーライド:
クラス hudson.matrix.MatrixAggregator 内の endBuild
戻り値:
false to abort the build.
例外:
java.lang.InterruptedException
java.io.IOException
関連項目:
MatrixAggregator.endBuild()


Copyright © 2004-2014. All Rights Reserved.