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 PipelineExecutorTrace
public String getPipelineId()
PipelineExecutorTrace
getPipelineId
in interface PipelineExecutorTrace
public PipelineExecutorTask getTask()
PipelineExecutorTrace
getTask
in interface PipelineExecutorTrace
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.