public class StepConfig extends Object
| Constructor and Description |
|---|
StepConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
String |
getActionOnFailure() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getType() |
void |
setActionOnFailure(String actionOnFailure) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
void |
setType(String type) |
Copyright © 2016. All rights reserved.