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, wait
then
public AnonymousPerformable()
public AnonymousPerformable(String title, List<Performable> steps)
public <T extends Actor> void performAs(T actor)
performAs
in interface Performable
public Map<String,Object> getCustomFieldValues()
getCustomFieldValues
in interface HasCustomFieldValues
Copyright © 2022. All rights reserved.