public class BuildPipelineForm extends Object
Constructor and Description |
---|
BuildPipelineForm(ProjectGrid grid,
Iterable<BuildGrid> builds) |
Modifier and Type | Method and Description |
---|---|
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() |
public BuildPipelineForm(ProjectGrid grid, Iterable<BuildGrid> builds)
grid
- Project to be laid out in a gridbuilds
- builds to be laid out in a gridpublic ProjectGrid getProjectGrid()
public Integer getGridWidth()
public Integer getGridHeight()
Copyright © 2004-2014. All Rights Reserved.