Class KeyValuePair

java.lang.Object
hudson.model.AbstractDescribableImpl<KeyValuePair>
flexagon.fd.plugin.jenkins.utils.KeyValuePair
All Implemented Interfaces:
Describable<KeyValuePair>

public class KeyValuePair extends AbstractDescribableImpl<KeyValuePair>
Author:
Ben Hoffman
  • Constructor Details

    • KeyValuePair

      @DataBoundConstructor public KeyValuePair(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()