Uses of Class
org.datadog.jenkins.plugins.datadog.model.DatadogPluginAction
-
Packages that use DatadogPluginAction Package Description org.datadog.jenkins.plugins.datadog.model org.datadog.jenkins.plugins.datadog.model.node org.datadog.jenkins.plugins.datadog.traces -
-
Uses of DatadogPluginAction in org.datadog.jenkins.plugins.datadog.model
Subclasses of DatadogPluginAction in org.datadog.jenkins.plugins.datadog.model Modifier and Type Class Description class
GitCommitAction
Deprecated.useGitMetadataAction
This action cannot be deleted right away, as there might be jobs persisted to disk that have it.class
GitMetadataAction
class
GitRepositoryAction
Deprecated.useGitMetadataAction
This action cannot be deleted right away, as there might be jobs persisted to disk that have it.class
PipelineNodeInfoAction
class
PipelineQueueInfoAction
class
TraceInfoAction
This action stores mapping between IDs ofFlowNode
that are generated by Jenkins, and span IDs that are generated by the plugin. -
Uses of DatadogPluginAction in org.datadog.jenkins.plugins.datadog.model.node
Subclasses of DatadogPluginAction in org.datadog.jenkins.plugins.datadog.model.node Modifier and Type Class Description class
DequeueAction
class
EnqueueAction
class
NodeInfoAction
class
QueueInfoAction
A marker interface for enqueue and dequeue actions.class
StatusAction
-
Uses of DatadogPluginAction in org.datadog.jenkins.plugins.datadog.traces
Subclasses of DatadogPluginAction in org.datadog.jenkins.plugins.datadog.traces Modifier and Type Class Description class
BuildSpanAction
Keeps build span propagation
-