Package de.hsh.graja.core.request
Class Request
java.lang.Object
de.hsh.graja.core.request.Request
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
cleanup()
static Request
createRequest
(String pathToSubmission, String pathToModulesWorkspace, ResultSpec resultSpec, Assignment assignment) boolean
void
setPathToModulesWorkspace
(String pathToModulesWorkspace) void
setPathToSubmission
(String pathToSubmission) void
setRecordBehavior
(boolean recordBehavior) void
setRegressionDumpRootPath
(Path regressionDumpRootPath) void
setResultSpec
(ResultSpec resultSpec) void
setSampleSolution
(String sampleSolution) void
setScoreMax
(BigDecimal scoreMax) void
toComment
(ApplicabilitySpec applicability) toString()
-
Method Details
-
createRequest
public static Request createRequest(String pathToSubmission, String pathToModulesWorkspace, ResultSpec resultSpec, Assignment assignment) throws InvalidRequestException - Throws:
InvalidRequestException
-
cleanup
public static void cleanup() -
getAssignment
-
getGrajaVersionCompatibility
-
getJavaVersion
-
getPathToSubmission
-
setPathToSubmission
- Throws:
InvalidRequestException
-
getPathToModulesWorkspace
-
setPathToModulesWorkspace
-
getResultSpec
-
setResultSpec
-
toString
-
toComment
-
getRegressionDumpRootPath
-
setRegressionDumpRootPath
-
getSampleSolution
-
setSampleSolution
-
getTicket
-
setTicket
-
isRecordBehavior
public boolean isRecordBehavior() -
setRecordBehavior
public void setRecordBehavior(boolean recordBehavior) -
getScoreMax
-
setScoreMax
-