static FilePath.Builder |
FilePath.builder() |
|
FilePath.Builder |
FilePath.Builder.codeSnippet(Collection<CodeLine> codeSnippet) |
A list of CodeLine objects that describe where the security vulnerability appears in your code.
|
FilePath.Builder |
FilePath.Builder.codeSnippet(Consumer<CodeLine.Builder>... codeSnippet) |
A list of CodeLine objects that describe where the security vulnerability appears in your code.
|
FilePath.Builder |
FilePath.Builder.codeSnippet(CodeLine... codeSnippet) |
A list of CodeLine objects that describe where the security vulnerability appears in your code.
|
FilePath.Builder |
FilePath.Builder.endLine(Integer endLine) |
The last line number of the code snippet where the security vulnerability appears in your code.
|
FilePath.Builder |
FilePath.Builder.name(String name) |
The name of the file.
|
FilePath.Builder |
FilePath.Builder.path(String path) |
The path to the resource with the security vulnerability.
|
FilePath.Builder |
FilePath.Builder.startLine(Integer startLine) |
The first line number of the code snippet where the security vulnerability appears in your code.
|
FilePath.Builder |
FilePath.toBuilder() |
|