Interface AgentPropertiesExtension

    • Method Detail

      • modifyParameters

        void modifyParameters​(@NotNull
                              AgentBuildInfo build,
                              @NotNull
                              AgentBuildParameters buildParametersWriter)
        Register new build parameters for the build. Use TeamCity references for parameters that are not defined in AgentBuildInfo, like %{env.BUILD_NUMBER} this method is called before AgentLifeCycleListener.buildStarted(AgentRunningBuild) event notified.
        Parameters:
        build - agent build information
        buildParametersWriter - add parameters interface