All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gradle.maven.extension.api.scan.BuildResult Maven / Gradle / Ivy

Go to download

Maven extension for Develocity installations that provides Build Insights, Build Caching, Predictive Test Selection, and Test Distribution for Maven builds. Alternatively, Build Insights can be captured and viewed for free at scans.gradle.com and Build Caching can be used for free locally. See https://gradle.com for more information on Develocity.

There is a newer version: 1.23
Show newest version
package com.gradle.maven.extension.api.scan;

import java.util.List;

/**
 * A description of the build result.
 *
 * @since 1.2
 * @deprecated since 1.21, replaced by {@link com.gradle.develocity.agent.maven.api.scan.BuildResult}
 */
@Deprecated
public interface BuildResult {

    /**
     * The sources of the build failure, when the build fails. Empty otherwise.
     *
     * @return the sources of the build failure
     */
    List getFailures();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy