public static class PerformableTree.PerformableSteps extends Object implements PerformableTree.Performable
Constructor and Description |
---|
PerformableSteps() |
PerformableSteps(List<Step> steps) |
PerformableSteps(List<Step> steps,
List<MatchingStepMonitor.StepMatch> stepMatches) |
Modifier and Type | Method and Description |
---|---|
void |
add(PerformableTree.PerformableSteps performableSteps) |
void |
perform(PerformableTree.RunContext context) |
String |
toString() |
public PerformableSteps()
public PerformableSteps(List<Step> steps, List<MatchingStepMonitor.StepMatch> stepMatches)
public void add(PerformableTree.PerformableSteps performableSteps)
public void perform(PerformableTree.RunContext context) throws InterruptedException
perform
in interface PerformableTree.Performable
InterruptedException
Copyright © 2003–2016. All rights reserved.