Class StringProperty

java.lang.Object
hudson.model.AbstractDescribableImpl<StringProperty>
com.mig82.folders.properties.StringProperty
All Implemented Interfaces:
Describable<StringProperty>

public class StringProperty extends AbstractDescribableImpl<StringProperty>
A class that holds a String property for a folder.
Author:
Miguelangel Fernandez Mendoza
  • Constructor Details

    • StringProperty

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

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object