public class PipelineExecutorTraceImpl extends Object implements PipelineExecutorTrace
| Constructor and Description |
|---|
PipelineExecutorTraceImpl() |
PipelineExecutorTraceImpl(PipelineExecutorTask task) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPipelineId()
Shortcut to the pipeline id related with this trace.
|
PipelineExecutorTask |
getTask()
Gets the task that was executed.
|
String |
getTaskId()
Shortcut to the task id.
|
public PipelineExecutorTraceImpl()
public PipelineExecutorTraceImpl(PipelineExecutorTask task)
public String getTaskId()
getTaskId in interface PipelineExecutorTracepublic String getPipelineId()
PipelineExecutorTracegetPipelineId in interface PipelineExecutorTracepublic PipelineExecutorTask getTask()
PipelineExecutorTracegetTask in interface PipelineExecutorTraceCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.