public class FallbackAction extends Object implements EnvironmentalAction
| Constructor and Description |
|---|
FallbackAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(String value)
This method will be executed with corresponding Env Var value
|
String |
targetVariable()
This method returns target environemt variable for this action
|
public String targetVariable()
EnvironmentalActiontargetVariable in interface EnvironmentalActionpublic void process(String value)
EnvironmentalActionprocess in interface EnvironmentalActionCopyright © 2021. All rights reserved.