data class JUnitReport: Any
Fields
Name | Description |
---|---|
val id: Long
|
is a Long with a primary-key like generated id |
val submissionId: Long
|
is a Long, identifying the Submission that the report is based on |
val fileName: String
|
is a String with the name of the Jacoco report file |
val xmlReport: String
|
is a String with the XML version of the report |
Constructors
<init>
constructor(id: Long, submissionId: Long, fileName: String, xmlReport: String)
Represents a persisted JUnitReport.
Parameters
Name | Description |
---|---|
id: Long
|
|
submissionId: Long
|
|
fileName: String
|
|
xmlReport: String
|
Represents a persisted JUnitReport.