Uses of Interface
com.google.jenkins.plugins.metadata.MetadataValue
-
-
Uses of MetadataValue in com.google.jenkins.plugins.metadata
Methods in com.google.jenkins.plugins.metadata with type parameters of type MetadataValue Modifier and Type Method Description <T extends MetadataValue>
MetadataContainerMetadataContainer. addAll(Iterable<T> mvs)
add
a list of elements<T extends MetadataValue>
TMetadataContainer. deserialize(Class<T> clazz, String serialized)
<T extends MetadataValue>
Iterable<T>MetadataContainer. listDeserialize(Class<T> clazz, String serialized)
<T extends MetadataValue>
StringMetadataContainer. listSerialize(Iterable<T> values)
Methods in com.google.jenkins.plugins.metadata that return types with arguments of type MetadataValue Modifier and Type Method Description com.google.common.collect.Multimap<String,MetadataValue>
MetadataContainer. getMetadata()
static com.google.common.collect.Multimap<String,MetadataValue>
MetadataContainer. getMetadata(Run<?,?> build)
Methods in com.google.jenkins.plugins.metadata with parameters of type MetadataValue Modifier and Type Method Description MetadataContainer
MetadataContainer. add(MetadataValue mv)
Add aMetadataValue
to this container.String
MetadataContainer. serialize(MetadataValue metadataValue)
-