ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-reporting:sarif
/
modulecheck.reporting.sarif
/
ResultKind
Result
Kind
enum
ResultKind
(
val
value
:
String
)
:
Enum
<
ResultKind
>
Content copied to clipboard
A value that categorizes results by evaluation state.
Entries
Constructors
Properties
Sources
Constructors
Result
Kind
Link copied to clipboard
private
fun
ResultKind
(
value
:
String
)
Content copied to clipboard
Entries
Fail
Link copied to clipboard
Fail
(
"fail"
)
Content copied to clipboard
Informational
Link copied to clipboard
Informational
(
"informational"
)
Content copied to clipboard
NotApplicable
Link copied to clipboard
NotApplicable
(
"notApplicable"
)
Content copied to clipboard
Open
Link copied to clipboard
Open
(
"open"
)
Content copied to clipboard
Pass
Link copied to clipboard
Pass
(
"pass"
)
Content copied to clipboard
Review
Link copied to clipboard
Review
(
"review"
)
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