public interface ApiJobRequest extends CommonRequest
Modifier and Type | Interface and Description |
---|---|
static class |
ApiJobRequest.Builder
Builder for a V4 Job Request.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCommandArgs()
Get the command arguments a user has requested be appended to a command executable for their job.
|
ExecutionResourceCriteria |
getCriteria()
The resource criteria that was supplied for the job.
|
JobMetadata |
getMetadata()
Get the metadata a user has supplied for the job including things like name, tags, etc.
|
AgentConfigRequest |
getRequestedAgentConfig()
Get the requested agent configuration.
|
AgentEnvironmentRequest |
getRequestedAgentEnvironment()
Get the environment parameters the user requested to be associated with the Agent.
|
JobArchivalDataRequest |
getRequestedJobArchivalData()
Get the requested job archival agent configuration parameters.
|
getRequestedId, getResources
java.util.List<java.lang.String> getCommandArgs()
JobMetadata getMetadata()
ExecutionResourceCriteria getCriteria()
AgentEnvironmentRequest getRequestedAgentEnvironment()
AgentConfigRequest getRequestedAgentConfig()
JobArchivalDataRequest getRequestedJobArchivalData()