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, stop
public DotCoverStepExecution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull DotCoverStep dotCoverStep) throws IOException, InterruptedException
IOException
InterruptedException
protected DotCoverStep run() throws Exception
run
in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<DotCoverStep>
Exception
public int launchDotCover(String... arguments) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2019. All rights reserved.