Class SlavesMixIn

  • All Implemented Interfaces:
    CapybaraPortingLayer

    public class SlavesMixIn
    extends MixIn
    Mix-in for slaves.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • SlavesMixIn

        public SlavesMixIn​(Jenkins jenkins)
    • Method Detail

      • create

        public <S extends Slave> S create​(Class<S> type)
      • create

        public <S extends Slave> S create​(Class<S> type,
                                          String name)
        Creates a new slave of the given type. After the call, the web driver is on the config page.