Uses of Class
org.datadog.jenkins.plugins.datadog.model.git.GitMetadata
-
Packages that use GitMetadata Package Description org.datadog.jenkins.plugins.datadog.model org.datadog.jenkins.plugins.datadog.model.git org.datadog.jenkins.plugins.datadog.util.git -
-
Uses of GitMetadata in org.datadog.jenkins.plugins.datadog.model
Methods in org.datadog.jenkins.plugins.datadog.model that return GitMetadata Modifier and Type Method Description GitMetadata
BuildData. getGitMetadata()
GitMetadata
GitMetadataAction. getMetadata()
GitMetadata
BuildData. getPipelineDefinitionGitMetadata()
For multi-branch pipelines it is possible to check out pipeline definition from one repository, then, when executing the pipeline script, do another Git checkout from a different repository.GitMetadata
GitMetadataAction. getPipelineDefinitionMetadata()
Methods in org.datadog.jenkins.plugins.datadog.model with parameters of type GitMetadata Modifier and Type Method Description void
GitMetadataAction. addMetadata(Source metadataSource, GitMetadata metadata)
-
Uses of GitMetadata in org.datadog.jenkins.plugins.datadog.model.git
Fields in org.datadog.jenkins.plugins.datadog.model.git declared as GitMetadata Modifier and Type Field Description static GitMetadata
GitMetadata. EMPTY
Methods in org.datadog.jenkins.plugins.datadog.model.git that return GitMetadata Modifier and Type Method Description GitMetadata
GitMetadata.Builder. build()
static GitMetadata
GitMetadata. merge(GitMetadata a, GitMetadata b)
GitMetadata
GitMetadata.ConverterV1. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
Methods in org.datadog.jenkins.plugins.datadog.model.git with parameters of type GitMetadata Modifier and Type Method Description void
GitMetadata.ConverterV1. marshal(GitMetadata action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
static GitMetadata
GitMetadata. merge(GitMetadata a, GitMetadata b)
-
Uses of GitMetadata in org.datadog.jenkins.plugins.datadog.util.git
Methods in org.datadog.jenkins.plugins.datadog.util.git that return GitMetadata Modifier and Type Method Description static GitMetadata
GitUtils. buildGitMetadata(org.jenkinsci.plugins.gitclient.GitClient gitClient, String branchHint)
static GitMetadata
GitUtils. buildGitMetadataWithJenkinsEnvVars(Map<String,String> envVars)
static GitMetadata
GitUtils. buildGitMetadataWithUserSuppliedEnvVars(Map<String,String> envVars)
-