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 GitMetadataBuildData. getGitMetadata()GitMetadataGitMetadataAction. getMetadata()GitMetadataBuildData. 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.GitMetadataGitMetadataAction. getPipelineDefinitionMetadata()Methods in org.datadog.jenkins.plugins.datadog.model with parameters of type GitMetadata Modifier and Type Method Description voidGitMetadataAction. 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 GitMetadataGitMetadata. EMPTYMethods in org.datadog.jenkins.plugins.datadog.model.git that return GitMetadata Modifier and Type Method Description GitMetadataGitMetadata.Builder. build()static GitMetadataGitMetadata. merge(GitMetadata a, GitMetadata b)GitMetadataGitMetadata.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 voidGitMetadata.ConverterV1. marshal(GitMetadata action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)static GitMetadataGitMetadata. 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 GitMetadataGitUtils. buildGitMetadata(org.jenkinsci.plugins.gitclient.GitClient gitClient, String branchHint)static GitMetadataGitUtils. buildGitMetadataWithJenkinsEnvVars(Map<String,String> envVars)static GitMetadataGitUtils. buildGitMetadataWithUserSuppliedEnvVars(Map<String,String> envVars)
-