Interface AgentConfigurationService
- 
- All Known Implementing Classes:
- AgentConfigurationServiceImpl
 
 public interface AgentConfigurationServiceService that provides agent runtime configuration (i.e. independent of the job being executed).- Since:
- 4.0.0
 
- 
- 
Method SummaryAll 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.
 
-