public class AnonymousPerformable extends Object implements Performable, HasCustomFieldValues
| Constructor and Description |
|---|
AnonymousPerformable() |
AnonymousPerformable(String title,
List<Performable> steps) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getCustomFieldValues() |
<T extends Actor> |
performAs(T actor) |
void |
setFieldValue(String fieldName,
Object fieldValue) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitthenpublic AnonymousPerformable()
public AnonymousPerformable(String title, List<Performable> steps)
public <T extends Actor> void performAs(T actor)
performAs in interface Performablepublic Map<String,Object> getCustomFieldValues()
getCustomFieldValues in interface HasCustomFieldValuesCopyright © 2021. All rights reserved.