Class BuildWithEiffelStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.pipeline.build.BuildWithEiffelStepExecution
- All Implemented Interfaces:
Serializable
public class BuildWithEiffelStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
This class is a copy of
BuildTriggerStepExecution
that has been modified to add
EiffelActivityDataAction
to the triggered downstream build. No change in function, but certain
classes have been replaced by copies due to restriction and to separate their use in listeners.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildWithEiffelStepExecution
(BuildWithEiffelStep step, org.jenkinsci.plugins.workflow.steps.StepContext context, EiffelActivityDataAction eiffelActivityDataAction) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatusBounded
-
Constructor Details
-
BuildWithEiffelStepExecution
public BuildWithEiffelStepExecution(BuildWithEiffelStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, EiffelActivityDataAction eiffelActivityDataAction)
-
-
Method Details