Class ApprovalBuildParametersProcessor
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.approval.ApprovalBuildParametersProcessor
-
- All Implemented Interfaces:
BuildStartContextProcessor
,ServerExtension
,TeamCityExtension
public class ApprovalBuildParametersProcessor extends Object implements BuildStartContextProcessor
-
-
Constructor Summary
Constructors Constructor Description ApprovalBuildParametersProcessor(ApprovableBuildManager approvableBuildManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateParameters(BuildStartContext context)
This extension point is called before parameters are sent to a build agent.
-
-
-
Constructor Detail
-
ApprovalBuildParametersProcessor
public ApprovalBuildParametersProcessor(ApprovableBuildManager approvableBuildManager)
-
-
Method Detail
-
updateParameters
public void updateParameters(@NotNull BuildStartContext context)
Description copied from interface:BuildStartContextProcessor
This extension point is called before parameters are sent to a build agent. Build context can be used to alter parameters of a build before data is sent to a build agent- Specified by:
updateParameters
in interfaceBuildStartContextProcessor
- Parameters:
context
- context to update
-
-