Package jetbrains.buildServer.serverSide
Interface BuildStartStepsContextProcessor
-
- All Superinterfaces:
ServerExtension
,TeamCityExtension
public interface BuildStartStepsContextProcessor extends ServerExtension
Created 01.03.13 19:57- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateSteps(BuildStartStepsContext context)
This extension point is called before parameters are sent to a build agent.
-
-
-
Method Detail
-
updateSteps
void updateSteps(@NotNull BuildStartStepsContext context)
This extension point is called before parameters are sent to a build agent.- Parameters:
context
- context to update- Since:
- 8.0
-
-