Package de.hsh.graja.regression.runner
Class RtTaskSsMech
java.lang.Object
de.hsh.graja.regression.runner.RtTaskSsMech
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
consume
(de.hsh.graja.regression.runner.RtTaskSsOutcome rtso, AtomicInteger requireRepackageOfTaskZip, RtTaskOutcome reply, Map<String, Duration> testcaseTimeBySampleSolution, List<RegressionTestResult> testcases, RtTaskSsReq tssr) This method must not be executed concurrently!static de.hsh.graja.regression.runner.RtTaskSsOutcome
executeOperation
(RtTaskSsReq rtsr) This method may be executed concurrently
-
Constructor Details
-
RtTaskSsMech
public RtTaskSsMech()
-
-
Method Details
-
executeOperation
public static de.hsh.graja.regression.runner.RtTaskSsOutcome executeOperation(RtTaskSsReq rtsr) throws javax.xml.bind.JAXBException, IOException This method may be executed concurrently- Parameters:
rtsr
-- Returns:
- Throws:
IOException
javax.xml.bind.JAXBException
-
consume
public static void consume(de.hsh.graja.regression.runner.RtTaskSsOutcome rtso, AtomicInteger requireRepackageOfTaskZip, RtTaskOutcome reply, Map<String, Duration> testcaseTimeBySampleSolution, List<RegressionTestResult> testcases, RtTaskSsReq tssr) This method must not be executed concurrently!
-