Class MixIn

  • All Implemented Interfaces:
    CapybaraPortingLayer
    Direct Known Subclasses:
    JobsMixIn, SlavesMixIn, ViewsMixIn

    public abstract class MixIn
    extends ContainerPageObject
    Different Jenkins model objects often share a common trait, and for better reuse it makes sense to split them off into a separate page object.

    This class is mostly a marker super-type for such mix-in types.

    Author:
    Kohsuke Kawaguchi