public CmdGenerator()

in dotTrace-agent/src/main/java/jetbrains/buildServer/dotTrace/agent/CmdGenerator.java [21:28]


  public CmdGenerator(
    @NotNull final CommandLineArgumentsService commandLineArgumentsService,
    @NotNull final RunnerParametersService parametersService,
    @NotNull final FileService fileService) {
    myCommandLineArgumentsService = commandLineArgumentsService;
    myParametersService = parametersService;
    myFileService = fileService;
  }