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 GitCommitMetadata
GitCommitMetadata. EMPTY
Methods in org.datadog.jenkins.plugins.datadog.model.git that return GitCommitMetadata Modifier and Type Method Description GitCommitMetadata
GitCommitMetadata.Builder. build()
GitCommitMetadata
GitMetadata. getCommitMetadata()
static GitCommitMetadata
GitCommitMetadata. merge(GitCommitMetadata a, GitCommitMetadata b)
GitCommitMetadata
GitCommitMetadata.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.Builder
GitMetadata.Builder. commitMetadata(GitCommitMetadata commitMetadata)
void
GitCommitMetadata.ConverterV1. marshal(GitCommitMetadata commitMetadata, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
static GitCommitMetadata
GitCommitMetadata. 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)
-