Uses of Interface
jetbrains.buildServer.agent.runner.ProgramCommandLine
-
Packages that use ProgramCommandLine Package Description jetbrains.buildServer.agent.runner -
-
Uses of ProgramCommandLine in jetbrains.buildServer.agent.runner
Classes in jetbrains.buildServer.agent.runner that implement ProgramCommandLine Modifier and Type Class Description class
SimpleProgramCommandLine
Base implementation forProgramCommandLine
sets default working directory for process fromBuildRunnerContext.getWorkingDirectory()
sets default build process environment from build parametersBuildRunnerContext.getBuildParameters()
=>BuildParametersMap.getEnvironmentVariables()
Methods in jetbrains.buildServer.agent.runner that return ProgramCommandLine Modifier and Type Method Description ProgramCommandLine
JavaCommandLineBuilder. build()
protected ProgramCommandLine
BuildServiceAdapter. createProgramCommandline(String file, List<String> args)
ProgramCommandLine
CommandExecution. makeProgramCommandLine()
This method is called to build a commandline and environment variables set for build process that would be started and handled by coreabstract ProgramCommandLine
CommandLineBuildService. makeProgramCommandLine()
ProgramCommandLine
BuildCommandLineProcessor. process(BuildRunnerContext runnerContext, ProgramCommandLine origCommandLine)
Is called right before the build process is started.Methods in jetbrains.buildServer.agent.runner with parameters of type ProgramCommandLine Modifier and Type Method Description ProgramCommandLine
BuildCommandLineProcessor. process(BuildRunnerContext runnerContext, ProgramCommandLine origCommandLine)
Is called right before the build process is started.
-