Class SshKnownHostsParameterProcessor
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.ssh.SshKnownHostsParameterProcessor
-
- All Implemented Interfaces:
BuildStartContextProcessor,ServerExtension,TeamCityExtension
public class SshKnownHostsParameterProcessor extends Object implements BuildStartContextProcessor
-
-
Constructor Summary
Constructors Constructor Description SshKnownHostsParameterProcessor(SshKnownHostsManager knownHostsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateParameters(BuildStartContext context)This extension point is called before parameters are sent to a build agent.
-
-
-
Constructor Detail
-
SshKnownHostsParameterProcessor
public SshKnownHostsParameterProcessor(@NotNull SshKnownHostsManager knownHostsManager)
-
-
Method Detail
-
updateParameters
public void updateParameters(@NotNull BuildStartContext context)Description copied from interface:BuildStartContextProcessorThis 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:
updateParametersin interfaceBuildStartContextProcessor- Parameters:
context- context to update
-
-