public class WorkflowRunEngine extends java.lang.Object
Constructor and Description |
---|
WorkflowRunEngine(java.lang.String name)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of the workflow run engine
|
java.lang.String |
getURL()
Get the url of the workflow run engine
|
void |
setURL(java.lang.String url)
Set the url of the workflow run engine
|
public WorkflowRunEngine(java.lang.String name)
name
- the name of the workflow run enginepublic java.lang.String getName()
public java.lang.String getURL()
public void setURL(java.lang.String url)
url
-