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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getAgentProperties()
Produce a list of properties to be sent down to the agents running jobs.
-