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 classSimpleProgramCommandLineBase implementation forProgramCommandLinesets 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 ProgramCommandLineJavaCommandLineBuilder. build()protected ProgramCommandLineBuildServiceAdapter. createProgramCommandline(String file, List<String> args)ProgramCommandLineCommandExecution. makeProgramCommandLine()This method is called to build a commandline and environment variables set for build process that would be started and handled by coreabstract ProgramCommandLineCommandLineBuildService. makeProgramCommandLine()ProgramCommandLineBuildCommandLineProcessor. 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 ProgramCommandLineBuildCommandLineProcessor. process(BuildRunnerContext runnerContext, ProgramCommandLine origCommandLine)Is called right before the build process is started.
-