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 |
| クラス 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 java.lang.InterruptedException,
java.io.IOException
- オーバーライド:
- クラス
hudson.matrix.MatrixAggregator 内の startBuild
- 例外:
java.lang.InterruptedException
java.io.IOException
endRun
public boolean endRun(hudson.matrix.MatrixRun run)
throws java.lang.InterruptedException,
java.io.IOException
- オーバーライド:
- クラス
hudson.matrix.MatrixAggregator 内の endRun
- 例外:
java.lang.InterruptedException
java.io.IOException
endBuild
public boolean endBuild()
throws java.lang.InterruptedException,
java.io.IOException
- オーバーライド:
- クラス
hudson.matrix.MatrixAggregator 内の endBuild
- 例外:
java.lang.InterruptedException
java.io.IOException
Copyright © 2004-2014. All Rights Reserved.