Uses of Class
org.datadog.jenkins.plugins.datadog.model.git.GitCommitMetadata
-
Packages that use GitCommitMetadata Package Description org.datadog.jenkins.plugins.datadog.model.git -
-
Uses of GitCommitMetadata in org.datadog.jenkins.plugins.datadog.model.git
Fields in org.datadog.jenkins.plugins.datadog.model.git declared as GitCommitMetadata Modifier and Type Field Description static GitCommitMetadataGitCommitMetadata. EMPTYMethods in org.datadog.jenkins.plugins.datadog.model.git that return GitCommitMetadata Modifier and Type Method Description GitCommitMetadataGitCommitMetadata.Builder. build()GitCommitMetadataGitMetadata. getCommitMetadata()static GitCommitMetadataGitCommitMetadata. merge(GitCommitMetadata a, GitCommitMetadata b)GitCommitMetadataGitCommitMetadata.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 GitCommitMetadata Modifier and Type Method Description GitMetadata.BuilderGitMetadata.Builder. commitMetadata(GitCommitMetadata commitMetadata)voidGitCommitMetadata.ConverterV1. marshal(GitCommitMetadata commitMetadata, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)static GitCommitMetadataGitCommitMetadata. merge(GitCommitMetadata a, GitCommitMetadata b)Constructors in org.datadog.jenkins.plugins.datadog.model.git with parameters of type GitCommitMetadata Constructor Description GitMetadata(String repositoryURL, String defaultBranch, String branch, GitCommitMetadata commitMetadata)
-