Interface DirectoryReport

    • Method Detail

      • getEntryPoint

        @Internal
        File getEntryPoint()
        Returns the entry point of a directory based Report This can be the index.html file in a HTML report
        Returns:
        the entry point of the report or getDestination() if no entry point defined
      • getDestination

        File getDestination()
        Description copied from interface: Report
        The location on the filesystem of the report when it is generated.

        Depending on the output type of the report, this may point to a file or a directory.

        Subtypes may implement setters for the destination.

        Specified by:
        getDestination in interface Report
        Returns:
        The location on the filesystem of the report when it is generated