Package io.jenkins.plugins.delphix
Class Tags
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Tags>
-
- io.jenkins.plugins.delphix.Tags
-
- All Implemented Interfaces:
Describable<Tags>
public class Tags extends AbstractDescribableImpl<Tags>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Tags.DescriptorImpl
Implementation of descriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tags.DescriptorImpl
getDescriptor()
String
getKey()
String
getValue()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public String getValue()
-
getDescriptor
public Tags.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<Tags>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<Tags>
-
-