public ProfileParametersServiceImpl()

in runAs-agent/src/main/java/jetbrains/buildServer/runAs/agent/ProfileParametersServiceImpl.java [27:36]


  public ProfileParametersServiceImpl(
    @NotNull final AgentParametersService runnerParametersService,
    @NotNull final PathsService pathsService,
    @NotNull final FileService fileService,
    @NotNull final CryptographicService cryptographicService) {
    myAgentParametersService = runnerParametersService;
    myPathsService = pathsService;
    myFileService = fileService;
    myCryptographicService = cryptographicService;
  }