public class AgentConfigRequest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AgentConfigRequest.Builder
Builder to create an immutable
AgentConfigRequest instance. |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<com.fasterxml.jackson.databind.JsonNode> |
getExt()
Get the extension variables to the agent configuration as a JSON blob.
|
java.util.Optional<java.io.File> |
getRequestedJobDirectoryLocation()
Get the location where the Agent should place the job directory when it runs.
|
java.util.Optional<java.lang.Integer> |
getTimeoutRequested()
Get the amount of time (in seconds) after the job starts that the agent should timeout and kill the job.
|
public java.util.Optional<java.lang.Integer> getTimeoutRequested()
Optional
public java.util.Optional<java.io.File> getRequestedJobDirectoryLocation()
Optional
public java.util.Optional<com.fasterxml.jackson.databind.JsonNode> getExt()
Optional