Interface ToolUsagesProvider

    • Method Detail

      • getRequiredTools

        List<ToolVersion> getRequiredTools​(@NotNull
                                           SRunningBuild build)
        extension is called before starting build on agent. If plugin uses tools for build the plugin should provide this list of ToolVersion used by the build
        Parameters:
        build - starting build
        Returns:
        list of tools used by the build