Interface AgentBuildRunner

    • Method Detail

      • createBuildProcess

        @NotNull
        BuildProcess createBuildProcess​(@NotNull
                                        AgentRunningBuild runningBuild,
                                        @NotNull
                                        BuildRunnerContext context)
                                 throws RunBuildException
        Starts the build asynchronously.
        Parameters:
        runningBuild - parameters to start the build
        context - runner context containing actual parameters for the run
        Returns:
        object to control the running build
        Throws:
        RunBuildException - error creating the build
        Since:
        6.0
      • getRunnerInfo

        @NotNull
        AgentBuildRunnerInfo getRunnerInfo()
        Returns:
        agent build runner information
        Since:
        4.0