au.com.centrumsystems.hudson.plugin.buildpipeline
Class BuildPipelineForm

java.lang.Object
  extended by 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 Summary
BuildPipelineForm(ProjectGrid grid, Iterable<BuildGrid> builds)
           
 
Method Summary
 List<BuildGrid> getBuildGrids()
           
 Integer getGridHeight()
           
 Integer getGridWidth()
          grid width is the longest column map counting empties (keys represent position, so they are used to determine width)
 ProjectGrid getProjectGrid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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()


Copyright © 2004-2015. All Rights Reserved.