T
- type of the execution object that is produced when the executable is run (job or
analysis).public interface DXExecutable<T extends DXExecution>
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the ID of the object.
|
ExecutableRunner<T> |
newRun()
Returns an object for creating a new run of this executable.
|
String getId()
ExecutableRunner<T> newRun()
Copyright © 2023. All Rights Reserved.