Interface ProjectConfigurationOperationResult

    • Method Detail

      • getPluginApplicationResults

        java.util.List<? extends ProjectConfigurationOperationResult.PluginApplicationResult> getPluginApplicationResults()
        Returns the results of plugins applied as part of the configuration of this project.

        This may include plugins applied to other projects that are part of the current build, e.g. when using subprojects {} blocks in the build script of the root project.

        If a plugin is applied more than once, this list will only contain a single result that describes the summary of all its applications.