Class MonitoringAction
java.lang.Object
io.jenkins.plugins.opentelemetry.job.action.AbstractMonitoringAction
io.jenkins.plugins.opentelemetry.job.MonitoringAction
- All Implemented Interfaces:
Action
,ModelObject
,OtelMonitoringAction
,RunAction2
,SimpleBuildStep.LastBuildAction
public class MonitoringAction
extends AbstractMonitoringAction
implements Action, RunAction2, SimpleBuildStep.LastBuildAction
Span reference associate with a
Run
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.jenkins.plugins.opentelemetry.job.action.AbstractMonitoringAction
spanName, w3cTraceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLinks()
Collection<? extends Action>
getW3cTraceContext
(String flowNodeId) void
onAttached
(Run<?, ?> r) void
protected Object
Backward compatibilityMethods inherited from class io.jenkins.plugins.opentelemetry.job.action.AbstractMonitoringAction
getSpan, getSpanId, getSpanName, getTraceId, getW3cTraceContext, hasEnded, purgeSpanAndCloseAssociatedScopes, toString
-
Constructor Details
-
MonitoringAction
public MonitoringAction(io.opentelemetry.api.trace.Span span)
-
-
Method Details
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getProjectActions
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
readResolve
Backward compatibility -
getW3cTraceContext
-
getLinks
-