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 Detail

      • getAgentProperties

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