Package de.hsh.graja.core
Class ModuleRunnerInput
java.lang.Object
de.hsh.graja.core.ModuleRunnerInput
- All Implemented Interfaces:
Serializable
This class holds various data that might be needed by a module runner.
Currently this class stores references to the submission, the workspace folder, the
classpath, and the timeout data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleRunnerInput
(Submission submission, Path workspace, Path modulesWorkspace, ResultSpec resultSpec, int maxRuntimeSeconds, int maxJunitRuntimeSeconds, CVVp cvvp) -
Method Summary
-
Constructor Details
-
ModuleRunnerInput
public ModuleRunnerInput(Submission submission, Path workspace, Path modulesWorkspace, ResultSpec resultSpec, int maxRuntimeSeconds, int maxJunitRuntimeSeconds, CVVp cvvp)
-
-
Method Details
-
getSubmission
-
getWorkspace
-
getModulesWorkspace
-
getResultSpec
-
getMaxRuntimeSeconds
public int getMaxRuntimeSeconds() -
getMaxJunitRuntimeSeconds
public int getMaxJunitRuntimeSeconds() -
getCVVp
-