java.lang.Object
au.com.centrumsystems.hudson.plugin.buildpipeline.Grid<ProjectForm>
au.com.centrumsystems.hudson.plugin.buildpipeline.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 Details

    • ProjectGrid

      public ProjectGrid()
  • Method Details

    • 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.