Package org.gradle.api.plugins.buildcomparison.compare.internal

Examples of org.gradle.api.plugins.buildcomparison.compare.internal.BuildComparisonResult


        hostAttributes.put("Project", getProject().getRootDir().getAbsolutePath());
        hostAttributes.put("Task", getPath());
        hostAttributes.put("Gradle version", GradleVersion.current().getVersion());
        hostAttributes.put("Executed at", new SimpleDateFormat().format(new Date()));

        BuildComparisonResult result = comparison.compare(fileStore, getReportDir(), hostAttributes);
        communicateResult(result);
    }
View Full Code Here

TOP

Related Classes of org.gradle.api.plugins.buildcomparison.compare.internal.BuildComparisonResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.