ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-reporting:sarif
/
modulecheck.reporting.sarif
/
BaselineState
Baseline
State
enum
BaselineState
(
val
value
:
String
)
:
Enum
<
BaselineState
>
Content copied to clipboard
The state of a result relative to a baseline of a previous run.
Entries
Constructors
Properties
Sources
Constructors
Baseline
State
Link copied to clipboard
private
fun
BaselineState
(
value
:
String
)
Content copied to clipboard
Entries
Absent
Link copied to clipboard
Absent
(
"absent"
)
Content copied to clipboard
New
Link copied to clipboard
New
(
"new"
)
Content copied to clipboard
Unchanged
Link copied to clipboard
Unchanged
(
"unchanged"
)
Content copied to clipboard
Updated
Link copied to clipboard
Updated
(
"updated"
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard
Sources
jvm source
Link copied to clipboard