@Entity public class AutomatedSuite extends Object
| Constructor and Description |
|---|
AutomatedSuite() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtender(AutomatedExecutionExtender extender) |
void |
addExtenders(Collection<AutomatedExecutionExtender> extenders) |
List<AutomatedExecutionExtender> |
getExecutionExtenders() |
String |
getId() |
boolean |
hasEnded() |
boolean |
hasStarted() |
boolean |
isManualNodeSelection()
Tells if the suite requires manual node selection.
|
void |
setExecutionExtenders(List<AutomatedExecutionExtender> executionExtenders) |
public String getId()
public List<AutomatedExecutionExtender> getExecutionExtenders()
public void setExecutionExtenders(List<AutomatedExecutionExtender> executionExtenders)
public void addExtender(AutomatedExecutionExtender extender)
public void addExtenders(Collection<AutomatedExecutionExtender> extenders)
public boolean hasStarted()
public boolean hasEnded()
public boolean isManualNodeSelection()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.