au.com.centrumsystems.hudson.plugin.buildpipeline
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildPipelineForm
public BuildPipelineForm(ProjectGrid grid,
Iterable<BuildGrid> builds)
- Parameters:
grid
- Project to be laid out in a gridbuilds
- builds to be laid out in a grid
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.