Interface AgentConfigurationService

All Known Implementing Classes:
AgentConfigurationServiceImpl

public interface AgentConfigurationService
Service that provides agent runtime configuration (i.e. independent of the job being executed).
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Produce a list of properties to be sent down to the agents running jobs.
  • Method Details

    • getAgentProperties

      Map<String,String> getAgentProperties()
      Produce a list of properties to be sent down to the agents running jobs.
      Returns:
      a map of properties and values