public class AutoHealCustomAction extends Object
| Constructor and Description |
|---|
AutoHealCustomAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
exe()
Get executable to be run.
|
String |
parameters()
Get parameters for the executable.
|
AutoHealCustomAction |
withExe(String exe)
Set executable to be run.
|
AutoHealCustomAction |
withParameters(String parameters)
Set parameters for the executable.
|
public String exe()
public AutoHealCustomAction withExe(String exe)
exe - the exe value to setpublic String parameters()
public AutoHealCustomAction withParameters(String parameters)
parameters - the parameters value to setCopyright © 2019. All rights reserved.