Class ProjectGrid

  • Direct Known Subclasses:
    DefaultProjectGridImpl

    public abstract class ProjectGrid
    extends Grid<ProjectForm>
    Two-dimensional placement of ProjectForms into a grid/matrix layout. This class is also responsible for producing a sequence of BuildGrids that are the instances of the pipelines.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • ProjectGrid

        public ProjectGrid()
    • Method Detail

      • builds

        public abstract Iterable<BuildGrid> builds()
        Iterates instances of the pipeline grid view from this project layout. The caller is only going to iterate BuildGrids up to a certain number that the user has configured.
        Returns:
        never null.