Uses of Class
org.datadog.jenkins.plugins.datadog.model.git.Source
-
Packages that use Source Package Description org.datadog.jenkins.plugins.datadog.model org.datadog.jenkins.plugins.datadog.model.git -
-
Uses of Source in org.datadog.jenkins.plugins.datadog.model
Methods in org.datadog.jenkins.plugins.datadog.model with parameters of type Source Modifier and Type Method Description void
GitMetadataAction. addMetadata(Source metadataSource, GitMetadata metadata)
-
Uses of Source in org.datadog.jenkins.plugins.datadog.model.git
Methods in org.datadog.jenkins.plugins.datadog.model.git that return Source Modifier and Type Method Description static Source
Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static Source[]
Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-