au.com.centrumsystems.hudson.plugin.buildpipeline
Class BuildPipelineForm
java.lang.Object
au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineForm
public class BuildPipelineForm
- extends java.lang.Object
- Author:
- marcinp
Representation of the projects and their related builds making up the build pipeline view
|
Method Summary |
java.util.List<java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,BuildForm>>> |
getBuildGrids()
|
java.lang.Integer |
getGridHeight()
|
java.lang.Integer |
getGridWidth()
grid width is the longest column map counting empties (keys represent position, so they are used to determine width) |
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,ProjectForm>> |
getProjectGrid()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildPipelineForm
public BuildPipelineForm(ProjectForm projectForm,
BuildForm... buildForms)
- Parameters:
projectForm - Project to be laid out in a gridbuildForms - builds to be laid out in a grid
BuildPipelineForm
public BuildPipelineForm(ProjectForm projectForm,
java.util.List<BuildForm> buildForms)
- Parameters:
projectForm - Project to be laid out in a gridbuildForms - builds to be laid out in a grid
getProjectGrid
public java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,ProjectForm>> getProjectGrid()
getGridWidth
public java.lang.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 java.lang.Integer getGridHeight()
getBuildGrids
public java.util.List<java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,BuildForm>>> getBuildGrids()
Copyright © 2011. All Rights Reserved.