Interface AgentHostnameProjection
- All Known Subinterfaces:
JobExecutionProjection
- All Known Implementing Classes:
JobEntity
public interface AgentHostnameProjection
Projection for job hosts.
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the host name where the agent ran or is running the job.
-
Method Details
-
getAgentHostname
Get the host name where the agent ran or is running the job.- Returns:
- The host name where the job agent is running or was run wrapped in an
Optional
-