public final class DotCoverStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<DotCoverStep> implements Serializable
DotCoverStep in a @Run.| Constructor and Description |
|---|
DotCoverStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context,
DotCoverStep dotCoverStep) |
| Modifier and Type | Method and Description |
|---|---|
int |
launchDotCover(String... arguments) |
protected DotCoverStep |
run() |
blocksRestart, getStatus, onResume, start, stoppublic DotCoverStepExecution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull DotCoverStep dotCoverStep) throws IOException, InterruptedException
IOExceptionInterruptedExceptionprotected DotCoverStep run() throws Exception
run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<DotCoverStep>Exceptionpublic int launchDotCover(String... arguments) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.