Class BuildPipelineForm


  • public class BuildPipelineForm
    extends Object
    Author:
    Centrum Systems Representation of the projects and their related builds making up the build pipeline view
    • Constructor Detail

      • BuildPipelineForm

        public BuildPipelineForm​(ProjectGrid grid,
                                 Iterable<BuildGrid> builds)
        Parameters:
        grid - Project to be laid out in a grid
        builds - builds to be laid out in a grid
    • Method Detail

      • getGridWidth

        public Integer getGridWidth()
        grid width is the longest column map counting empties (keys represent position, so they are used to determine width)
        Returns:
        width
      • getGridHeight

        public Integer getGridHeight()