public class JobEnvironment
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JobEnvironment.Builder
Builder to create an immutable
JobEnvironment instance. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getEnvironmentVariables()
Get the environment variables requested by the user to be added to the job runtime.
|
java.util.Optional<com.fasterxml.jackson.databind.JsonNode> |
getExt()
Get the extension variables to the agent configuration as a JSON blob.
|
public java.util.Map<java.lang.String,java.lang.String> getEnvironmentVariables()
public java.util.Optional<com.fasterxml.jackson.databind.JsonNode> getExt()
Optional