public class SystemProperties extends Object
| Constructor and Description |
|---|
SystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultExecutor()
Getter for the default executor.
|
Integer |
getDefaultTimeout()
Getter for the default timeout.
|
String |
getName()
Getter for name.
|
TaskProperties |
getTaskPropertiesForName(String taskName)
Retrieve the properties for a named task.
|
List<TaskProperties> |
getTasks()
Getter for the tasks.
|
boolean |
nameMatches(String systemName)
Check if this
SystemProperties name matches the given name. |
void |
setDefaultExecutor(String defaultExecutor)
Setter for the default executor.
|
void |
setDefaultTimeout(Integer defaultTimeout)
Setter for the default timeout.
|
void |
setName(String name)
Setter for the name.
|
void |
setTasks(List<TaskProperties> tasks)
Setter for the tasks.
|
public String getName()
public void setName(String name)
name - the namepublic String getDefaultExecutor()
public void setDefaultExecutor(String defaultExecutor)
defaultExecutor - the default executorpublic Integer getDefaultTimeout()
public void setDefaultTimeout(Integer defaultTimeout)
defaultTimeout - the default timeoutpublic List<TaskProperties> getTasks()
public void setTasks(List<TaskProperties> tasks)
tasks - the taskspublic TaskProperties getTaskPropertiesForName(String taskName)
taskName - the task namepublic boolean nameMatches(String systemName)
SystemProperties name matches the given name.systemName - the name to check