Class Parameter

    • Field Detail

      • job

        public final Job job
    • Constructor Detail

      • Parameter

        public Parameter​(Job job,
                         String path)
    • Method Detail

      • getName

        public String getName()
      • fillWith

        public abstract void fillWith​(Object v)
        Given an subtype-specific value object that represents the actual argument, fill in the parameterized build form.
      • path

        public org.openqa.selenium.By path​(String rel)
        Depending on whether we are on the config page or in the build page, this is different.
        Specified by:
        path in interface Control.Owner
        Specified by:
        path in interface PageArea
        Overrides:
        path in class PageAreaImpl