Class DatadogPluginAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- org.datadog.jenkins.plugins.datadog.model.DatadogPluginAction
-
- All Implemented Interfaces:
Action
,ModelObject
,Serializable
,org.jenkinsci.plugins.workflow.actions.PersistentAction
- Direct Known Subclasses:
BuildSpanAction
,GitCommitAction
,GitRepositoryAction
,NodeInfoAction
,PipelineNodeInfoAction
,PipelineQueueInfoAction
,QueueInfoAction
,StatusAction
,TraceInfoAction
public abstract class DatadogPluginAction extends InvisibleAction implements org.jenkinsci.plugins.workflow.actions.PersistentAction, Serializable
Marker interface for all actions that are added by the plugin- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatadogPluginAction()
-
Method Summary
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-