Class ProjectGrid
java.lang.Object
au.com.centrumsystems.hudson.plugin.buildpipeline.Grid<ProjectForm>
au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGrid
- Direct Known Subclasses:
DefaultProjectGridImpl
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 Summary
Constructors -
Method Summary
Methods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.Grid
get, getColumns, getNextAvailableRow, getRows, isEmpty
-
Constructor Details
-
ProjectGrid
public ProjectGrid()
-
-
Method Details
-
builds
Iterates instances of the pipeline grid view from this project layout. The caller is only going to iterateBuildGrids up to a certain number that the user has configured.- Returns:
- never null.
-