JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.schemastore.json.sarif.x210.Run
Packages that use
Run
Package
Description
org.schemastore.json.sarif.x210
Uses of
Run
in
org.schemastore.json.sarif.x210
Methods in
org.schemastore.json.sarif.x210
that return types with arguments of type
Run
Modifier and Type
Method
Description
List
<
Run
>
Sarif.
getRuns
()
Methods in
org.schemastore.json.sarif.x210
with parameters of type
Run
Modifier and Type
Method
Description
boolean
Sarif.
addRun
(
Run
item)
Add a new
Run
item to the underlying collection.
boolean
Sarif.
removeRun
(
Run
item)
Remove the first matching
Run
item from the underlying collection.
Method parameters in
org.schemastore.json.sarif.x210
with type arguments of type
Run
Modifier and Type
Method
Description
void
Sarif.
setRuns
(
List
<
Run
> value)