Package | Description |
---|---|
de.larssh.jes |
Handling of z/OS JES spools using Java technologies
|
Modifier and Type | Method and Description |
---|---|
JobOutput |
Job.createOutput(int index,
String outputName,
int length,
Optional<String> step,
Optional<String> procedureStep,
Optional<String> outputClass)
Creates a
JobOutput and adds it to the list of job outputs. |
Modifier and Type | Method and Description |
---|---|
Optional<JobOutput> |
Job.getOutput(String name)
Returns the job output details referenced by
name or
Optional.empty() if no such job output exists. |
List<JobOutput> |
Job.getOutputs()
List of job output details
Can be filled by
Job.createOutput(int, String, int, Optional, Optional, Optional) and
must be empty for status other than JobStatus.OUTPUT (and
JobStatus.ALL ). |
Map<JobOutput,String> |
JesClient.retrieveOutputs(Job job)
Retrieves all job outputs of
job . |
Modifier and Type | Method and Description |
---|---|
String |
JesClient.retrieve(JobOutput jobOutput)
Retrieves the content of
jobOutput . |
Copyright © 2025. All rights reserved.