public class FlexibleMatrixAggregator
extends hudson.matrix.MatrixAggregator
MatrixAggregator for FlexiblePublisher.
Just calls ConditionalMatrixAggregator for each ConditionalPublishers.| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
FlexibleMatrixAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
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.
|
protected FlexibleMatrixAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
List<ConditionalMatrixAggregator> aggregatorList)
public boolean startBuild()
throws InterruptedException,
IOException
startBuild クラス内 hudson.matrix.MatrixAggregatorInterruptedExceptionIOExceptionpublic boolean endRun(hudson.matrix.MatrixRun run)
throws InterruptedException,
IOException
endRun クラス内 hudson.matrix.MatrixAggregatorrun - InterruptedExceptionIOExceptionMatrixAggregator.endRun(hudson.matrix.MatrixRun)public boolean endBuild()
throws InterruptedException,
IOException
endBuild クラス内 hudson.matrix.MatrixAggregatorInterruptedExceptionIOExceptionMatrixAggregator.endBuild()Copyright © 2004-2013. All Rights Reserved.