toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
common
/
dev.ust.zinc.grader.model
/
Configuration
/
PipelineStage
/
OutputTruncation
Output
Truncation
data
class
OutputTruncation
(
val
exeOutputLength
:
Long
,
val
reportOutputLength
:
Long
)
Members
Constructors
Output
Truncation
Link copied to clipboard
constructor
(
exeOutputLength
:
String
,
reportOutputLength
:
String
)
constructor
(
exeOutputLength
:
Long
,
reportOutputLength
:
Long
)
Properties
exe
Output
Length
Link copied to clipboard
val
exeOutputLength
:
Long
Maximum length to obtain from executable output.
report
Output
Length
Link copied to clipboard
val
reportOutputLength
:
Long
Maximum length to show in the generated report.