hudson.plugins.global_build_stats.model
Class BuildStatConfiguration
java.lang.Object
hudson.plugins.global_build_stats.model.BuildStatConfiguration
- All Implemented Interfaces:
- java.io.Serializable
@ExportedBean
public class BuildStatConfiguration
- extends java.lang.Object
- implements java.io.Serializable
Data persisted for every build stat configuration allowing to create charts
on build results
WARNING : if any change is made to this class, don't miss to create a new
data migrator in the hudson.plugins.global_build_stats.xstream.migration package !
- Author:
- fcamblor
- See Also:
- Serialized Form
|
Constructor Summary |
BuildStatConfiguration()
|
BuildStatConfiguration(java.lang.String _id,
java.lang.String _buildStatTitle,
int _buildStatWidth,
int _buildStatHeight,
int _historicLength,
HistoricScale _historicScale,
java.lang.String _jobFilter,
boolean successShown,
boolean failuresShown,
boolean unstablesShown,
boolean abortedShown,
boolean notBuildsShown,
YAxisChartType yAxisChartType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildStatConfiguration
public BuildStatConfiguration()
BuildStatConfiguration
public BuildStatConfiguration(java.lang.String _id,
java.lang.String _buildStatTitle,
int _buildStatWidth,
int _buildStatHeight,
int _historicLength,
HistoricScale _historicScale,
java.lang.String _jobFilter,
boolean successShown,
boolean failuresShown,
boolean unstablesShown,
boolean abortedShown,
boolean notBuildsShown,
YAxisChartType yAxisChartType)
isSuccessShown
@Exported
public boolean isSuccessShown()
isFailuresShown
@Exported
public boolean isFailuresShown()
isUnstablesShown
@Exported
public boolean isUnstablesShown()
isAbortedShown
@Exported
public boolean isAbortedShown()
isNotBuildShown
@Exported
public boolean isNotBuildShown()
getBuildStatTitle
@Exported
public java.lang.String getBuildStatTitle()
getHistoricLength
@Exported
public int getHistoricLength()
getHistoricScale
@Exported
public HistoricScale getHistoricScale()
getShownBuildResults
public short getShownBuildResults()
getBuildStatWidth
@Exported
public int getBuildStatWidth()
getBuildStatHeight
@Exported
public int getBuildStatHeight()
getJobFilter
@Exported
public java.lang.String getJobFilter()
getId
@Exported
public java.lang.String getId()
getyAxisChartType
@Exported
public YAxisChartType getyAxisChartType()
setBuildStatTitle
public void setBuildStatTitle(java.lang.String buildStatTitle)
setBuildStatWidth
public void setBuildStatWidth(int buildStatWidth)
setBuildStatHeight
public void setBuildStatHeight(int buildStatHeight)
setHistoricLength
public void setHistoricLength(int historicLength)
setHistoricScale
public void setHistoricScale(java.lang.String historicScale)
setJobFilter
public void setJobFilter(java.lang.String jobFilter)
setId
public void setId(java.lang.String id)
setyAxisChartType
public void setyAxisChartType(YAxisChartType yAxisChartType)
Copyright © 2010. All Rights Reserved.