Class JsonEditorParameterValue

java.lang.Object
hudson.model.ParameterValue
io.jenkins.plugins.json_editor_parameter.JsonEditorParameterValue
All Implemented Interfaces:
Serializable

public class JsonEditorParameterValue extends ParameterValue
See Also:
  • Constructor Details

    • JsonEditorParameterValue

      @DataBoundConstructor public JsonEditorParameterValue(@NonNull String name, @NonNull String value)
    • JsonEditorParameterValue

      public JsonEditorParameterValue(@NonNull String name, @NonNull String value, String description)
  • Method Details