Class GitMetadataAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- org.datadog.jenkins.plugins.datadog.model.DatadogPluginAction
-
- org.datadog.jenkins.plugins.datadog.model.GitMetadataAction
-
- All Implemented Interfaces:
Action
,ModelObject
,Serializable
,org.jenkinsci.plugins.workflow.actions.PersistentAction
public class GitMetadataAction extends DatadogPluginAction
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GitMetadataAction.ConverterImpl
static class
GitMetadataAction.ConverterV1
-
Constructor Summary
Constructors Constructor Description GitMetadataAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMetadata(Source metadataSource, GitMetadata metadata)
boolean
equals(Object o)
GitMetadata
getMetadata()
GitMetadata
getPipelineDefinitionMetadata()
int
hashCode()
String
toString()
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Method Detail
-
addMetadata
public void addMetadata(Source metadataSource, GitMetadata metadata)
-
getMetadata
@Nonnull public GitMetadata getMetadata()
-
getPipelineDefinitionMetadata
public GitMetadata getPipelineDefinitionMetadata()
-
-