public class Command extends ExecutionEnvironmentDTO
| Modifier and Type | Class and Description |
|---|---|
static class |
Command.Builder
A builder to create commands.
|
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_CHECK_DELAY
The default amount of time to wait between job process checks.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Command(@Valid Command.Builder builder)
Constructor used by the builder.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.Integer> |
getMemory()
Get the default amount of memory (in MB) to use for jobs which use this command.
|
getSetupFilegetDescription, getMetadatagetCreated, getId, getUpdated, toStringpublic static final long DEFAULT_CHECK_DELAY
protected Command(@Valid
@Valid Command.Builder builder)
builder - The builder to get data from