|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork2.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.ww2.actions.PlanActionSupport com.atlassian.bamboo.ww2.actions.BuildActionSupport com.atlassian.bamboo.ww2.actions.charts.ViewCombinedByTimePeriodChart
public class ViewCombinedByTimePeriodChart
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary | |
---|---|
static String |
AUTO
|
static String |
BUILD_GROUP_BY
|
Fields inherited from class com.atlassian.bamboo.ww2.actions.BuildActionSupport |
---|
buildExecutionManager |
Fields inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
buildNumber, jiraApplinksService, repositoryConfigurationService, resultsSummaryManager |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ViewCombinedByTimePeriodChart()
|
Method Summary | |
---|---|
String |
getAutoPeriod()
|
Map<String,Object> |
getCombinedByTimeChart()
|
FilterController |
getFilterController()
|
String |
getGroupSuccessFailureChartBy()
|
int |
getHeight()
|
List<ResultsSummary> |
getResultsList()
Provide the GUI with the collection of ResultsSummary objects for the specified build. |
int |
getWidth()
|
void |
setFilterController(FilterController filterController)
|
void |
setGroupSuccessFailureChartBy(String groupSuccessFailureChartBy)
|
void |
setHeight(int height)
|
void |
setResultsList(List<? extends ResultsSummary> results)
|
void |
setWidth(int width)
|
Methods inherited from class com.atlassian.bamboo.ww2.actions.BuildActionSupport |
---|
getBuild, getBuildResultKey, getCurrentlyBuilding, getCurrentlyBuildingList, getCurrentlyRunningBuildResultKeys, getImmutableBuild, getMutableBuild, getSecuredDomainObject, setBuild, setBuildExecutionManager, setBuildResultKey |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFormatted, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.PlanAware |
---|
getImmutablePlan, getMutablePlan, getPlan, setPlan |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware |
---|
getSecuredDomainObject |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Methods inherited from interface com.opensymphony.xwork2.ValidationAware |
---|
addActionMessage, addFieldError, getActionErrors, getActionMessages, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Field Detail |
---|
public static final String BUILD_GROUP_BY
public static final String AUTO
Constructor Detail |
---|
public ViewCombinedByTimePeriodChart()
Method Detail |
---|
public List<ResultsSummary> getResultsList()
ResultsSummary
objects for the specified build. These are
sorted most recent first.
getResultsList
in interface ResultsListAware
public void setResultsList(List<? extends ResultsSummary> results)
setResultsList
in interface ResultsListAware
public FilterController getFilterController()
public void setFilterController(FilterController filterController)
public String getGroupSuccessFailureChartBy()
@Nullable public String getAutoPeriod()
public void setGroupSuccessFailureChartBy(String groupSuccessFailureChartBy)
@Nullable public Map<String,Object> getCombinedByTimeChart()
public int getHeight()
public void setHeight(int height)
public int getWidth()
public void setWidth(int width)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |