Class AbstractATXReportHandler.AbstractReportCallable<T>

    • Field Detail

      • config

        protected final ATXConfig config
        ATX config.
    • Method Detail

      • getConfigMap

        protected Map<String,​String> getConfigMap​(boolean uploadToServer,
                                                        boolean injectBuildVars)
        Converts the ATX configuration to a map containing all setting names and their current value. Parameterized values are expanded by given environment variables.
        Parameters:
        uploadToServer - specifies whether ATX upload is enabled or not
        injectBuildVars - specifies whether to inject common build variables as ATX constants
        Returns:
        the configuration map