Interface ConfigurableReport

    • Method Detail

      • setEnabled

        void setEnabled​(boolean enabled)
        Whether or not this report should be generated by whatever generates it.
        Specified by:
        setEnabled in interface Report
        Parameters:
        enabled - Whether or not this report should be generated by whatever generates it.
        Since:
        4.0
        See Also:
        Report.isEnabled()
      • setEnabled

        void setEnabled​(Provider<Boolean> enabled)
        Whether or not this report should be generated by whatever generates it.
        Parameters:
        enabled - Provider for indicating whether or not this report should be generated by whatever generates it.
        Since:
        4.0
        See Also:
        Report.isEnabled()
      • setDestination

        void setDestination​(File file)
        Sets the destination for the report.
        Parameters:
        file - The destination for the report.
        Since:
        4.0
        See Also:
        Report.getDestination()
      • setDestination

        void setDestination​(Provider<File> provider)
        Sets the destination for the report.
        Parameters:
        provider - The provider of the destination for the report.
        Since:
        4.0
        See Also:
        Report.getDestination()