com.gradle.maven.extension.api.scan.BuildResult Maven / Gradle / Ivy
package com.gradle.maven.extension.api.scan;
import java.util.List;
/**
* A description of the build result.
*
* @since 1.2
*/
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 - 2025 Weber Informatics LLC | Privacy Policy