Class StringParameter

All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class StringParameter extends Parameter
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • StringParameter

      public StringParameter(Job job, String path)
  • Method Details

    • fillWith

      public void fillWith(Object v)
      Description copied from class: Parameter
      Given an subtype-specific value object that represents the actual argument, fill in the parameterized build form.
      Specified by:
      fillWith in class Parameter