Class BuildPipelineForm

java.lang.Object
au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineForm

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

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

    • getProjectGrid

      public ProjectGrid getProjectGrid()
    • 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()
    • getBuildGrids

      public List<BuildGrid> getBuildGrids()