@NotThreadSafe
public class TestRunConfigCommandEventConfig
extends io.perfana.eventscheduler.api.config.EventConfig
| Constructor and Description |
|---|
TestRunConfigCommandEventConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
String |
getExcludes() |
String |
getIncludes() |
String |
getKey() |
String |
getOutput() |
String |
getTags() |
void |
setCommand(String command) |
void |
setExcludes(String excludes) |
void |
setIncludes(String includes) |
void |
setKey(String key) |
void |
setOutput(String output) |
void |
setTags(String tags) |
TestRunConfigCommandEventContext |
toContext() |
TestRunConfigCommandEventContext |
toContext(io.perfana.eventscheduler.api.config.TestContext override) |
String |
toString() |
public TestRunConfigCommandEventContext toContext()
toContext in class io.perfana.eventscheduler.api.config.EventConfigpublic TestRunConfigCommandEventContext toContext(io.perfana.eventscheduler.api.config.TestContext override)
toContext in class io.perfana.eventscheduler.api.config.EventConfigpublic void setCommand(String command)
public String getCommand()
public String getOutput()
public void setOutput(String output)
public String getIncludes()
public void setIncludes(String includes)
public String getExcludes()
public void setExcludes(String excludes)
public String getKey()
public void setKey(String key)
public String getTags()
public void setTags(String tags)
Copyright © 2022 Perfana. All rights reserved.