All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

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

    • LabelParameter

      public LabelParameter(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