Interface CodeVulnerabilitiesFilePath.Builder

  • Method Details

    • endLine

      The line number of the last line of code in which the vulnerability is located.

      Parameters:
      endLine - The line number of the last line of code in which the vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      The name of the file in which the code vulnerability is located.

      Parameters:
      fileName - The name of the file in which the code vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filePath

      The file path to the code in which the vulnerability is located.

      Parameters:
      filePath - The file path to the code in which the vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startLine

      The line number of the first line of code in which the vulnerability is located.

      Parameters:
      startLine - The line number of the first line of code in which the vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.