|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<ConditionalExecutionStrategy>
org.jenkins_ci.plugins.flexible_publish.strategy.ConditionalExecutionStrategy
public abstract class ConditionalExecutionStrategy
A base class for a strategy for how to run publishers in a condition
| 入れ子のクラスの概要 | |
|---|---|
static class |
ConditionalExecutionStrategy.AggregatorContext
Carries parameters from ConditionalPublisher to run aggregators. |
static class |
ConditionalExecutionStrategy.PublisherContext
Carries parameters from ConditionalPublisher to run publishers. |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| コンストラクタの概要 | |
|---|---|
ConditionalExecutionStrategy()
|
|
| メソッドの概要 | |
|---|---|
static hudson.DescriptorExtensionList<ConditionalExecutionStrategy,hudson.model.Descriptor<ConditionalExecutionStrategy>> |
all()
|
abstract boolean |
matrixAggregationEndBuild(ConditionalExecutionStrategy.AggregatorContext aggregatorContext)
Run MatrixAggregator.endBuild() for all publishes. |
abstract boolean |
matrixAggregationEndRun(ConditionalExecutionStrategy.AggregatorContext aggregatorContext,
hudson.matrix.MatrixRun run)
Run MatrixAggregator.endRun(MatrixRun) for all publishes. |
abstract boolean |
matrixAggregationStartBuild(ConditionalExecutionStrategy.AggregatorContext aggregatorContext)
Run MatrixAggregator.startBuild() for all publishes. |
abstract boolean |
perform(ConditionalExecutionStrategy.PublisherContext context,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Run BuildStep.perform(AbstractBuild, Launcher, BuildListener) for all publishes. |
abstract boolean |
prebuild(ConditionalExecutionStrategy.PublisherContext context,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Run BuildStep.prebuild(AbstractBuild, BuildListener) for all publishers. |
| クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
|---|
getDescriptor |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ConditionalExecutionStrategy()
| メソッドの詳細 |
|---|
public abstract boolean prebuild(ConditionalExecutionStrategy.PublisherContext context,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
BuildStep.prebuild(AbstractBuild, BuildListener) for all publishers.
context - build - listener -
public abstract boolean perform(ConditionalExecutionStrategy.PublisherContext context,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
BuildStep.perform(AbstractBuild, Launcher, BuildListener) for all publishes.
context - build - launcher - listener -
InterruptedException
IOException
public abstract boolean matrixAggregationStartBuild(ConditionalExecutionStrategy.AggregatorContext aggregatorContext)
throws InterruptedException,
IOException
MatrixAggregator.startBuild() for all publishes.
aggregatorContext -
InterruptedException
IOException
public abstract boolean matrixAggregationEndRun(ConditionalExecutionStrategy.AggregatorContext aggregatorContext,
hudson.matrix.MatrixRun run)
throws InterruptedException,
IOException
MatrixAggregator.endRun(MatrixRun) for all publishes.
aggregatorContext - run -
InterruptedException
IOException
public abstract boolean matrixAggregationEndBuild(ConditionalExecutionStrategy.AggregatorContext aggregatorContext)
throws InterruptedException,
IOException
MatrixAggregator.endBuild() for all publishes.
aggregatorContext -
InterruptedException
IOExceptionpublic static hudson.DescriptorExtensionList<ConditionalExecutionStrategy,hudson.model.Descriptor<ConditionalExecutionStrategy>> all()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||