public class PerfTestStep extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PerfTestStep |
nextStep |
protected PerfTestStepBehavior |
perfTestStepBehavior |
protected String |
stepName |
| Constructor and Description |
|---|
PerfTestStep(PerfTestStepBehavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
PerfTestStep |
getNextStep() |
PerfTestStepBehavior |
getStepBehavior() |
String |
getStepName() |
boolean |
isWaitStep() |
void |
setNextStep(PerfTestStep step) |
protected final PerfTestStepBehavior perfTestStepBehavior
protected PerfTestStep nextStep
protected String stepName
public PerfTestStep(PerfTestStepBehavior behavior)
public void setNextStep(PerfTestStep step)
public PerfTestStepBehavior getStepBehavior()
public PerfTestStep getNextStep()
public String getStepName()
public boolean isWaitStep()
Copyright © 2021. All rights reserved.