public interface ScriptExecutor
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute all script fields for all projects and save the result in the database
|
void |
execute(int parallelExecutions,
long scriptsTimeoutInSeconds)
Execute all script fields for all projects and save the result in the database
|
void |
execute(List<ScriptField> fields)
Execute a list of script fields for all projects and save the result in the database
|
void |
execute(List<ScriptField> fields,
int parallelExecutions,
long scriptsTimeoutInSeconds)
Execute a list of script fields for all projects and save the result in the database
|
void execute()
void execute(int parallelExecutions, long scriptsTimeoutInSeconds)
parallelExecutions
- number of project script execution in parallelscriptsTimeoutInSeconds
- timeout in the script execution (seconds)void execute(List<ScriptField> fields)
fields
- the script fields to be executedvoid execute(List<ScriptField> fields, int parallelExecutions, long scriptsTimeoutInSeconds)
fields
- the script fields to be executedparallelExecutions
- number of project script execution in parallelscriptsTimeoutInSeconds
- timeout in the script execution (seconds)Copyright © 2022 DEISER. All Rights Reserved.