public class RunnerReturnEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RunnerReturnEvent.Data
Data object of the job return event
|
Modifier and Type | Method and Description |
---|---|
RunnerReturnEvent.Data |
getData() |
String |
getJobId()
The id of the job
|
static Optional<RunnerReturnEvent> |
parse(Event event)
Utility method to parse a generic event into a more specific one.
|
public String getJobId()
public RunnerReturnEvent.Data getData()
public static Optional<RunnerReturnEvent> parse(Event event)
event
- the generic event to parseCopyright © 2017. All rights reserved.