public final class MetadataPair extends Object implements hudson.model.Describable<MetadataPair>
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataPair.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static MetadataPair.DescriptorImpl |
DESCRIPOR |
String |
key
The key of the user metadata pair to tag an upload with.
|
String |
value
The key of the user metadata pair to tag an upload with.
|
| Constructor and Description |
|---|
MetadataPair(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<MetadataPair> |
getDescriptor() |
public String key
public String value
@Extension public static final MetadataPair.DescriptorImpl DESCRIPOR
public hudson.model.Descriptor<MetadataPair> getDescriptor()
getDescriptor in interface hudson.model.Describable<MetadataPair>Copyright © 2016–2020. All rights reserved.