Interface SourceFileSpecifier.Builder

    • Method Detail

      • filePath

        SourceFileSpecifier.Builder filePath​(String filePath)

        The full path to the file, including the name of the file.

        Parameters:
        filePath - The full path to the file, including the name of the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isMove

        SourceFileSpecifier.Builder isMove​(Boolean isMove)

        Whether to remove the source file from the parent commit.

        Parameters:
        isMove - Whether to remove the source file from the parent commit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.