Class Base64EncodedStringParameterValue

java.lang.Object
hudson.model.ParameterValue
hudson.model.StringParameterValue
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.parameters.Base64EncodedStringParameterValue
All Implemented Interfaces:
Serializable

public class Base64EncodedStringParameterValue extends StringParameterValue
A parameter value for Base64 encoded string.
Author:
rinrinne a.k.a. rin_ne (rinrin.ne@gmail.com)
See Also:
  • Constructor Details

    • Base64EncodedStringParameterValue

      @DataBoundConstructor public Base64EncodedStringParameterValue(String name, String value)
      Default constructor.
      Parameters:
      name - the name.
      value - the value.
    • Base64EncodedStringParameterValue

      public Base64EncodedStringParameterValue(String name, String value, String description)
      Default constructor.
      Parameters:
      name - the name.
      value - the value.
      description - the description.
  • Method Details