Package com.atlassian.bamboo.webwork
Class StarterAction.DashboardPage
- java.lang.Object
-
- com.atlassian.bamboo.webwork.StarterAction.DashboardPage
-
- Enclosing class:
- StarterAction
public class StarterAction.DashboardPage extends Object
-
-
Constructor Summary
Constructors Constructor Description DashboardPage(int accumutatedSubsetCount, int totalSize, String lastProjectKey, List<ImmutableTopLevelPlan> items, int allVisiblePlans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAccumulatedSubsetCount()
List<ImmutableTopLevelPlan>
getItems()
String
getLastProjectKey()
int
getNotIncludedCount()
int
getTotalSize()
boolean
isEmptyResults()
boolean
isMultiPage()
boolean
isShowMoreRequired()
-
-
-
Constructor Detail
-
DashboardPage
public DashboardPage(int accumutatedSubsetCount, int totalSize, String lastProjectKey, List<ImmutableTopLevelPlan> items, int allVisiblePlans)
-
-
Method Detail
-
getItems
public List<ImmutableTopLevelPlan> getItems()
-
getAccumulatedSubsetCount
public int getAccumulatedSubsetCount()
-
getNotIncludedCount
public int getNotIncludedCount()
-
getTotalSize
public int getTotalSize()
-
isEmptyResults
public boolean isEmptyResults()
-
isShowMoreRequired
public boolean isShowMoreRequired()
-
isMultiPage
public boolean isMultiPage()
-
getLastProjectKey
public String getLastProjectKey()
-
-