Class TuleapSendTTMResultsStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Void>
-
- io.jenkins.plugins.tuleap_api.steps.TuleapSendTTMResultsStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TuleapSendTTMResultsStep
public static class TuleapSendTTMResultsStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Void>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Execution(org.jenkinsci.plugins.workflow.steps.StepContext context, TuleapSendTTMResultsStep tuleapSendTTMResultsStep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Void
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stop
-
-
-
-
Constructor Detail
-
Execution
protected Execution(org.jenkinsci.plugins.workflow.steps.StepContext context, TuleapSendTTMResultsStep tuleapSendTTMResultsStep) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-