Interface | Description |
---|---|
AbstractScriptResult |
Basic script result properties.
|
ScheduleListener |
Listener interface allowing to receive schedule events.
|
Class | Description |
---|---|
AbstractScheduleElement |
Abstract class of a schedule element.
|
CronFacade |
Facade providing abstract access to cron features.
|
Dependency |
Dependency bean indicating that the owning script depends (waits for) another
script.
|
Schedule |
Schedule encapsulates a
TestSuite and provides framework for I/O
operations, execution and displaying in the GUI. |
ScheduleAction |
Create/edit/move/copy/save to schedule action.
|
ScheduleEvent |
Schedule events to be fired to registered
schedule listeners . |
ScheduleParameter |
Representation of a schedule or work item parameter.
|
SchedulerDiagram |
Component displaying graphical view of a single schedule.
|
SchedulerPanel |
Component comprising of a schedule diagram (
SchedulerDiagram ), a tool
bar at the top and a panel at the bottom to display details of the selected
schedule element. |
Task |
Task class encapsulates call of a single test script in a schedule.
|
TestSuite |
Test suite contains tasks (scripts), report settings and the start type
(delayed, date driven, cron based etc.).
|
Enum | Description |
---|---|
Dependency.DependencyType |
Indicates whether the next task/script should start after completion
(finish) of the previous one or on its fail/pass.
|
ScheduleParameter.ParamType |
Parameter types.
|
TestSuite.ReportLocType |
Report location type.
|
TestSuite.StartType |
Schedule start type.
|