A B C D E F G H I L M N O P R S T U V W

A

abbrev() - Method in enum org.hackystat.projectbrowser.googlechart.ChartType
 
AbstractConstraintFunction - Class in org.hackystat.projectbrowser.page.trajectory.dtw.constraint
Defines the constraint function.
AbstractConstraintFunction() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.constraint.AbstractConstraintFunction
 
AbstractStepFunction - Class in org.hackystat.projectbrowser.page.trajectory.dtw.step
Defines the stepfunction for the DTW.
AbstractStepFunction() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.step.AbstractStepFunction
 
addAxisLabel(String) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
add a label with default label values.
addAxisLabel(String, List<String>, String) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
add a label with given label values.
addAxisRange(String, List<Double>, String) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
add a label with given label range.
addColor(String) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
add the color to color list.
addColor(Color) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
add the color to color list.
addEntry(MemberData) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Updates this BuildData instance with information about the numbers of passes and failures for a given instance in the Project.
addEntry(FileData) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Adds the complexity data in this FileData instance to the appropriate buckets.
addEntry(int, FileData) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Updates this ComplexityData instance with information about the number of complexitys for a specific class.
addEntry(int, CouplingData) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Updates this CouplingData instance with information about the number of couplings for a specific class.
addEntry(ConstructData) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Updates this CoverageData instance with information about the covered/uncovered information for a given instance in the Project.
addEntry(int, int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Updates this UnitTestData instance with information about the numbers of passes and failures for a given instance in the Project.
addLineStyle(double, double, double) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
add a line style with the given parameters.
addMember(String, String, String) - Method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Adds newMember to projectName owned by owner.
addPropUriRow() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Add one row to bottom of Properties and URI pattern rows.
addStreamToChart(SelectableTelemetryStream, double, double, GoogleChart) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Add the given stream to the google chart.
addStreamToChart(SelectableTrajectoryStream, double, double, Integer, GoogleChart) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Add the given stream to the google chart.
addStreamToDTWChart(SelectableTrajectoryStream, List<Double>, double, double, Integer, GoogleChart) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Add the given stream to the google chart.
addStreamToNormalizedChart(SelectableTrajectoryStream, double, double, Integer, GoogleChart) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Add the given stream to the google chart and return the normalized data.
ADMIN_EMAIL_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The admin email key.
alias - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
ANALYSIS_KEY - Static variable in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
The parameter key of dpd analysis.
analysisList - Variable in class org.hackystat.projectbrowser.ProjectBrowserSession
The analysis list.
APPLICATION_LOGO_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Application logo URL.
APPLICATION_NAME_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Optional name.
AsymmetricStepFunction - Class in org.hackystat.projectbrowser.page.trajectory.dtw.step
Implements symmetric cost function.
AsymmetricStepFunction(String) - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.step.AsymmetricStepFunction
Constructor.
availableClassifiers - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
List of available stream classifiers.
AVAILABLEPAGE_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Key for tabs of pages.

B

BACKGROUND_PROCESS_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
If background process enable for pages.
BAR_WIDTH - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
The width of a bar.
before() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWUtilFactory
Set up the test environment.
BuildData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.build
Data structure for representing build information about a single project.
BuildData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Creates a new BuildData instance.
BuildDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.build
The data model for Build DPD display.
BuildDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildDataModel
The default BuildDataModel, which contains no build information.
BuildDetailsPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.build
Panel showing the drilldown of build data.
BuildDetailsPanel(String, List<MemberData>, boolean) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildDetailsPanel
 
buildMembersStr(List<String>, String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project members in comma delimited form.
BuildPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.build
Data panel for build.
BuildPanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildPanel
Create this panel, providing the appropriate wicket ID.

C

cancelDataLoading() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Cancel the data loading process.
cancelDataLoading() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Cancel the data loading process.
cancelDataUpdate() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Cancel the data loading process.
cancelDataUpdate() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Cancel data model's update.
cancelDataUpdate() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Cancel data model's update.
changeSelectionForAll(boolean) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Change all selected flags of streams to the given flag.
changeSelectionForAll(boolean) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Change all selected flags of streams to the given flag.
CHART_HEIGHT - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
The height of the chart.
ChartType - Enum in org.hackystat.projectbrowser.googlechart
Enumeration for Google Chart Type.
classifierMethod - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
cleanup() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Clean up data.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestDataModel
Sets this model to its empty state.
clear() - Method in class org.hackystat.projectbrowser.page.projectportfolio.TestProjectPortfolioPage
Clear testing data.
clear() - Method in class org.hackystat.projectbrowser.page.telemetry.TestTelemetryPage
Clear testing data.
clearData(String) - Method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Clear data associated with the given user.
clearDataModels() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Sets all analysis data models to their empty state.
clearParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Clears the paramErrorMessage.
clearParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
Clears the paramErrorMessage.
clearParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Clears the paramErrorMessage.
clearParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Clears the paramErrorMessage.
clearProjectList() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Clear project list.
colorToString(Color) - Static method in class org.hackystat.projectbrowser.googlechart.GoogleChart
convert a Color object to a String, with format of RRGGBB.
CommitData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.commit
Represents commit and churn data for a given project and day.
CommitData(Project, List<MemberData>) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitData
Constructs a CommitData instance with member data.
CommitData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitData
Constructs an empty CommitData instance.
CommitDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.commit
The data model for Commit DPD display.
CommitDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitDataModel
The default CommitDataModel, which contains no commit information.
CommitPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.commit
Data panel for Commit.
CommitPanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitPanel
Create this panel, providing the appropriate wicket ID.
ComplexityData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.complexity
Data structure for representing complexity information about a single project.
ComplexityData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Creates a new complexityData instance.
ComplexityDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.complexity
The data model for Complexity DPD display.
ComplexityDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityDataModel
The default ComplexityDataModel, which contains no complexity information.
ComplexityDetailsPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.complexity
Panel showing the drilldown of build data.
ComplexityDetailsPanel(String, List<FileData>) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityDetailsPanel
 
ComplexityPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.complexity
Data panel for complexity.
ComplexityPanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityPanel
Create this panel, providing the appropriate wicket ID.
ConfigurationValueValidator - Class in org.hackystat.projectbrowser.page.projectportfolio.configurationpanel
Validator that valid values in configuration form.
ConfigurationValueValidator(String, TextField, TextField) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.ConfigurationValueValidator
 
CONTEXT_ROOT_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The projectbrowser context root.
ContextSensitiveMenu - Class in org.hackystat.projectbrowser.page.contextsensitive
Provides state information for an individual label/menu pair that appears within a ContextSensitivePanel.
ContextSensitiveMenu(String, String, List<String>, boolean) - Constructor for class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu
Creates this context sensitive menu.
ContextSensitivePanel - Class in org.hackystat.projectbrowser.page.contextsensitive
Provides a panel containing a set of label/drop-down menu pairs, each of whose visibility can be controlled via Ajax callbacks.
ContextSensitivePanel(String, List<ContextSensitiveMenu>) - Constructor for class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitivePanel
Create the ContextSensitivePanel with the supplied ContextSensitiveMenus.
convertProjectListToString(List<Project>) - Static method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns a single String represents a list of the projects, separated by comma.
CouplingData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coupling
Data structure for representing coupling information about a single project.
CouplingData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Creates a new couplingData instance and initializes the buckets to zero.
CouplingDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coupling
The data model for Coupling DPD display.
CouplingDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingDataModel
The default CouplingDataModel, which contains no coupling information.
CouplingDetailsPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coupling
Panel showing the drilldown of build data.
CouplingDetailsPanel(String, List<CouplingData>) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingDetailsPanel
 
CouplingPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coupling
Data panel for coupling.
CouplingPanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingPanel
Create this panel, providing the appropriate wicket ID.
CoverageData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coverage
Data structure for representing coverage information about a single project.
CoverageData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Creates a new CoverageData instance and initializes the buckets to zero.
CoverageDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coverage
The data model for Coverage DPD display.
CoverageDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageDataModel
The default CoverageDataModel, which contains no coverage information.
CoverageDetailsPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coverage
Panel showing the drilldown of build data.
CoverageDetailsPanel(String, List<ConstructData>) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageDetailsPanel
 
CoveragePanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.coverage
Data panel for coverage.
CoveragePanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoveragePanel
Create this panel, providing the appropriate wicket ID.
CrapPage - Class in org.hackystat.projectbrowser.page.crap
Provides a page with Crap analyses.
CrapPage() - Constructor for class org.hackystat.projectbrowser.page.crap.CrapPage
Constructs the telemetry page.
createMeasures() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.ObjectFactory
Create an instance of Measures
createMeasuresMeasure() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.ObjectFactory
Create an instance of Measures.Measure
createMeasuresMeasureDeviationParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.ObjectFactory
Create an instance of Measures.Measure.DeviationParameters
createMeasuresMeasureParticipationParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.ObjectFactory
Create an instance of Measures.Measure.ParticipationParameters
createMeasuresMeasureStreamTrendParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.ObjectFactory
Create an instance of Measures.Measure.StreamTrendParameters
createPortfolioDefinitions() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.ObjectFactory
Create an instance of PortfolioDefinitions
createProject() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Create an empty project with all strings allocated.

D

DAILYPROJECTDATA_HOST_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The dpd host.
DailyProjectDataPage - Class in org.hackystat.projectbrowser.page.dailyprojectdata
Provides a page with DailyProjectData analysis.
DailyProjectDataPage() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataPage
Creates the DPD page.
DailyProjectDataPage(PageParameters) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataPage
Constructs the telemetry page.
DailyProjectDataSession - Class in org.hackystat.projectbrowser.page.dailyprojectdata
Session instance for the daily project data page to hold its state.
DailyProjectDataSession() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Initialize this session, including the list of context-sensitive menus.
DailyProjectDetailsPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel
A panel that contains a link representing some DPD information.
DailyProjectDetailsPanel(String, String, String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel.DailyProjectDetailsPanel
Provides a panel that displays details about a portion of the DailyProjectData.
DailyProjectDetailsPanelLink - Class in org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel
MAY NOT NEED THIS.
DailyProjectDetailsPanelLink(String, String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel.DailyProjectDetailsPanelLink
Creates the link for the DailyProjectDetailsPanel.
DATA_FORMAT - Static variable in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
Date format used in date field input.
DATAITEM_SEPARATOR - Static variable in class org.hackystat.projectbrowser.googlechart.GoogleChart
character that separate data items in a data set.
DATASET_SEPARATOR - Static variable in class org.hackystat.projectbrowser.googlechart.GoogleChart
character that separate data sets.
date - Variable in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
The date this user has selected in the ProjectDate form.
DATE_KEY - Static variable in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
The parameter key of date.
decFormatter - Variable in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
 
defaultCoverageHigherThreshold - Variable in class org.hackystat.projectbrowser.page.projectportfolio.TestProjectPortfolioPage
default HigherThreshold of Coverage.
defaultCoverageLowerThreshold - Variable in class org.hackystat.projectbrowser.page.projectportfolio.TestProjectPortfolioPage
default LowerThreshold of Coverage.
detach() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsProvider
Hook for detachable models, but we're not doing that yet.
detach() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
Does nothing at the moment.
deviationParameters - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
DevTimeData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.devtime
Provides data about DevTime for a single project and day.
DevTimeData(Project, List<MemberData>) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeData
Constructs a DevTimeData instance with member data.
DevTimeData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeData
Constructs an empty DevTimeData instance.
DevTimeDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.devtime
The data model for DevTime DPD display.
DevTimeDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeDataModel
The default DevTimeDataModel, which contains no commit information.
DevTimePanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.devtime
Data panel for DevTime.
DevTimePanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimePanel
Create this panel, providing the appropriate wicket ID.
doAlignment() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Performs the actual alignment.
doDTW(double[][], double[][], String) - Static method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWFactory
Performs the alignment of two timeseries.
doStep(Point2D, double[][], AbstractConstraintFunction) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.constraint.AbstractConstraintFunction
Performs the next step given the cost matrix, current position and step function.
doStep(Point, double[][], AbstractConstraintFunction) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AbstractStepFunction
Calculates the next step given the cost matrix and constraints.
doStep(Point, double[][], AbstractConstraintFunction) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AsymmetricStepFunction
Calculates the next step given the cost matrix and constraints.
doStep(Point, double[][], AbstractConstraintFunction) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.step.SymmetricStepFunction
Calculates the next step given the cost matrix and constraints.
DpdInputForm - Class in org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel
Provides the form for use in specifying DPD analyses.
DpdInputForm(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel.DpdInputForm
Create this form, supplying the wicket:id.
DpdInputPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel
Panel to let user select the date and project to display.
DpdInputPanel(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel.DpdInputPanel
 
DTWAlignment - Class in org.hackystat.projectbrowser.page.trajectory.dtw
Envelope for the DTW transform.
DTWAlignment() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
 
DTWException - Exception in org.hackystat.projectbrowser.page.trajectory.dtw
The DTW package-specific exception.
DTWException(String) - Constructor for exception org.hackystat.projectbrowser.page.trajectory.dtw.DTWException
Constructor.
DTWFactory - Class in org.hackystat.projectbrowser.page.trajectory.dtw
Does DTW alignment.
DTWFactory() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.DTWFactory
 
DTWInputForm - Class in org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel
The input form for the DTW alignment parameters.
DTWInputForm(String, TrajectoryDTWInputPanel) - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel.DTWInputForm
Constructor.
DTWUtilFactory - Class in org.hackystat.projectbrowser.page.trajectory.dtw
Provide implementation of various computational methods for the DTW.
DTWUtilFactory() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.DTWUtilFactory
 
dumpComponentTree() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Dump component tree to log for debug.

E

echoProperties() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Returns a string containing the current properties.
enabled - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
END_DATE1_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of end dateof project 1.
END_DATE2_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of end dateof project 1.
END_DATE_KEY - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
The parameter key of end date.
END_DATE_KEY - Static variable in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
The parameter key of end date.
EuclideanDistance - Class in org.hackystat.projectbrowser.page.trajectory.dtw
The Euclidean distance implementation.
EuclideanDistance() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.EuclideanDistance
 
expectationValue - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 

F

FileMetricData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.filemetric
Gets the DPD for total lines of code.
FileMetricData(Project, List<FileData>) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricData
Constructs a FileMetricData instance with FileData data.
FileMetricData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricData
Constructs an empty FileMetricData instance.
FileMetricDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.filemetric
The data model for FileMetric DPD display.
FileMetricDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricDataModel
The default FileMetricDataModel, which contains no build information.
FileMetricPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.filemetric
Data panel for FileMetric.
FileMetricPanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricPanel
Create this panel, providing the appropriate wicket ID.
footerFeedback - Variable in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
Displays text at the bottom of the screen for user information.
frequencyPercentage - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 

G

generateRandomColor(int) - Static method in class org.hackystat.projectbrowser.page.telemetry.datapanel.RandomColorGenerator
Generate n random colors, guarantee them have maximum difference from each other.
generateRandomColorInHex(int) - Static method in class org.hackystat.projectbrowser.page.telemetry.datapanel.RandomColorGenerator
Generate n random colors as Strings in RRGGBB format, guarantee them have maximum difference from each other.
generateSimData(String, String, XMLGregorianCalendar, int) - Method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Generate a set of data for testing.
get(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Returns the value of the ProjectBrowser Property specified by the key.
get() - Static method in class org.hackystat.projectbrowser.ProjectBrowserSession
Obtain the current session.
getAlias() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
getAlias() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the alias property.
getAnalysis() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the selected analysis.
getAnalysisList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Returns the list of possible analyses.
getApplicationLogo() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the application logo.
getApplicationName() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the application name.
getAssociatedDpdAnalysis(String) - Static method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Return the associated DPD analysis with the given telemetry.
getAvailableDTWSteps() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Reports a list of available DTW steps in this implementation.
getAvailableOpenEndTypes() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the list of available DTW open-end alignment implementations.
getAvailableWindowTypes() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the list of available implementations of DTW constraints.
getAverageColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Return the color for average value or unstable trend.
getAverageColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getBackgroundColor() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getBackgroundColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getBackgroundColorValue() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
Returns a background-color attribute with the value of color.
getBackgroundColorValue() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Returns a background-color attribute with the value of color.
getBlankLength() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getBlankLength() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getBucketCountString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Returns the current value of the specified bucket as a string.
getBucketCountString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Returns the current value of the specified bucket as a string.
getBucketCountString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Returns the current value of the specified bucket as a string.
getBucketCountString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Returns the current value of the specified bucket as a string.
getBucketCountString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Returns the current value of the specified bucket as a string.
getBucketPercentage(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Returns the bucket value as a percentage of the total number of entries across all buckets.
getBucketPercentage(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Returns the bucket value as a percentage of the total number of entries across all buckets.
getBucketPercentage(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Returns the bucket value as a percentage of the total number of entries across all buckets.
getBucketPercentage(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Returns the bucket value as a percentage of the total number of entries across all buckets.
getBucketPercentage(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Returns the bucket value as a percentage of the total number of entries across all buckets.
getBucketPercentageString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Returns the bucket percentage as a string.
getBucketPercentageString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Returns the bucket percentage as a string.
getBucketPercentageString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Returns the bucket percentage as a string.
getBucketPercentageString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Returns the bucket percentage as a string.
getBucketPercentageString(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Returns the bucket percentage as a string.
getBucketValue(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Returns the current value of the specified bucket.
getBucketValue(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Returns the current value of the specified bucket.
getBucketValue(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Returns the current value of the specified bucket.
getBucketValue(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Returns the current value of the specified bucket.
getBucketValue(int) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Returns the current value of the specified bucket.
getBuildData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildDataModel
Return the BuildData instance associated with the specified project.
getBuildDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildDataModel
Returns the list of BuildData instances, needed for markup.
getBuildDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the Build model associated with this session.
getChartColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
getChartColor(MiniBarChart) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Return the color of the given MiniBarChart.
getChartData() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getChartDataScale() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getChartDescriptions() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getChartDescriptions() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getChartLegend() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getChartMarker() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getChartType() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getChartUrl(List<SelectableTelemetryStream>) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Return the google chart url that present all streams within the given list.
getClassiferName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
getClassifier(Measures.Measure) - Static method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Get a StreamClassifier according to the given Measure.
getClassifierMethod() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the classifierMethod property.
getClosedIssues() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDpdData
 
getClosedIssueStatus() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
 
getColor(PortfolioCategory) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Return the color associated with the given category.
getColor() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
getColor() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getColor() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 
getColors() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getCommitData() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitData
Returns a String listing each project member with their commit and churn totals.
getCommitData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitDataModel
Return the CommitData instance associated with the specified project.
getCommitDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitDataModel
Returns the list of CommitData instances, needed for markup.
getCommitDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the Commit model associated with this session.
getComplexityData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityDataModel
Return the ComplexityData instance associated with the specified project.
getComplexityDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityDataModel
Returns the list of ComplexityData instances, needed for markup.
getComplexityDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the Complexity model associated with this session.
getComponent(String, Type) - Static method in class org.hackystat.projectbrowser.page.telemetry.inputpanel.TelemetryInputForm
Return a FormComponent according to the parameter type.
getComponent(String, Type) - Method in class org.hackystat.projectbrowser.page.trajectory.inputpanel.TrajectoryInputForm
Return a FormComponent according to the parameter type.
getConfiguration() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
getConfigurationPanel(String) - Method in interface org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamClassifier
Return the panel for users to configure this classifier.
getConfigurationPanel(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifier
Return the panel for users to configure this classifier.
getConfigurationPanel(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
Return the panel for users to configure this stream trend classifer.
getConfigurationPanel(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
Return the panel for users to configure this stream trend classifer.
getConfigurationPanel(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Return the configuration panel of the stream classifer.
getContextRoot() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Returns the context root for this application.
getContextSensitiveMenu(String) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the context sensitive menu with the passed name, or null if not found.
getContextSensitiveMenus() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets all context sensitive menus.
getContextSensitivePanel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Get the context sensitive panel holding the context sensitive menus.
getCostMatrix(double[][]) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AbstractStepFunction
Get the local cost matrix using the step function.
getCostMatrix(double[][]) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AsymmetricStepFunction
Get the local cost matrix using the step function.
getCostMatrix(double[][]) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.step.SymmetricStepFunction
Get the local cost matrix using the step function.
getCount() - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummary
Get the number of times it occurred.
getCouplingData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingDataModel
Return the CouplingData instance associated with the specified project.
getCouplingDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingDataModel
Returns the list of CouplingData instances, needed for markup.
getCouplingDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the Coupling model associated with this session.
getCoverageData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageDataModel
Return the CoverageData instance associated with the specified project.
getCoverageDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageDataModel
Returns the list of CoverageData instances, needed for markup.
getCoverageDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Get the Coverage data model.
getDailyProjectDataClient() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns a DailyProjectDataClient instance for this user and session.
getDailyProjectDataHost() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the DPD host.
getDailyProjectDataHostName() - Method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Returns the sensorbase hostname that this Telemetry server communicates with.
getDailyProjectDataSession() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the DailyProjectDataSession instance.
getDataModel() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
getDataModel() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getDataModel() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getDataModel() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the data model.
getDate() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the date associated with this page.
getDate() - Method in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
 
getDateBefore(int) - Static method in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
make a Date that represent i days ago, at 0:00:00.
getDateBeforeAsString(int) - Method in class org.hackystat.projectbrowser.page.telemetry.TestTelemetryPage
return a String that represent a date before today.
getDateList(List<TelemetryPoint>) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Return the date list within the list of points.
getDateList() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Return the date list inside this model.
getDateList(List<TelemetryPoint>) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return the date list within the list of points.
getDateString() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Returns the current date in yyyy-MM-dd format.
getDateToday() - Static method in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
make a Date that represent today, at 0:00:00.
getDateYesterday() - Static method in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
Return yesterday's date.
getDateYesterdayAsString() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.TestDailyProjectDataPage
return a String that represent the date of today.
getDayString() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableRowModel
Returns a string indicating the day associated with this row.
getDefaultProject() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
 
getDependentFormComponents() - Method in class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.ConfigurationValueValidator
 
getDependentFormComponents() - Method in class org.hackystat.projectbrowser.page.trajectory.validator.ProjectRecordDateValidator
Returns the form components.
getDependentFormComponents() - Method in class org.hackystat.projectbrowser.page.trajectory.validator.TelemetrySelectionValidator
Returns the form components.
getDependentFormComponents() - Method in class org.hackystat.projectbrowser.page.validator.ProjectDateValidator
Returns the form components.
getDetails() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsModel
Returns the list of sensor data details instances.
getDeviationParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the deviationParameters property.
getDevTimeData() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeData
Returns a String listing each project member with DevTime and their associated DevTime in minutes.
getDevTimeData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeDataModel
Return the DevTimeData instance associated with the specified project.
getDevTimeDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeDataModel
Returns the list of DevTimeData instances, needed for markup.
getDevTimeDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the DevTime model associated with this session.
getDisplayName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Return the display name of this measure.
getDisplayValue(Object) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectoryProjectChoiceRenderer
Return the display value that present the object.
getDisplayValue(Object) - Method in class org.hackystat.projectbrowser.ProjectChoiceRenderer
return the display value that present the object.
getDTWChart() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getDTWChartURL(List<SelectableTrajectoryStream>) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return the google chart url that present normalized streams.
getDTWStatistics() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Get the DTW statistics.
getDTWStep() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the set step function.
getEmail() - Method in class org.hackystat.projectbrowser.authentication.RegisterForm
Returns the user.
getEmail() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
 
getEnabledMeasures() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getEnabledMeasuresName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Return the names of enabled measures.
getEndDate() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getEndDate() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getEndDate() - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Get the end date for this record.
getExpectationValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Gets the value of the expectationValue property.
getExtraPropertyUriRows() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the amount of blank lines to set under populated properties/uris.
getFeedback() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the feedback string, and also clears it.
getFeedback() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getFeedback() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Gets current feedback string.
getFeedback() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getFeedback() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getFeedbackLabel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get feedback label.
getFileMetricData() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricData
Returns a String listing each filetype and their LOC.
getFileMetricData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricDataModel
Return the FileMetricData instance associated with the specified project.
getFileMetricDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricDataModel
Returns the list of FileMetricData instances, needed for markup.
getFileMetricDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the FileMetric model associated with this session.
getFontColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getForm() - Method in class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.ProjectPortfolioConfigurationPanel
 
getFormattedDateString(long) - Static method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the string that represents the given date in standard formatted.
getFormattedProject1EndDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the string that represents endDate in standard formatted.
getFormattedProject1StartDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the string that represents startDate in standard formatted.
getFormattedProject2EndDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the string that represents endDate in standard formatted.
getFormattedProject2StartDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the string that represents startDate in standard formatted.
getFrequencyPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
getFrequencyPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Gets the value of the frequencyPercentage property.
getGoodColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getGranularities() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getGranularity() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getGranularity() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getGranularityList() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getGranularityList() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getHeight() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getHeight() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
getHeight() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getHigherThreshold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
getHigherThresold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Gets the value of the higherThresold property.
getHomePage() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the home page for this application (SigninPage).
getHost() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Returns the URL to this system as defined by the project properties.
getImageUrl() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
getIndent() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Get the indent.
getIndent() - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Get the indent.
getIsEnable() - Method in class org.hackystat.projectbrowser.page.projectportfolio.inputpanel.ProjectPortfolioInputForm
 
getIsEnable() - Method in class org.hackystat.projectbrowser.page.telemetry.inputpanel.TelemetryInputForm
 
getIsEnable() - Method in class org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel.DTWInputForm
 
getIsEnable() - Method in class org.hackystat.projectbrowser.page.trajectory.inputpanel.TrajectoryInputForm
 
getIssueData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
Return the IssueData instance associated with the specified project.
getIssueDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
Returns the list of IssueData instances, needed for markup.
getIssueDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the Issue model associated with this session.
getIssueStatusCount() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDpdData
 
getLabelMessage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.inputpanel.ProjectPortfolioInputForm
 
getLastValidIndex() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
getLatestValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
getLineLength() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getLineLength() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getLogger() - Static method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getLogger() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the logger for this service.
getLogger() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
 
getLowerThreshold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
getLowerThresold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Gets the value of the lowerThresold property.
getMarker() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getMarker() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getMarkerColor() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getMarkerColors() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getMarkerImageUrl() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
Return a image url that shows only one marker.
getMarkerImageUrl() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Return a image url that shows only one marker.
getMarkersList() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return the date list inside this model.
getMaximum() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getMaximum() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
getMaximum() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getMaximum() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 
getMeasure() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures
Gets the value of the measure property.
getMeasures() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getMeasures() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.PortfolioDefinitions
Gets the value of the measures property.
getMeasuresCharts() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getMemberPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
getMemberPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Gets the value of the memberPercentage property.
getMemberSelection() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Return the members selected from multiple list choice control.
getMenu(String) - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitivePanel
Returns the ContextSensitiveMenu with the passed name, or null if not found.
getMenus() - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitivePanel
Gets the list of ContextSensitiveMenus associated with this panel.
getMerge() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
getMerge() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the merge property.
getMinimum() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getMinimum() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
getMinimum() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getMinimum() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 
getModalWindow() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel.DailyProjectDetailsPanel
 
getModalWindow() - Method in class org.hackystat.projectbrowser.page.popupwindow.PopupWindowPanel
 
getModalWindow() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataPopupPanel
 
getModerateDeviation() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Gets the value of the moderateDeviation property.
getMonth() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Gets the month.
getNAColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getName() - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu
Returns the name of this label/menu pair.
getName() - Method in interface org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamClassifier
 
getName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifier
getName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
getName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
getName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
getName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the name property.
getNextJetColor() - Static method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getNextMarker() - Static method in class org.hackystat.projectbrowser.googlechart.GoogleChart
Return the next available marker.
getNormalizedStreamData() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Get the stream data.
getNormalizedTSChart() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getNormalizedTSChartURL(List<SelectableTrajectoryStream>) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return the google chart url that present normalized streams.
getOpenEndType() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the open-end alignment set for DTW analysis.
getOpenIssues() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDpdData
 
getOpenIssueStatus() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
 
getOwner() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Return the owner.
getPageParameters() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Returns a PageParameters instance that represents the content of the input form.
getPageParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
Returns a PageParameters instance that represents the content of the input form.
getPageParameters() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Returns a PageParameters instance that represents the content of the input form.
getPageParameters() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns a PageParameters instance that represents the content of the input form.
getPanel(String, int, boolean) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Returns a details panel containing information about this bucket.
getPanel(String, int, boolean) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Returns a details panel containing information about this bucket.
getPanel(String, int, boolean) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Returns a details panel containing information about this bucket.
getPanel(String, int, boolean) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Returns a details panel containing information about this bucket.
getParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
 
getParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getParamErrorMessage() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getParameterAsString() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Return the comma-separated list of parameters in String.
getParameterAsString() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return the comma-separated list of parameters in String.
getParameterList() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Return the list of ParameterDefinition under telemetry type in this session.
getParameterList(String) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Return the list of ParameterDefinition under the given telemetry.
getParameterList() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Return the list of ParameterDefinition under telemetry type in this session.
getParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
getParameters() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getParameters() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getParametersAsString() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Returns the list of the parameters in a single String, separated by comma.
getParametersAsString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the list of the parameters in a single String, separated by comma.
getParamtersString() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Return the parameters in a single String.
getParticipationParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the participationParameters property.
getPassword() - Method in class org.hackystat.projectbrowser.authentication.SigninForm
Returns the password.
getPassword() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
 
getPath() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Get the DTW path.
getPoorColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getPort() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Returns the port to be used for this application.
getPortfolioDefinitionDir() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Return the directroy of portfolio definition xmls.
getPortfolioDefinitionDir() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Return the directroy of portfolio definition xmls.
getPostDistnace() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Get the post-alignment distance.
getProcessingMessage() - Method in interface org.hackystat.projectbrowser.page.loadingprocesspanel.Processable
 
getProcessingMessage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getProcessingMessage() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
getProcessingMessage() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getProjClearCachePanel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set clear cache panel.
getProjDeletePanel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get delete panel.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Return the project associated with this data.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitData
Returns the project associated with this instance.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Return the project associated with this data.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Return the project associated with this data.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Return the project associated with this data.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeData
Returns the project associated with this instance.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricData
Returns the project associated with this instance.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDpdData
Returns the project associated with this instance.
getProject() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Return the project associated with this data.
getProject() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Return the Project for this page.
getProject() - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummaryModel
Return the Project for this page.
getProject() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Gets the project associated with this page.
getProject() - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Returns the project.
getProject(String, String) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns a Project instance that is available to current user and is matched to the given project name and project owner.
getProject(String, String) - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns a Project instance that available to current user and is matched to the given project name and project owner.
getProject1EndDate() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getProject1EndDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Returns the end date in yyyy-MM-dd format.
getProject1Indent() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the project1 indent.
getProject1StartDate() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getProject1StartDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Returns the start date in yyyy-MM-dd format.
getProject2EndDate() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getProject2EndDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Returns the end date in yyyy-MM-dd format.
getProject2Indent() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the project2 indent.
getProject2StartDate() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getProject2StartDateString() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Returns the start date in yyyy-MM-dd format.
getProjectBrowserProperties() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the ProjectBrowserProperties instance associated with this web app.
getProjectBrowserProperty(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the value associated with key, or null if not found.
getProjectConsolidatedMembers() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get string representation of project members.
getProjectConsolidatedMembersStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get string representation of project members.
getProjectDesc() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get project description.
getProjectEndDate() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get start date, convert from project.startTime.
getProjectInvitations() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project invitations.
getProjectInvitationsStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project invitations in comma delimited form.
getProjectList() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the list of Projects associated with this user.
getProjectList() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the list of Projects associated with this user.
getProjectMemberHelp() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set help note for project members, display when no members present.
getProjectMembers() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project members.
getProjectMembersStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project members in comma delimited form.
getProjectName() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the name of current project.
getProjectOwner() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Return project owner, bold if owner is current user.
getProjectOwnerBold() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Return project owner, bold if owner is current user.
getProjectPortfolioSession() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
 
getProjectProperties() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project properties.
getProjectPropertiesStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get project properties with = signs.
getProjectRename() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get name to rename project with.
getProjects() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Returns the list of projects.
getProjectsModel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Returns the current ProjectsModel for this page.
getProjectSpan() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get project span: start and end date in one string.
getProjectSpectators() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project spectators.
getProjectSpectatorsStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project spectators in comma delimited form.
getProjectsSession() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the ProjectsDataSession instance.
getProjectStartDate() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get start date, convert from project.startTime.
getProjectStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Gets string representation of data.
getProjectUriCommaStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project URIs in comma delimited form.
getProjectUriPatterns() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the project UriPatterns.
getProjectUriPatternsStr() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get string representation of URL patterns.
getProjEditPanel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get edit panel.
getProjLeavePanel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get leave panel.
getProjListPanel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get list panel.
getProjPage() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get project page.
getProjRenamePanel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get rename panel.
getProjReplyPanel() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get reply panel.
getProperties() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Return the properties.
getPropertyLabel() - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Return property label.
getPropertyValue() - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Get property value.
getPropUriRowsView() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Get the list of properties and uris at bottom of edit form.
getRandomColor() - Static method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getRandomMarker() - Static method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getRegisterFeedback() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the string to be displayed in the registerFeedback label.
getResource() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Return the resource.
getRuntime() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Return the runtime.
getSavedMeasure(PortfolioMeasureConfiguration) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Get the Measures.Measure instance associated with the given PortfolioMeasureConfiguration from UriCache.
getSdtName() - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummary
Get the sdt name.
getSdtName() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Return the SDT name.
getSdtName() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Gets the sdt name.
getSdtSet() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
Gets a set of strings containing the name of all Sdts sent during this month.
getSdtSummaryModel() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Returns the current SdtSummaryModel for this page.
getSelectedChart() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
getSelectedChart() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getSelectedProject1() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the project1.
getSelectedProject1AsString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the list of the selected projects in a single String, separated by comma.
getSelectedProject2() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the project2.
getSelectedProject2AsString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Returns the list of the selected projects in a single String, separated by comma.
getSelectedProjects() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Returns the list of projects selected by the user.
getSelectedProjects() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
getSelectedProjects() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getSelectedProjects() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
getSelectedProjects() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getSelectedProjects() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getSelectedValue() - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu
Returns the currently selected value of this menu, or null if none selected.
getSensorBaseClient() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns a SensorBaseClient instance for this user and session.
getSensorBaseHost() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the sensorbase host.
getSensorBaseHostName() - Method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Returns the sensorbase hostname that this Telemetry server communicates with.
getSensorDataDetailsModel() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Return the sensor data details model.
getSensorDataDetailsProvider() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Return the sensor data details IDataProvider.
getSensorDataItemsPerPage() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Returns an integer indicating the number of SensorData instances to display per page.
getSensorDataSession() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the SensorDataSession instance.
getSensorDataSummaryList(String) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableRowModel
Returns a list of SensorDataSummary instances associated with the passed sdt.
getSensorDataTableModel() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Gets the SensorDataTableModel.
getSeriesDistnace(double[][], double[][]) - Static method in class org.hackystat.projectbrowser.page.trajectory.dtw.EuclideanDistance
Calculates euclidean distance between two time-series of equal length.
getSigninFeedback() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the string to be displayed in the SigninFeedback label.
getStartDate() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
getStartDate() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getStartDate() - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Get the start date for this record.
getStartTime() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableRowModel
Returns the start time for this day.
getStream1Statistics() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return statistics for the stream1.
getStream2Statistics() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return statistics for the stream2.
getStreamCategory(MiniBarChart) - Method in interface org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamClassifier
Parse the given MiniBarChart and produce a PortfolioCategory result.
getStreamCategory(MiniBarChart) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifier
Parse the given MiniBarChart and produce a PortfolioCategory result.
getStreamCategory(MiniBarChart) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
Parse the given MiniBarChart and produce a StreamCategory result.
getStreamCategory(MiniBarChart) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
Parse the given MiniBarChart and produce a PortfolioCategory result.
getStreamClassifier() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
getStreamColor() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getStreamColor() - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Get the stream color to use.
getStreamData(TelemetryStream) - Static method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
Return a List of Double from the given telemetry stream.
getStreamData() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getStreamData(Integer) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Get the stream data.
getStreamData() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Get the stream data.
getStreamName() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
Return the name of this stream.
getStreamTrendParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the streamTrendParameters property.
getString() - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Provide data as a string.
getSummaryList() - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummaryModel
Returns the list of ProjectSummary instances.
getTelemetryChartURL(List<SelectableTrajectoryStream>) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return the google chart url that present all streams within the given list.
getTelemetryClient() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns a TelemetryClient instance for this user and session.
getTelemetryDefs() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getTelemetryHost() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns the telemetry host.
getTelemetryHostName() - Method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Returns the hostname associated with this Telemetry test server.
getTelemetryList() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Return the TelemetryList.
getTelemetryList() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Return the TelemetryList.
getTelemetryName() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
getTelemetryName() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
getTelemetryName() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getTelemetryName() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getTelemetryPageParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
getTelemetryParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the telemetryParameters property.
getTelemetrys() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
getTelemetrySession() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the TelemetrySession instance.
getTelemetryStream() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getTelemetryStream(Project) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Return the list of TelemetryStream associated with the given project.
getTelemetryStream() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getTestProperties() - Method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Returns a Properties instance with the SensorBase, DPD, and Telemetry services ProjectBrowserProperties set to test values.
getThickness() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
getThickness() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
getThresholdValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
getThresoldValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Gets the value of the thresoldValue property.
getTimeStamp() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Return the timestamp.
getTitle() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getTool() - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummary
The tool responsible for generating these instances.
getTool() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Return the tool.
getTool() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Gets the tool.
getTotal() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Returns the total number of entries across all buckets.
getTotal() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Returns the total number of entries across all buckets.
getTotal() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Returns the total number of entries across all buckets.
getTotal() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Returns the total number of entries across all buckets.
getTotal() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Returns the total number of entries across all buckets.
getTotal() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableRowModel
Returns the total number of sensor data instances sent on this day.
getTotalChurn() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitData
Returns the total aggregate Churn for this project and day.
getTotalCommit() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitData
Returns the total aggregate Commit for this project and day.
getTotalDevTime() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeData
Returns the total aggregate DevTime for this project and day.
getTotalLoc() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricData
Returns the total aggregate LOC for this project on this day.
getTotalString() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData
Returns the total number of entries across all buckets as a string.
getTotalString() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityData
Returns the total number of entries across all buckets as a string.
getTotalString() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingData
Returns the total number of entries across all buckets as a string.
getTotalString() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageData
Returns the total number of entries across all buckets as a string.
getTotalString() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Returns the total number of entries across all buckets as a string.
getTrajectorySession() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns the TrajectorySession instance.
getTrajectoryStream(Project) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Return the list of TelemetryStream associated with the given project.
getUnacceptableDeviation() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Gets the value of the unacceptableDeviation property.
getUnitName() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
Return the Unit of this stream.
getUnitName() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
getUnitName() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Return the Units of this stream.
getUnitName() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 
getUnitTestData(Project) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestDataModel
Return the UnitTestData instance associated with the specified project.
getUnitTestDataList() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestDataModel
Returns the list of UnitTestData instances, needed for markup.
getUnitTestDataModel() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Gets the Unit test model associated with this session.
getUriPattern1() - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Get uri pattern.
getUriPattern2() - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Get uri pattern.
getUriPattern3() - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Get uri pattern.
getUrl() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
Return the URL that represent this chart from Google Chart API.
getUser() - Method in class org.hackystat.projectbrowser.authentication.SigninForm
Returns the user.
getUserEmail() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Gets the user's email associated with this session.
getValueCategory(double) - Method in interface org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamClassifier
Parse the given value and produce a PortfolioCategory result.
getValueCategory(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifier
Return the category of the given value.
getValueCategory(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
Return the category of the given value.
getValueCategory(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
Return the category of the given value.
getValueColor() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
Return the color for the latest value.
getValueColor(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Return the color according to the value.
getValues() - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu
Returns the list of strings to be displayed in the menu.
getWarningMessage() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getWarpingQuery() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Get the warping query.
getWidth() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
getWidth() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
getWidth() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
getWindowSize() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the window (band) size for constraint function.
getWindowType() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Get the set constraint function for the DTW analysis.
getYear() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Gets the year.
goDTW() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectoryPage
Starts the DTW dialog.
GoogleChart - Class in org.hackystat.projectbrowser.googlechart
Chart class that represent a chart image that generated from Google Chart API.
GoogleChart(ChartType, int, int) - Constructor for class org.hackystat.projectbrowser.googlechart.GoogleChart
initialize the chart with indispensable parameter.
GOOGLECHART_API_URL - Static variable in class org.hackystat.projectbrowser.googlechart.GoogleChart
host of google chart service.
granularity - Variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
The granularity of the data.
GRANULARITY_KEY - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
The parameter key of granularity.
GRANULARITY_KEY - Static variable in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
The parameter key of granularity.
GRANULARITY_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of granularity.

H

hasAlias() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Check if the alias field is available.
hasApplicationLogo() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Returns true if the user has supplied an application logo.
hasApplicationLogo() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
Returns true if the user has supplied an application logo URL.
hasClassifier() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Check if this instance has the stream classifier.
hasMerge() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Check if the merge field is available.
higherBetter - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
higherThresold - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
HOSTNAME_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The projectbrowser hostname key.

I

ImageUrl - Class in org.hackystat.projectbrowser.imageurl
Provides a component for displaying a URL in an image tag.
ImageUrl(String, String) - Constructor for class org.hackystat.projectbrowser.imageurl.ImageUrl
Construct the component for displaying an image URL.
init() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Do default setup and initialization when this web application is started up.
initializeDataModel() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
Initialize the dataModel.
isActionAuthorized(Component, Action) - Method in class org.hackystat.projectbrowser.page.ProjectBrowserPageAuthentication
Individual component actions are always authorized.
isAuthenticated() - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns true if the user has been authenticated in this session.
isBackgroundProcessEnable(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
 
isBackgroundProcessEnable(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
 
isChartEmpty() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
isChartEmpty() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
isClearCacheable() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
True if project's cache can be cleared.
isComplete() - Method in interface org.hackystat.projectbrowser.page.loadingprocesspanel.Processable
 
isComplete() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
isComplete() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
isComplete() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
isConfigurationPanelVisible() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioPage
 
isDeletable() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
True if project can be deleted.
isDTWChartEmpty() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
isEditable() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
True if project can be edited.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestDataModel
Returns true if this data model contains no information.
isEmpty() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Returns true if this model does not contain any data.
isEmpty() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
True if this model contains no data.
isEmpty() - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummaryModel
True if this model contains no data.
isEmpty() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsModel
Returns true if this model does not contain any data.
isEmpty() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsProvider
Returns true if this model does not contain any data.
isEmpty() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
True if this model contains no data.
isEmpty() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
isEmpty() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Returns true if this model does not contain any data.
isEmpty() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
isEmpty() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Returns true if this model does not contain any data.
isEnabled() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
isEnabled() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Gets the value of the enabled property.
isEnabled() - Method in class org.hackystat.projectbrowser.page.telemetry.inputpanel.TelemetryInputForm
Disable the whole form when data loading in process.
isEnabled() - Method in class org.hackystat.projectbrowser.page.trajectory.inputpanel.TrajectoryInputForm
Disable the whole form when data loading in process.
isHigherBetter() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
isHigherBetter() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Gets the value of the higherBetter property.
isInProcess() - Method in interface org.hackystat.projectbrowser.page.loadingprocesspanel.Processable
 
isInProcess() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
isInProcess() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
isInProcess() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
isInstantiationAuthorized(Class) - Method in class org.hackystat.projectbrowser.page.ProjectBrowserPageAuthentication
Page-level retrieval must be authenticated by checking the session instance to see if the user is signed in.
isLeavable() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
True if project can be left.
isLoggingUserUsage() - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
 
isLoggingUserUsage() - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
 
isNewProject() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Check if current project is newly create or edited.
isNormalizedTSChartEmpty() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
isPageAvailable(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
 
isPageAvailable(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserProperties
 
isRenameable() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
True if project can be renamed.
isRepliable() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
True if you have an invitation to this project.
isScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Gets the value of the scaleWithGranularity property.
isScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Gets the value of the scaleWithGranularity property.
isScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Gets the value of the scaleWithGranularity property.
isSelected() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
isSelected() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
isSemanticCheckOk() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Semantic check of project.
isSetAlias() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetClassifierMethod() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetDeviationParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetEnabled() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetExpectationValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
isSetFrequencyPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
isSetHigherBetter() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
isSetHigherThresold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
isSetLowerThresold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
isSetMeasure() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures
 
isSetMeasures() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.PortfolioDefinitions
 
isSetMemberPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
isSetMerge() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetModerateDeviation() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
isSetName() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetParticipationParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
isSetScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
isSetScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
isSetStreamTrendParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetTelemetryParameters() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
isSetThresoldValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
isSetUnacceptableDeviation() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
isSizeWithinRange() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Check if the size of the chart is within range.
IssueDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.issue
The data model for Issue DPD display.
IssueDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
The default CommitDataModel, which contains no commit information.
IssueDpdData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.issue
Represents commit and churn data for a given project and day.
IssueDpdData(Project, IssueDailyProjectData) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDpdData
Constructs a CommitData instance with member data.
IssueDpdData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDpdData
Constructs an empty CommitData instance.
IssuePanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.issue
Data panel for Commit.
IssuePanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssuePanel
Create this panel, providing the appropriate wicket ID.
isValueMatchType(String, Type) - Static method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Checks if the given value is of the given type.
isVisible() - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu
True if this label/menu pair should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildPanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitPanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityPanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingPanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoveragePanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimePanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricPanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssuePanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestPanel
Returns true if this panel should be displayed.
isVisible() - Method in class org.hackystat.projectbrowser.page.loadingprocesspanel.LoadingProcessPanel
visible when data loading is in process or data loading end with error.
isVisible() - Method in class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.TelemetryParameterPanel
If this panel is visible.
isVisible() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDetailsPanel
Show the panel only when the data model is not empty and no loadin is in process.
isVisible() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTablePanel
Returns true if this panel should be made visible.
isVisible() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryDataPanel
Show the panel only when the data model is not empty and no loadin is in process.
isVisible() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryDataPanel
Show the panel only when the data model is not empty and no loading is in process.
isYAxisEmpty() - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
iterator(int, int) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsProvider
Provides an iterator over the specified subset of SensorData.
iterator(int, int) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
Returns an iterator over the rows in this model.

L

loadData() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Load data from Hackystat service.
loadData() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
Load data from Hackystat service.
loadData() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Load data from Hackystat service.
LoadingProcessPanel - Class in org.hackystat.projectbrowser.page.loadingprocesspanel
Panel to show progress of a lengthy operation.
LoadingProcessPanel(String, Processable) - Constructor for class org.hackystat.projectbrowser.page.loadingprocesspanel.LoadingProcessPanel
 
loadPageParameters(PageParameters) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Load data from URL parameters into this session.
loadPageParameters(PageParameters) - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
Load data from URL parameters into this session.
loadPageParameters(PageParameters) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Load data from URL parameters into this session.
loadPageParameters(PageParameters) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Load data from URL parameters into this session.
loadPropUriRowsView() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Load propertyUriRows from project data.
LOG_USAGE_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Directory of portfolio definitions.
LOGGING_LEVEL_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The logging level.
login(WicketTester) - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Logs in and navigates to the projects page.
logProject(Project) - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Dump project info to logger.
logUsage(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Log the user usage to special file.
lowerThresold - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 

M

main(String[]) - Static method in class org.hackystat.projectbrowser.Start
Starts up Jetty and points it at Wicket.
MAX_SIZE - Static variable in class org.hackystat.projectbrowser.googlechart.GoogleChart
The maximum size of a google chart.
MAX_WIDTH - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
The max width of the chart.
mean(double[]) - Static method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWUtilFactory
Compute the mean of the timeseries.
measure - Variable in class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.TelemetryParameterPanel
 
measure - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures
 
Measures - Class in org.hackystat.projectbrowser.page.projectportfolio.jaxb
Java class for anonymous complex type.
Measures() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures
 
measures - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.PortfolioDefinitions
 
Measures.Measure - Class in org.hackystat.projectbrowser.page.projectportfolio.jaxb
Java class for anonymous complex type.
Measures.Measure() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
Measures.Measure.DeviationParameters - Class in org.hackystat.projectbrowser.page.projectportfolio.jaxb
Java class for anonymous complex type.
Measures.Measure.DeviationParameters() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
Measures.Measure.ParticipationParameters - Class in org.hackystat.projectbrowser.page.projectportfolio.jaxb
Java class for anonymous complex type.
Measures.Measure.ParticipationParameters() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
Measures.Measure.StreamTrendParameters - Class in org.hackystat.projectbrowser.page.projectportfolio.jaxb
Java class for anonymous complex type.
Measures.Measure.StreamTrendParameters() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
memberPercentage - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
merge - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
MiniBarChart - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
A mini bar chart.
MiniBarChart(List<TelemetryStream>, PortfolioMeasureConfiguration, String) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
model(Object) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsProvider
Callback used by the consumer of this data provider to wrap SensorDataDetails instances retrieved from iterator(int, int) with a model (usually a detachable one).
model(Object) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
The model associated with a row in this table.
moderateDeviation - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 

N

name - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifier
Name of this classifier.
name - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
Name of this classifier.
name - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
Name of this classifier.
name - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
newSession(Request, Response) - Method in class org.hackystat.projectbrowser.ProjectBrowserApplication
Defines ProjectBrowserSession as the session instance created in this app.
normalize(double[]) - Static method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWUtilFactory
Normalize timeseries.

O

ObjectFactory - Class in org.hackystat.projectbrowser.page.projectportfolio.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.projectbrowser.page.projectportfolio.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.projectbrowser.page.projectportfolio.jaxb
onClick() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel.DailyProjectDetailsPanelLink
Don't need to provide this behavior, will be overridden.
onClick() - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummaryPanelLink
Don't need to provide this behavior, will be overridden when instantiating the link.
onComponentTag(ComponentTag) - Method in class org.hackystat.projectbrowser.imageurl.ImageUrl
How to replace the markup.
onFinished(AjaxRequestTarget) - Method in class org.hackystat.projectbrowser.page.loadingprocesspanel.LoadingProcessPanel
The method called when loading process is completed.
onProjectDateSubmit() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataPage
The action to be performed when the user has set the Project and Date fields.
onProjectDateSubmit() - Method in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
The action to be performed when the user has set the Project and Date fields.
onProjectDateSubmit() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioPage
The action to be performed when the user has set the Project and Date fields.
onProjectDateSubmit() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataPage
What to do when the user selects a project and date.
onProjectDateSubmit() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetryPage
The action to be performed when the user has set the Project and Date fields.
onProjectDateSubmit() - Method in class org.hackystat.projectbrowser.page.trajectory.dtwpanel.TrajectoryDTWPage
The action to be performed when the user has set the Project and Date fields.
onProjectDateSubmit() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectoryPage
The action to be performed when the user has set the Project and Date fields.
onSubmit() - Method in class org.hackystat.projectbrowser.authentication.RegisterForm
Performs the registration action upon submittal.
onSubmit() - Method in class org.hackystat.projectbrowser.authentication.SigninForm
Process the user action after submitting a username/password.
onSubmit() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel.DpdInputForm
Process the user action after submitting a project and date.
onSubmit() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataForm
Create the summary table associated with the user's project and date selection.
onUnauthorizedInstantiation(Component) - Method in class org.hackystat.projectbrowser.page.ProjectBrowserPageAuthentication
Upon authentication failure, redirect to home page with a helpful message.
org.hackystat.projectbrowser - package org.hackystat.projectbrowser
Provides the top-level Web application classes for this Project Browser.
org.hackystat.projectbrowser.authentication - package org.hackystat.projectbrowser.authentication
Provides the authentication and signin page for this Project Browser.
org.hackystat.projectbrowser.googlechart - package org.hackystat.projectbrowser.googlechart
Provides the Google Chart classes.
org.hackystat.projectbrowser.imageurl - package org.hackystat.projectbrowser.imageurl
Provides a class for managing img tags.
org.hackystat.projectbrowser.page - package org.hackystat.projectbrowser.page
Provides the base class and authentication code for all non-home pages.
org.hackystat.projectbrowser.page.contextsensitive - package org.hackystat.projectbrowser.page.contextsensitive
Provides context-sensitive components.
org.hackystat.projectbrowser.page.crap - package org.hackystat.projectbrowser.page.crap
Provides the implementation for C.R.A.P.
org.hackystat.projectbrowser.page.dailyprojectdata - package org.hackystat.projectbrowser.page.dailyprojectdata
Provides the DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.build - package org.hackystat.projectbrowser.page.dailyprojectdata.build
Provides the build viewer components that used DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.commit - package org.hackystat.projectbrowser.page.dailyprojectdata.commit
Provides the Commit/Churn viewer components for the DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.complexity - package org.hackystat.projectbrowser.page.dailyprojectdata.complexity
Provides the complexity viewer components for the DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.coupling - package org.hackystat.projectbrowser.page.dailyprojectdata.coupling
Provides the coupling viewer components for the DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.coverage - package org.hackystat.projectbrowser.page.dailyprojectdata.coverage
Provides the coverage viewer components that used DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel - package org.hackystat.projectbrowser.page.dailyprojectdata.detailspanel
Provides the popup details panel for drill-down information.
org.hackystat.projectbrowser.page.dailyprojectdata.devtime - package org.hackystat.projectbrowser.page.dailyprojectdata.devtime
Provides the DevTime viewer components for the DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.filemetric - package org.hackystat.projectbrowser.page.dailyprojectdata.filemetric
Provides the FileMetric viewer components for the DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel - package org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel
Provides the Project Date panel.
org.hackystat.projectbrowser.page.dailyprojectdata.issue - package org.hackystat.projectbrowser.page.dailyprojectdata.issue
Provides the Issue viewer components for the DailyProjectData page.
org.hackystat.projectbrowser.page.dailyprojectdata.unittest - package org.hackystat.projectbrowser.page.dailyprojectdata.unittest
Provides the unit test viewer components that used DailyProjectData page.
org.hackystat.projectbrowser.page.loadingprocesspanel - package org.hackystat.projectbrowser.page.loadingprocesspanel
Provides the loading process panel for heavy loading progress.
org.hackystat.projectbrowser.page.popupwindow - package org.hackystat.projectbrowser.page.popupwindow
Provides a easy use Popup Window.
org.hackystat.projectbrowser.page.projectportfolio - package org.hackystat.projectbrowser.page.projectportfolio
Provides the Project Portfolio page page.
org.hackystat.projectbrowser.page.projectportfolio.configurationpanel - package org.hackystat.projectbrowser.page.projectportfolio.configurationpanel
Provides the Configuration panel of project portfolio page.
org.hackystat.projectbrowser.page.projectportfolio.detailspanel - package org.hackystat.projectbrowser.page.projectportfolio.detailspanel
Provides the detail panel of project portfolio page.
org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart - package org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Provides the charts and associated functions for detail panel of project portfolio page.
org.hackystat.projectbrowser.page.projectportfolio.inputpanel - package org.hackystat.projectbrowser.page.projectportfolio.inputpanel
Provides the Input panel of project portfolio page.
org.hackystat.projectbrowser.page.projectportfolio.jaxb - package org.hackystat.projectbrowser.page.projectportfolio.jaxb
 
org.hackystat.projectbrowser.page.projects - package org.hackystat.projectbrowser.page.projects
Provides the Projects page.
org.hackystat.projectbrowser.page.sensordata - package org.hackystat.projectbrowser.page.sensordata
Provides the SensorData page.
org.hackystat.projectbrowser.page.telemetry - package org.hackystat.projectbrowser.page.telemetry
Provides the Telemetry page.
org.hackystat.projectbrowser.page.telemetry.datapanel - package org.hackystat.projectbrowser.page.telemetry.datapanel
Provides the data panel of telemetry viewer.
org.hackystat.projectbrowser.page.telemetry.inputpanel - package org.hackystat.projectbrowser.page.telemetry.inputpanel
Provides the Input panel of telemetry viewer.
org.hackystat.projectbrowser.page.trajectory - package org.hackystat.projectbrowser.page.trajectory
Provides the Trajectory page.
org.hackystat.projectbrowser.page.trajectory.datapanel - package org.hackystat.projectbrowser.page.trajectory.datapanel
Provides the data panel of trajectory viewer.
org.hackystat.projectbrowser.page.trajectory.dtw - package org.hackystat.projectbrowser.page.trajectory.dtw
Provides the simple DTW Implementation.
org.hackystat.projectbrowser.page.trajectory.dtw.constraint - package org.hackystat.projectbrowser.page.trajectory.dtw.constraint
Provides DTW constraints functions implementations.
org.hackystat.projectbrowser.page.trajectory.dtw.step - package org.hackystat.projectbrowser.page.trajectory.dtw.step
Provides the DTW step functions implementations.
org.hackystat.projectbrowser.page.trajectory.dtwpanel - package org.hackystat.projectbrowser.page.trajectory.dtwpanel
Provides the DTW analyzes panel of trajectory viewer.
org.hackystat.projectbrowser.page.trajectory.dtwpanel.datapanel - package org.hackystat.projectbrowser.page.trajectory.dtwpanel.datapanel
Provides the data panel of DTW trajectory viewer.
org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel - package org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel
Provides the input panel of DTW trajectory viewer.
org.hackystat.projectbrowser.page.trajectory.inputpanel - package org.hackystat.projectbrowser.page.trajectory.inputpanel
Provides the Input panel of trajectory viewer.
org.hackystat.projectbrowser.page.trajectory.validator - package org.hackystat.projectbrowser.page.trajectory.validator
Provides Validators for trajectory forms input.
org.hackystat.projectbrowser.page.validator - package org.hackystat.projectbrowser.page.validator
Provides Validators for various form inputs.
org.hackystat.projectbrowser.test - package org.hackystat.projectbrowser.test
Provides a helper class to simplify unit testing.

P

page - Variable in class org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel.DpdInputForm
The page containing this form.
page - Variable in class org.hackystat.projectbrowser.page.projects.ProjectsForm
The page containing this form.
PAGE_NAMES - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Available pages.
PARAMETER_ORDER_MESSAGE - Static variable in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
The parameter instruction message.
PARAMETER_ORDER_MESSAGE - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
The last parameter key.
PARAMETER_ORDER_MESSAGE - Static variable in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
The parameter instruction message.
PARAMETER_SEPARATOR - Static variable in class org.hackystat.projectbrowser.googlechart.GoogleChart
character that separate parameter.
PARAMETER_VALUE_SEPARATOR - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The separator for parameter values.
PARAMETER_VALUE_SEPARATOR - Static variable in class org.hackystat.projectbrowser.ProjectBrowserSession
The separator for parameter values.
parseMembersStr(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Parse the project members in comma delimited form into a collection.
participationParameters - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
pathFormatter - Variable in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
 
pointDistance(double[], double[]) - Static method in class org.hackystat.projectbrowser.page.trajectory.dtw.EuclideanDistance
Calculates the Euclidean distance between two points.
populateItem(Item, String, IModel) - Method in class org.hackystat.projectbrowser.page.sensordata.SdtColumn
How to populate an individual cell.
PopupWindowPanel - Class in org.hackystat.projectbrowser.page.popupwindow
A panel that contains a popup window.
PopupWindowPanel(String, String) - Constructor for class org.hackystat.projectbrowser.page.popupwindow.PopupWindowPanel
Create the pop up window link as a question mark.
PopupWindowPanel(String, String, String) - Constructor for class org.hackystat.projectbrowser.page.popupwindow.PopupWindowPanel
Create the pop up window link as the given link label.
PORT_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The projectbrowser port key.
PORTFOLIO_DEFINITION_DIR - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Directory of portfolio definitions.
PortfolioCategory - Enum in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Enumeration class of Portfolio Categories.
PortfolioDefinitions - Class in org.hackystat.projectbrowser.page.projectportfolio.jaxb
Java class for anonymous complex type.
PortfolioDefinitions() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.jaxb.PortfolioDefinitions
 
PortfolioMeasureConfiguration - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel
Configuration for project portfolio measures.
PortfolioMeasureConfiguration(String, String, String, boolean, StreamClassifier, ProjectPortfolioDataModel) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Create an instance.
printPageParameters(PageParameters) - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Print the indexed page parameters in format of /parameter0/parameter1/.../.
Processable - Interface in org.hackystat.projectbrowser.page.loadingprocesspanel
Interface to support the loading process panel.
ProjClearCachePanel - Class in org.hackystat.projectbrowser.page.projects
Panel that provides clear cache confirmation.
ProjClearCachePanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjClearCachePanel
Constructor for this class.
ProjDeletePanel - Class in org.hackystat.projectbrowser.page.projects
Panel that provides delete confirmation.
ProjDeletePanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjDeletePanel
Constructor for this class.
PROJECT_NAME_OWNER_SEPARATR - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The separator between project name and its onwer.
PROJECT_NAME_OWNER_SEPARATR - Static variable in class org.hackystat.projectbrowser.ProjectBrowserSession
The separator between project name and its onwer.
ProjectBrowserApplication - Class in org.hackystat.projectbrowser
The top-level web application instance for this ProjectBrowser.
ProjectBrowserApplication() - Constructor for class org.hackystat.projectbrowser.ProjectBrowserApplication
Creates a ProjectBrowserApplication, obtaining all ProjectBrowserProperties from the properties file.
ProjectBrowserApplication(Properties) - Constructor for class org.hackystat.projectbrowser.ProjectBrowserApplication
Creates a ProjectBrowserApplication, in which the passed properties override the entries in the properties file.
ProjectBrowserBasePage - Class in org.hackystat.projectbrowser.page
Provides a base class with associated markup that all ProjectBrowser pages (except for signin) should inherit from.
ProjectBrowserBasePage() - Constructor for class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
Create the ProjectBrowserBasePage.
ProjectBrowserPageAuthentication - Class in org.hackystat.projectbrowser.page
Implements authorization for all pages other than the home page.
ProjectBrowserPageAuthentication() - Constructor for class org.hackystat.projectbrowser.page.ProjectBrowserPageAuthentication
Sets up the authorization strategy.
ProjectBrowserProperties - Class in org.hackystat.projectbrowser
Provides access to the values stored in the sensorbase.properties file.
ProjectBrowserProperties(Properties) - Constructor for class org.hackystat.projectbrowser.ProjectBrowserProperties
Creates a new ProjectBrowserProperties instance.
ProjectBrowserProperties() - Constructor for class org.hackystat.projectbrowser.ProjectBrowserProperties
The default public constructor, which gets all properties from projectbrowser.properties.
ProjectBrowserSession - Class in org.hackystat.projectbrowser
Provides a session instance that holds authentication credentials.
ProjectBrowserSession(Request) - Constructor for class org.hackystat.projectbrowser.ProjectBrowserSession
Provide a constructor that initializes WebSession.
ProjectBrowserTestHelper - Class in org.hackystat.projectbrowser.test
Supports JUnit testing of the ProjectBrowser by creating test instances of the sensorbase, dailyprojectdata, and telemetry services.
ProjectBrowserTestHelper() - Constructor for class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Constructor.
ProjectChoiceRenderer - Class in org.hackystat.projectbrowser
Choice Renderer for Project choice list.
ProjectChoiceRenderer() - Constructor for class org.hackystat.projectbrowser.ProjectChoiceRenderer
 
ProjectDateValidator - Class in org.hackystat.projectbrowser.page.validator
Provides a project date validator.
ProjectDateValidator(FormComponent, FormComponent) - Constructor for class org.hackystat.projectbrowser.page.validator.ProjectDateValidator
Takes a Project menu and a single Date field.
ProjectDateValidator(FormComponent, FormComponent, FormComponent) - Constructor for class org.hackystat.projectbrowser.page.validator.ProjectDateValidator
Takes a Project menu (ListMultipleChoice) and two Date fields (DateTextField).
ProjectPortfolioConfigurationForm - Class in org.hackystat.projectbrowser.page.projectportfolio.configurationpanel
Form in Project Portfolio configuration panel to input data.
ProjectPortfolioConfigurationForm(String, ProjectPortfolioDataModel) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.ProjectPortfolioConfigurationForm
 
ProjectPortfolioConfigurationPanel - Class in org.hackystat.projectbrowser.page.projectportfolio.configurationpanel
Panel for user to configure Project Portfolio.
ProjectPortfolioConfigurationPanel(String, ProjectPortfolioDataModel) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.ProjectPortfolioConfigurationPanel
 
ProjectPortfolioDataModel - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel
Data model to hold state of Project Portfolio.
ProjectPortfolioDataModel(String, String, String) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Constructor that initialize the measures.
ProjectPortfolioDetailsPanel - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel
Wicket panel to display the detail of the selected projects.
ProjectPortfolioDetailsPanel(String) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDetailsPanel
Create the Wicket component.
ProjectPortfolioInputForm - Class in org.hackystat.projectbrowser.page.projectportfolio.inputpanel
Input panel for Project Portfolio.
ProjectPortfolioInputForm(String, ProjectPortfolioPage) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.inputpanel.ProjectPortfolioInputForm
Create this form, supplying the wicket:id.
ProjectPortfolioInputPanel - Class in org.hackystat.projectbrowser.page.projectportfolio.inputpanel
Panel to let user select the project to display.
ProjectPortfolioInputPanel(String, ProjectPortfolioPage) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.inputpanel.ProjectPortfolioInputPanel
 
ProjectPortfolioPage - Class in org.hackystat.projectbrowser.page.projectportfolio
Provides a page with Project Portfolio.
ProjectPortfolioPage() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioPage
Construct the page.
ProjectPortfolioPage(PageParameters) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioPage
Constructs the telemetry page.
ProjectPortfolioSession - Class in org.hackystat.projectbrowser.page.projectportfolio
Session to hold state for Project Portfolio.
ProjectPortfolioSession() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
ProjectRecord - Class in org.hackystat.projectbrowser.page.trajectory
The container for the project and some auxiliary information.
ProjectRecord(Project, Date, Date, Integer) - Constructor for class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Constructor.
ProjectRecord(Project, Integer) - Constructor for class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Constructor.
ProjectRecord() - Constructor for class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Constructor.
ProjectRecordDateValidator - Class in org.hackystat.projectbrowser.page.trajectory.validator
Provides a project date validator.
ProjectRecordDateValidator(FormComponent, FormComponent) - Constructor for class org.hackystat.projectbrowser.page.trajectory.validator.ProjectRecordDateValidator
Takes a Project menu and a single Date field.
ProjectRecordDateValidator(FormComponent, FormComponent, FormComponent) - Constructor for class org.hackystat.projectbrowser.page.trajectory.validator.ProjectRecordDateValidator
Takes a Project menu (ListMultipleChoice or ListChoice) and two Date fields (DateTextField).
ProjectRecordDateValidator(FormComponent, FormComponent, FormComponent, FormComponent) - Constructor for class org.hackystat.projectbrowser.page.trajectory.validator.ProjectRecordDateValidator
Takes a Project menu (ListMultipleChoice or ListChoice) and two Date fields (DateTextField).
PROJECTS_TEXTMAXHEIGHT_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Optional max height of text area in Projects Page.
ProjectsForm - Class in org.hackystat.projectbrowser.page.projects
Provide form with Project management functions.
ProjectsForm(String, ProjectsPage) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjectsForm
The constructor for this page.
ProjectsModel - Class in org.hackystat.projectbrowser.page.projects
Provides a model for the management of projects.
ProjectsModel() - Constructor for class org.hackystat.projectbrowser.page.projects.ProjectsModel
The default constructor, required by Wicket.
ProjectsModel(Project) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjectsModel
The sets user selected project.
ProjectsPage - Class in org.hackystat.projectbrowser.page.projects
Provides a page with information about Projects.
ProjectsPage() - Constructor for class org.hackystat.projectbrowser.page.projects.ProjectsPage
Creates this page.
ProjectsSession - Class in org.hackystat.projectbrowser.page.projects
Session instance for the projects data page to hold its state.
ProjectsSession() - Constructor for class org.hackystat.projectbrowser.page.projects.ProjectsSession
 
ProjEditPanel - Class in org.hackystat.projectbrowser.page.projects
Panel use to edit project.
ProjEditPanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjEditPanel
Constructor for this class.
ProjHelpPanel - Class in org.hackystat.projectbrowser.page.projects
Panel to show the help information for project editing.
ProjHelpPanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjHelpPanel
Constructor for panel.
ProjLeavePanel - Class in org.hackystat.projectbrowser.page.projects
Panel used confirm leaving a project.
ProjLeavePanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjLeavePanel
Constructor for this class.
ProjListPanel - Class in org.hackystat.projectbrowser.page.projects
First page in projects area that list all projects.
ProjListPanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjListPanel
Constructor for this class.
ProjRenamePanel - Class in org.hackystat.projectbrowser.page.projects
Panel that will be rendered within the popup project rename window.
ProjRenamePanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjRenamePanel
Constructor for this class.
ProjReplyPanel - Class in org.hackystat.projectbrowser.page.projects
Panel that will be rendered within the popup project rename window.
ProjReplyPanel(String) - Constructor for class org.hackystat.projectbrowser.page.projects.ProjReplyPanel
Constructor for this class.
propertyLabel - Variable in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Property Label.
propertyValue - Variable in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Property value.
PropUriRowModel - Class in org.hackystat.projectbrowser.page.projects
Provides a model for the summary of projects and their info.
PropUriRowModel() - Constructor for class org.hackystat.projectbrowser.page.projects.PropUriRowModel
 

R

RandomColorGenerator - Class in org.hackystat.projectbrowser.page.telemetry.datapanel
Color generator to generate colors with maximum distinguish.
RandomColorGenerator() - Constructor for class org.hackystat.projectbrowser.page.telemetry.datapanel.RandomColorGenerator
 
rBind(double[], double[]) - Static method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWUtilFactory
Binds two linear arrays, producing a 2D array.
RegisterForm - Class in org.hackystat.projectbrowser.authentication
The form for providing an email for registration purposes.
RegisterForm(String) - Constructor for class org.hackystat.projectbrowser.authentication.RegisterForm
Create this form, supplying the wicket:id.
removeBold(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Parses string and adds bold to any sub-string that matches the current user email.
removeMembers(List<String>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Remove members for project.
resetUserConfiguration() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Reset user's configuration cache.
runBefore() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWFactory
Set up and some visual info.

S

saveClassifierSetting(Measures.Measure) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Save classifier's setting into the given Measures.Measure instance.
savePropUriRowsSave() - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Save data from property rows into the project object.
saveSetting(Measures.Measure) - Method in interface org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamClassifier
Save classifier's setting into the given Measures.Measure instance.
saveSetting(Measures.Measure) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifier
Save classifier's setting into the given Measures.Measure instance.
saveSetting(Measures.Measure) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
Save classifier's setting into the given Measures.Measure instance.
saveSetting(Measures.Measure) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
Save classifier's setting into the given Measures.Measure instance.
saveUserConfiguration() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Save user's configuration to system's cache.
scaleWithGranularity - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
scaleWithGranularity - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
scaleWithGranularity - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
SdtColumn - Class in org.hackystat.projectbrowser.page.sensordata
Implements a column holding SDT summary information in the SensorDataDetailsPanel.
SdtColumn(IModel, String) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SdtColumn
Constructs the SensorDataType column.
sdtName - Variable in class org.hackystat.projectbrowser.page.sensordata.SdtSummaryPanelLink
 
SdtSummary - Class in org.hackystat.projectbrowser.page.sensordata
A simple class containing a summary of a single SDT instance.
SdtSummary(String, String, long) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SdtSummary
Construct this instance.
SdtSummaryModel - Class in org.hackystat.projectbrowser.page.sensordata
Provides a model for the summary of sdts and their counts.
SdtSummaryModel() - Constructor for class org.hackystat.projectbrowser.page.sensordata.SdtSummaryModel
The default constructor, required by Wicket.
sdtSummaryModel - Variable in class org.hackystat.projectbrowser.page.sensordata.SensorDataPage
 
SdtSummaryPanel - Class in org.hackystat.projectbrowser.page.sensordata
A panel for holding the SDT summary information.
SdtSummaryPanel(String, List<SensorDataSummary>, XMLGregorianCalendar) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SdtSummaryPanel
Creates a panel to display summary information.
SdtSummaryPanelLink - Class in org.hackystat.projectbrowser.page.sensordata
Provides the link instance for the SdtSummary Panel.
SdtSummaryPanelLink(String, String, String, String) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SdtSummaryPanelLink
Creates the link in the SdtSummary Panel.
SelectableTelemetryStream - Class in org.hackystat.projectbrowser.page.telemetry.datapanel
Group a selected flag with a TelemetryStream, so that this instance can be flagged as selected or not.
SelectableTelemetryStream(TelemetryStream) - Constructor for class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
SelectableTrajectoryStream - Class in org.hackystat.projectbrowser.page.trajectory.datapanel
Group a selected flag with a TelemetryStream, so that this instance can be flaged as selected or not.
SelectableTrajectoryStream(TelemetryStream) - Constructor for class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Constructor.
SelectableTrajectoryStream(TelemetryStream, Integer) - Constructor for class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Constructor.
SELECTED_PROJECT1_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of selectedProject1.
SELECTED_PROJECT2_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of selectedProject1.
SELECTED_PROJECTS_KEY - Static variable in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
The parameter key of selectedProjects.
SELECTED_PROJECTS_KEY - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
The parameter key of selectedProjects.
SELECTED_PROJECTS_KEY - Static variable in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
The parameter key of selectedProjects.
SENSORBASE_HOST_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The sensorbase host.
SENSORDATA_ITEMSPERPAGE_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
Optional items per page.
SensorDataDetails - Class in org.hackystat.projectbrowser.page.sensordata
A representation of a SensorData instance.
SensorDataDetails(SensorData) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Create a SensorData instance representation suitable for display in Wicket.
SensorDataDetails(SensorDataRef) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataDetails
Creates a SensorDataDetails from a SensorDataRef.
SensorDataDetailsModel - Class in org.hackystat.projectbrowser.page.sensordata
A model for the sensor data list.
SensorDataDetailsModel() - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsModel
Creates an empty SensorDataDetailsModel.
SensorDataDetailsPanel - Class in org.hackystat.projectbrowser.page.sensordata
Creates a panel for displaying sensor data.
SensorDataDetailsPanel(String) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsPanel
Creates a page to display a table of sensor data instances for a given SDT.
SensorDataDetailsProvider - Class in org.hackystat.projectbrowser.page.sensordata
Provides an IDataProvider for the SensorDataDetails panel.
SensorDataDetailsProvider() - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsProvider
Creates an empty SensorDataDetailsProvider.
SensorDataForm - Class in org.hackystat.projectbrowser.page.sensordata
Provides the form that specifies a Month and Project name for the SensorData page.
SensorDataForm(String, SensorDataPage) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataForm
Create this form, supplying the wicket:id and the page.
SensorDataPage - Class in org.hackystat.projectbrowser.page.sensordata
Provides a page with information about SensorData.
SensorDataPage() - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataPage
Creates this page.
SensorDataPopupPanel - Class in org.hackystat.projectbrowser.page.sensordata
A panel that contains a popup window.
SensorDataPopupPanel(String, String, String, String, String, long) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataPopupPanel
A panel containing sensor data information for the given tool and type.
SensorDataSession - Class in org.hackystat.projectbrowser.page.sensordata
Holds all of the models and other state for the SensorDataPage.
SensorDataSession() - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Create a session state instance for this page.
SensorDataTableModel - Class in org.hackystat.projectbrowser.page.sensordata
Provides a model that summarizes for each day in a month, how many sensor data instances of a given type were associated with that day.
SensorDataTableModel() - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
Default constructor.
SensorDataTablePanel - Class in org.hackystat.projectbrowser.page.sensordata
The Panel contains a table of sensor data information, displayed in a modal window.
SensorDataTablePanel(String, SensorDataPage) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataTablePanel
Creates a panel to display a table of sensor data information.
SensorDataTableRowModel - Class in org.hackystat.projectbrowser.page.sensordata
A model for an individual row in the sensor data table.
SensorDataTableRowModel(ProjectSummary) - Constructor for class org.hackystat.projectbrowser.page.sensordata.SensorDataTableRowModel
Creates a row given a project summary for a given day.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.dailyprojectdata.inputpanel.DpdInputForm
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.inputpanel.ProjectPortfolioInputForm
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.telemetry.inputpanel.TelemetryInputForm
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel.DTWInputForm
Support serialization.
serialVersionUID - Static variable in class org.hackystat.projectbrowser.page.trajectory.inputpanel.TrajectoryInputForm
Support serialization.
session - Variable in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryDataPanel
TelemetrySession that hold the page state.
session - Variable in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryDataPanel
TelemetrySession that hold the page state.
session - Variable in class org.hackystat.projectbrowser.page.trajectory.dtwpanel.datapanel.TrajectoryDTWDataPanel
TelemetrySession that hold the page state.
session - Variable in class org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel.TrajectoryDTWInputPanel
TelemetrySession that hold the page state.
setAlias(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
setAlias(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the alias property.
setAnalysis(String) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Sets the selected analysis.
setBackgroundColor(String) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setBarChartSize(int, int, int) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
Set the size of the bar chart.
setBlankLength(double) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
setBlankLength(double) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
setChartData(List<List<Double>>) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setChartDataScale(List<List<Double>>) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setChartType(ChartType) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setClassifierMethod(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the classifierMethod property.
setColor(String) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
Set the color to both stream and marker color.
setColor(String) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
setColor(String) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
setColor(String) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 
setConfigurationPanelVisible(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioPage
 
setContextSensitivePanel(ContextSensitivePanel) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Sets the panel containing the context sensitive menus.
setCredentials(String, String) - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Used by the Signin form to provide the SensorBase authentication credentials to this session.
setDataModel(TrajectoryChartDataModel) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the data model.
setDate(Date) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Sets the date associated with this page.
setDate(Date) - Method in class org.hackystat.projectbrowser.page.ProjectBrowserBasePage
 
setDeviationParameters(Measures.Measure.DeviationParameters) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the deviationParameters property.
setDistanceMatrix(double[][]) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Set the local cost matrix.
setDTWStep(String) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set particular DTW step to use in the analysis.
setEmail(String) - Method in class org.hackystat.projectbrowser.authentication.RegisterForm
Sets the user.
setEnabled(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
setEnabled(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the enabled property.
setEndDate(Date) - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
setEndDate(Date) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
setEndDate(long) - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Set the end date for this record.
setExpectationValue(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Sets the value of the expectationValue property.
setExtraPropertyUriRows(int) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the amount of blank lines to set under populated properties/uris.
setFeedback(String) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Sets the feedback string.
setFeedback(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
setFeedback(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Sets the feedback string.
setFeedback(String) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
setFeedback(String) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
setFeedbackLabel(Label) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set feedback label.
setFrequencyPercentage(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
setFrequencyPercentage(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Sets the value of the frequencyPercentage property.
setGranularity(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
setGranularity(String) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
setGranularity(String) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
setHeight(int) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setHeight(int) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
setHeight(int) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
setHigherBetter(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
setHigherBetter(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Sets the value of the higherBetter property.
setHigherThreshold(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
setHigherThresold(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Sets the value of the higherThresold property.
setIndent(Integer) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
Set the indent.
setIndent(Integer) - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Set the indent.
setLineLength(double) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
setLineLength(double) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
setLowerThreshold(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
setLowerThresold(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Sets the value of the lowerThresold property.
setMarker(String) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
setMarker(String) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
setMarkerColor(String) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
setMarkerColors(List<String>) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setMaximum(double) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
setMaximum(double) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 
setMeasureConfiguration(boolean, StreamClassifier, String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Load configuration from a PortfolioMeasure object.
setMeasures(Measures) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.PortfolioDefinitions
Sets the value of the measures property.
setMemberPercentage(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
setMemberPercentage(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Sets the value of the memberPercentage property.
setMemberSelection(List<String>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Sets the members selected from the multiple list choice control.
setMerge(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
setMerge(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the merge property.
setMinimum(double) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
setMinimum(double) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 
setModel(long, long, List<Project>, String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
 
setModel(MultiDayProjectSummary, Project) - Method in class org.hackystat.projectbrowser.page.sensordata.SdtSummaryModel
Updates the SdtModel with the MultiDayProjectSummary instance.
setModel(MultiDayProjectSummary, Project) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
Used to set up the model.
setModel(Date, Date, List<Project>, String, String, List<IModel>, String, String, String) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
setModel(ProjectRecord, ProjectRecord, String, String, List<IModel>) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Set all the parameters for the current chart.
setModerateDeviation(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Sets the value of the moderateDeviation property.
setMonth(Integer) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Sets the month.
setName(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the name property.
setNewProject(Boolean) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set value of current project: newly create or edited.
setOpenEndType(String) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the specific opend-end alignment implementation.
setParticipationParameters(Measures.Measure.ParticipationParameters) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the participationParameters property.
setPassword(String) - Method in class org.hackystat.projectbrowser.authentication.SigninForm
Sets the password.
setProjClearCachePanel(Panel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Get clear cache panel.
setProjDeletePanel(Panel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set delete panel.
setProject(Project) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Updates the ProjectsModel with the project summary instance.
setProject(Project) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Sets the projectName for this page.
setProject(Project) - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Set the project.
setProject1EndDate(Date) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
setProject1Indent(Integer) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the project1 indent.
setProject1StartDate(Date) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
setProject2EndDate(Date) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
setProject2Indent(Integer) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the project2 indent.
setProject2StartDate(Date) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
setProjectDesc(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set project description.
setProjectEndDate(Date) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set end date, convert to project.startTime.
setProjectInvitations(List<String>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project invitations.
setProjectInvitationsStr(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project invitations from the comma delimited member string.
setProjectMembers(List<String>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project members.
setProjectMembersStr(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project members from the comma delimited member string.
setProjectName(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the name of the current project.
setProjectOwner(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set project owner.
setProjectProperties(List<Property>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project properties.
setProjectRename(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set name to rename project with.
setProjects(List<Project>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Sets the projects.
setProjectsModel(ProjectsModel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Sets the ProjectsModel for this page.
setProjectSpectators(List<String>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project invitations.
setProjectSpectatorsStr(String) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project spectators from the comma delimited member string.
setProjectStartDate(Date) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set start date, convert to project.startTime.
setProjectUriPatterns(List<String>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the project UriPatterns.
setProjEditPanel(Panel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set edit panel.
setProjLeavePanel(Panel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set leave panel.
setProjListPanel(Panel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set list panel.
setProjPage(Page) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set project page.
setProjRenamePanel(Panel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set rename panel.
setProjReplyPanel(Panel) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsSession
Set reply panel.
setPropertyLabel(String) - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Set property label.
setPropertyValue(String) - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Set property value.
setPropUriRowsView(List<PropUriRowModel>) - Method in class org.hackystat.projectbrowser.page.projects.ProjectsModel
Set the list of properties and uris at bottom of edit form.
setQuery(double[][]) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Set the query time-series.
setRegisterFeedback(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Allows other components to set the feedback string for the register form.
setScaleWithGranularity(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Sets the value of the scaleWithGranularity property.
setScaleWithGranularity(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Sets the value of the scaleWithGranularity property.
setScaleWithGranularity(boolean) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
Sets the value of the scaleWithGranularity property.
setSdtName(String) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Sets the SDT name.
setSdtSummaryModel(SdtSummaryModel) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Sets the SdtSummaryModel for this page.
setSelected(boolean) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
setSelected(boolean) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
setSelectedProject1(ProjectRecord) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the project1.
setSelectedProject2(ProjectRecord) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the project2.
setSelectedProjects(List<Project>) - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.DailyProjectDataSession
Sets the set of selected projects.
setSelectedProjects(List<Project>) - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
setSelectedProjects(List<Project>) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
setSelectedValue(String) - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu
Sets the selected value associated with this menu.
setSensorDataDetailsModel(SensorDataDetailsModel) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Set the sensor data details model.
setSensorDataDetailsProvider(String, String, long) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsProvider
Used by the SdtSummary link to indicate how the model should be updated.
setSensorDataDetailsProvider(SensorDataDetailsProvider) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Set the sensor data details IDataProvider.
setSensorDataTableModel(SensorDataTableModel) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Sets the SensorDataTableModel.
setSensorDetailsModel(String, String) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsModel
Sets the SensorDetailsModel given an sdtName and a Tool.
setSigninFeedback(String) - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Allows other components to set the feedback string for the signin form.
setStartDate(Date) - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
 
setStartDate(Date) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
setStartDate(long) - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Set the start date for this record.
setStepFunction(String) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Set the step function.
setStreamClassifier(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
Set the stream classifier according to the given classifier name.
setStreamClassifier(StreamClassifier) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.PortfolioMeasureConfiguration
 
setStreamColor(String) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
setStreamColor(String) - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Set the color used for the telemetry trajectory rendering.
setStreamTrendParameters(Measures.Measure.StreamTrendParameters) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the streamTrendParameters property.
setTelemetryName(String) - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
 
setTelemetryName(String) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
 
setTelemetryPageParameters(PageParameters) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
 
setTelemetryParameters(String) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
Sets the value of the telemetryParameters property.
setTelemetryStream(TelemetryStream) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
setTemplate(double[][]) - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
Set the template time-series.
setThickness(double) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.SelectableTelemetryStream
 
setThickness(double) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream
 
setThresholdValue(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
setThresoldValue(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
Sets the value of the thresoldValue property.
setTitle(String) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setTool(String) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Sets the tool.
setUnacceptableDeviation(double) - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
Sets the value of the unacceptableDeviation property.
setUp() - Method in class org.hackystat.projectbrowser.page.projectportfolio.TestProjectPortfolioPage
Initialize data for testing.
setUp() - Method in class org.hackystat.projectbrowser.page.telemetry.TestTelemetryPage
Initialize data for testing.
setupServer() - Static method in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
Starts the servers going for these tests.
setUriPattern1(String) - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Set uri pattern.
setUriPattern2(String) - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Set uri pattern.
setUriPattern3(String) - Method in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
Set uri pattern.
setUser(String) - Method in class org.hackystat.projectbrowser.authentication.SigninForm
Sets the user.
setVisible(boolean) - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu
Sets whether this label/menu pair should be displayed.
setVisible(AjaxRequestTarget, String...) - Method in class org.hackystat.projectbrowser.page.contextsensitive.ContextSensitivePanel
Makes the specified ContextSensitiveMenu names visible.
setWarningMessage(String) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Set the paramErrorMessage.
setWidth(int) - Method in class org.hackystat.projectbrowser.googlechart.GoogleChart
 
setWidth(int) - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
setWidth(int) - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
setWindowSize(Integer) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the window (band) size for the constraint function.
setWindowType(String) - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Set the specific constraint function.
setYear(Integer) - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataSession
Sets the year.
signin(String, String) - Method in class org.hackystat.projectbrowser.ProjectBrowserSession
Returns true if this email/password combination is valid for this sensorbase.
SigninForm - Class in org.hackystat.projectbrowser.authentication
The form for providing credentials to sign in to the Sensorbase.
SigninForm(String) - Constructor for class org.hackystat.projectbrowser.authentication.SigninForm
Create this form, supplying the wicket:id.
SigninPage - Class in org.hackystat.projectbrowser.authentication
Provides a signin page for either logging in with a previous username and password, or else registering with the system.
SigninPage() - Constructor for class org.hackystat.projectbrowser.authentication.SigninPage
Create the SigninPage.
size() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataDetailsProvider
The total number of items in this provider.
size() - Method in class org.hackystat.projectbrowser.page.sensordata.SensorDataTableModel
The total number of rows in this table.
sortProjectNames() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Sort the table by the project's name.
sortTable(int) - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.ProjectPortfolioDataModel
Sort the table according to the given measure index.
start() - Method in class org.hackystat.projectbrowser.page.loadingprocesspanel.LoadingProcessPanel
start panel self update.
Start - Class in org.hackystat.projectbrowser
Provides a mechanism for running Project Browser with Jetty.
Start() - Constructor for class org.hackystat.projectbrowser.Start
 
START_DATE1_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of start date of project 1.
START_DATE2_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of start date of project 1.
START_DATE_KEY - Static variable in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
The parameter key of start date.
START_DATE_KEY - Static variable in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
The parameter key of start date.
STEP_PATTERN_P0 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AsymmetricStepFunction
Step pattern p0 according to Sakoe-Chiba.
STEP_PATTERN_P0 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.SymmetricStepFunction
Step pattern p0 according to Sakoe-Chiba.
STEP_PATTERN_P05 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AsymmetricStepFunction
Step pattern p05 according to Sakoe-Chiba.
STEP_PATTERN_P05 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.SymmetricStepFunction
Step pattern p05 according to Sakoe-Chiba.
STEP_PATTERN_P1 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AsymmetricStepFunction
Step pattern p1 according to Sakoe-Chiba.
STEP_PATTERN_P1 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.SymmetricStepFunction
Step pattern p1 according to Sakoe-Chiba.
STEP_PATTERN_P2 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.AsymmetricStepFunction
Step pattern p2 according to Sakoe-Chiba.
STEP_PATTERN_P2 - Static variable in class org.hackystat.projectbrowser.page.trajectory.dtw.step.SymmetricStepFunction
Step pattern p2 according to Sakoe-Chiba.
StreamClassifier - Interface in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Interface of stream classifier.
streamData - Variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
The stream of this chart.
StreamDeviationClassifier - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Classify the trend according to its deviation.
StreamDeviationClassifier(double, double, double, boolean) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifier
 
StreamDeviationClassifierConfigurationPanel - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Panel to configure the DeviationClassifier.
StreamDeviationClassifierConfigurationPanel(String, StreamDeviationClassifier) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamDeviationClassifierConfigurationPanel
 
StreamParticipationClassifier - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Classify stream into 3 categories: GOOD, AVERAGE and POOR, according to the participation of members.
StreamParticipationClassifier(double, double, double, boolean) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifier
 
StreamParticipationClassifierConfigurationPanel - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Panel to configure the StreamParticipationClassifier.
StreamParticipationClassifierConfigurationPanel(String, StreamParticipationClassifier) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamParticipationClassifierConfigurationPanel
 
streams - Variable in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.MiniBarChart
The list of original streams.
StreamTrendClassifier - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Classify stream trend into 4 classes: increasing, decreasing, stable and unstable(other).
StreamTrendClassifier(double, double, boolean, boolean) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifier
 
StreamTrendClassifierConfigurationPanel - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Panel to configure the StreamTrendClassifier.
StreamTrendClassifierConfigurationPanel(String, StreamTrendClassifier) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.StreamTrendClassifierConfigurationPanel
 
streamTrendParameters - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
SymmetricStepFunction - Class in org.hackystat.projectbrowser.page.trajectory.dtw.step
Implements symmetric cost function.
SymmetricStepFunction(String) - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.step.SymmetricStepFunction
Constructor.

T

TELEMETRY_HOST_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
The telemetry host.
TELEMETRY_KEY - Static variable in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
The parameter key of telemetry.
TELEMETRY_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of telemetry.
TELEMETRY_PARAMERTERS_KEY - Static variable in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
The parameter key of telemetry parameters.
TELEMETRY_PARAMERTERS_KEY - Static variable in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
The parameter key of telemetry parameters.
TelemetryChartDataModel - Class in org.hackystat.projectbrowser.page.telemetry.datapanel
Data model to hold state of the telemetry chart.
TelemetryChartDataModel() - Constructor for class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
 
TelemetryDataPanel - Class in org.hackystat.projectbrowser.page.telemetry.datapanel
Panel for showing telemetry content.
TelemetryDataPanel(String, TelemetrySession) - Constructor for class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryDataPanel
 
TelemetryDescriptionPanel - Class in org.hackystat.projectbrowser.page.telemetry.inputpanel
Panel to show the description of the telemetrys.
TelemetryDescriptionPanel(String) - Constructor for class org.hackystat.projectbrowser.page.telemetry.inputpanel.TelemetryDescriptionPanel
 
TelemetryInputForm - Class in org.hackystat.projectbrowser.page.telemetry.inputpanel
Input panel for telemetry viewer.
TelemetryInputForm(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.telemetry.inputpanel.TelemetryInputForm
Create this form, supplying the wicket:id.
TelemetryInputPanel - Class in org.hackystat.projectbrowser.page.telemetry.inputpanel
Panel to let user select the project and telemetry to display.
TelemetryInputPanel(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.telemetry.inputpanel.TelemetryInputPanel
 
TelemetryPage - Class in org.hackystat.projectbrowser.page.telemetry
Provides a page with Telemetry analyses.
TelemetryPage() - Constructor for class org.hackystat.projectbrowser.page.telemetry.TelemetryPage
Constructs the telemetry page without URL parameters.
TelemetryPage(PageParameters) - Constructor for class org.hackystat.projectbrowser.page.telemetry.TelemetryPage
Constructs the telemetry page.
TelemetryParameterPanel - Class in org.hackystat.projectbrowser.page.projectportfolio.configurationpanel
Panel for Project Portfolio configuration panel to input telemetry parameters.
TelemetryParameterPanel(String, PortfolioMeasureConfiguration) - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.TelemetryParameterPanel
 
telemetryParameters - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
TelemetrySelectionValidator - Class in org.hackystat.projectbrowser.page.trajectory.validator
Provides a telemetry validator.
TelemetrySelectionValidator(FormComponent) - Constructor for class org.hackystat.projectbrowser.page.trajectory.validator.TelemetrySelectionValidator
Takes a Project menu and a single Date field.
TelemetrySession - Class in org.hackystat.projectbrowser.page.telemetry
Session to hold state for telemetry.
TelemetrySession() - Constructor for class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Create the instance.
TelemetryStreamYAxis - Class in org.hackystat.projectbrowser.page.telemetry.datapanel
Class that represent an Y axis of some Telemetry Streams.
TelemetryStreamYAxis(String) - Constructor for class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryStreamYAxis
 
TEST_EDIT_SPECTATOR - Static variable in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
 
TEST_INVITEE - Static variable in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
 
TEST_NEW_INVITEE - Static variable in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
 
TEST_NEW_SPECTATOR - Static variable in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
 
TEST_USER - Static variable in class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper
 
testAddPropUriRow() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test add prop uri row.
testBasicDTW() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWFactory
Tests euclidean distance.
testConfigurationPanel() - Method in class org.hackystat.projectbrowser.page.projectportfolio.TestProjectPortfolioPage
Test the configuration panel.
TestDailyProjectDataPage - Class in org.hackystat.projectbrowser.page.dailyprojectdata
Test class for DailyProjectDataPage.
TestDailyProjectDataPage() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.TestDailyProjectDataPage
 
testDailyProjectDataPage() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.TestDailyProjectDataPage
Test the daily project data page.
testDecreaseTrend() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.TestEnhancedStreamTrendClassifier
Test with a decreasing stream with acceptable increasing point.
TestDTWFactory - Class in org.hackystat.projectbrowser.page.trajectory.dtw
Test the basic DTW recursion.
TestDTWFactory() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWFactory
 
TestDTWUtilFactory - Class in org.hackystat.projectbrowser.page.trajectory.dtw
Test the DTW utilities.
TestDTWUtilFactory() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWUtilFactory
 
TestEnhancedStreamTrendClassifier - Class in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
Test cases for EnhancedStreamTrendClassifier.
TestEnhancedStreamTrendClassifier() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.TestEnhancedStreamTrendClassifier
 
testEuclideanDistance() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWFactory
Tests euclidean distance.
TestEuclideanDistance - Class in org.hackystat.projectbrowser.page.trajectory.dtw
Tests the Euclidean distance.
TestEuclideanDistance() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtw.TestEuclideanDistance
 
testGetExtraUriRows() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test get extra uri rows.
testIncreaseTrend() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.TestEnhancedStreamTrendClassifier
Test with a increasing stream with acceptable decreasing point.
testIsSemanticCheckOk() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test semantic check of name.
testMean() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWUtilFactory
Test the mean calculation.
testNormalize() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWUtilFactory
Test the time-series normalization.
testParseMembersStr() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test parsing of member comma or cr delimited string.
testPointDistance() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestEuclideanDistance
Test the distance between single points.
testProjectAccess() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test project access.
testProjectMembers() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test remove bold.
TestProjectPortfolioPage - Class in org.hackystat.projectbrowser.page.projectportfolio
Tests for ProjectPortfolio page.
TestProjectPortfolioPage() - Constructor for class org.hackystat.projectbrowser.page.projectportfolio.TestProjectPortfolioPage
 
testProjectPortfolioPage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.TestProjectPortfolioPage
Test the daily project data page.
testProjectProperiesAccess() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test project properites access.
testProjectsClearCachePage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test project clear cache.
testProjectsDeletePage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test the deletion of a project.
testProjectsEditPage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test edit of existing project.
testProjectsLeavePage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test leaving a project.
TestProjectsModel - Class in org.hackystat.projectbrowser.page.projects
Tests the Projects Model.
TestProjectsModel() - Constructor for class org.hackystat.projectbrowser.page.projects.TestProjectsModel
 
testProjectsNewPage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test creating a new project.
TestProjectsPage - Class in org.hackystat.projectbrowser.page.projects
Tests the SensorDataPage.
TestProjectsPage() - Constructor for class org.hackystat.projectbrowser.page.projects.TestProjectsPage
 
testProjectsPage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test navigation to projects page and rendering of project list panel.
testProjectsRenamePage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test renaming of project.
testProjectsReplyAcceptPage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test the acceptance of an invitation to join a group.
testProjectsReplyDeclinePage() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsPage
Test the declining of an invitation to join a group.
TestPropUriRowModel - Class in org.hackystat.projectbrowser.page.projects
Tests the Projects Model.
TestPropUriRowModel() - Constructor for class org.hackystat.projectbrowser.page.projects.TestPropUriRowModel
 
testPropUriRowModel() - Method in class org.hackystat.projectbrowser.page.projects.TestPropUriRowModel
Test add prop uri row.
testRemoveBold() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test remove bold.
TestSensorDataPage - Class in org.hackystat.projectbrowser.page.sensordata
Tests the SensorDataPage.
TestSensorDataPage() - Constructor for class org.hackystat.projectbrowser.page.sensordata.TestSensorDataPage
 
testSensorDataPage() - Method in class org.hackystat.projectbrowser.page.sensordata.TestSensorDataPage
This is more of a stub, since the page has no contents yet, but shows how to login and get there.
testSeriesDistance() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestEuclideanDistance
Test the distance between two series.
testStableTrend() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.TestEnhancedStreamTrendClassifier
Test with a stable stream with acceptable vibration point.
TestTelemetryPage - Class in org.hackystat.projectbrowser.page.telemetry
Tests for Telemetry page.
TestTelemetryPage() - Constructor for class org.hackystat.projectbrowser.page.telemetry.TestTelemetryPage
 
testTelemetryPageBackgroundProcess() - Method in class org.hackystat.projectbrowser.page.telemetry.TestTelemetryPage
Test telemetry page with background process.
testTelemetryPageNormalNavigation() - Method in class org.hackystat.projectbrowser.page.telemetry.TestTelemetryPage
Test the daily project data page.
testTelemetryPopUpPanel() - Method in class org.hackystat.projectbrowser.page.telemetry.TestTelemetryPage
Test pop up windows in telemetry page.
testUnstableTrend() - Method in class org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.TestEnhancedStreamTrendClassifier
Test with an unstable stream.
testUriRowAccess() - Method in class org.hackystat.projectbrowser.page.projects.TestProjectsModel
Test uri pattern access.
testVariance() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWUtilFactory
Test the variance calculation.
thresoldValue - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
toLabelMessage() - Method in class org.hackystat.projectbrowser.page.trajectory.ProjectRecord
Prints the debug log message.
tool - Variable in class org.hackystat.projectbrowser.page.sensordata.SdtSummaryPanelLink
 
toString() - Method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
toString() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
TrajectoryChartDataModel - Class in org.hackystat.projectbrowser.page.trajectory.datapanel
Data model to hold state of the telemetry chart.
TrajectoryChartDataModel() - Constructor for class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
 
TrajectoryDataPanel - Class in org.hackystat.projectbrowser.page.trajectory.datapanel
Panel for showing telemetry content.
TrajectoryDataPanel(String, TrajectoryPage) - Constructor for class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryDataPanel
 
TrajectoryDescriptionPanel - Class in org.hackystat.projectbrowser.page.trajectory.inputpanel
Panel to show the description of the telemetrys.
TrajectoryDescriptionPanel(String) - Constructor for class org.hackystat.projectbrowser.page.trajectory.inputpanel.TrajectoryDescriptionPanel
 
TrajectoryDTWDataPanel - Class in org.hackystat.projectbrowser.page.trajectory.dtwpanel.datapanel
The DTW analysis panel displaying charts.
TrajectoryDTWDataPanel(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtwpanel.datapanel.TrajectoryDTWDataPanel
Constructor.
TrajectoryDTWInputPanel - Class in org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel
The left input pabel for the DTW analysis parameters.
TrajectoryDTWInputPanel(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtwpanel.inputpanel.TrajectoryDTWInputPanel
Constructor.
TrajectoryDTWPage - Class in org.hackystat.projectbrowser.page.trajectory.dtwpanel
Provides a page with Trajectory analyzes.
TrajectoryDTWPage() - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtwpanel.TrajectoryDTWPage
Constructs the telemetry page without URL parameters.
TrajectoryDTWPage(PageParameters) - Constructor for class org.hackystat.projectbrowser.page.trajectory.dtwpanel.TrajectoryDTWPage
Constructs the telemetry page.
TrajectoryInputForm - Class in org.hackystat.projectbrowser.page.trajectory.inputpanel
Input panel for the Trajectory viewer.
TrajectoryInputForm(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.trajectory.inputpanel.TrajectoryInputForm
Create this form, supplying the wicket:id.
TrajectoryInputPanel - Class in org.hackystat.projectbrowser.page.trajectory.inputpanel
Panel to let user select the project and telemetry to display.
TrajectoryInputPanel(String, ProjectBrowserBasePage) - Constructor for class org.hackystat.projectbrowser.page.trajectory.inputpanel.TrajectoryInputPanel
 
TrajectoryPage - Class in org.hackystat.projectbrowser.page.trajectory
Provides a page with Trajectory analyzes.
TrajectoryPage() - Constructor for class org.hackystat.projectbrowser.page.trajectory.TrajectoryPage
Constructs the telemetry page without URL parameters.
TrajectoryPage(PageParameters) - Constructor for class org.hackystat.projectbrowser.page.trajectory.TrajectoryPage
Constructs the telemetry page.
TrajectoryProjectChoiceRenderer - Class in org.hackystat.projectbrowser.page.trajectory
The choice renderer.
TrajectoryProjectChoiceRenderer() - Constructor for class org.hackystat.projectbrowser.page.trajectory.TrajectoryProjectChoiceRenderer
 
TrajectorySession - Class in org.hackystat.projectbrowser.page.trajectory
Session to hold state for trajectory.
TrajectorySession() - Constructor for class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Constructor - create the session instance.
TrajectoryStreamYAxis - Class in org.hackystat.projectbrowser.page.trajectory.datapanel
Class that represent an Y axis of some Telemetry Streams.
TrajectoryStreamYAxis(String) - Constructor for class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryStreamYAxis
 

U

unacceptableDeviation - Variable in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
UnitTestData - Class in org.hackystat.projectbrowser.page.dailyprojectdata.unittest
Data structure for representing unittest information about a single project.
UnitTestData(Project) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestData
Creates a new UnitTestData instance and initializes the buckets to zero.
UnitTestDataModel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.unittest
The data model for UnitTest DPD display.
UnitTestDataModel() - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestDataModel
The default UnitTestDataModel, which contains no unittest information.
UnitTestPanel - Class in org.hackystat.projectbrowser.page.dailyprojectdata.unittest
Data panel for unittest.
UnitTestPanel(String) - Constructor for class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestPanel
Create this panel, providing the appropriate wicket ID.
unsetEnabled() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure
 
unsetExpectationValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
unsetFrequencyPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
unsetHigherBetter() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
unsetHigherThresold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
unsetLowerThresold() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
unsetMeasure() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures
 
unsetMemberPercentage() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
unsetModerateDeviation() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
unsetScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
unsetScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
unsetScaleWithGranularity() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.StreamTrendParameters
 
unsetThresoldValue() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.ParticipationParameters
 
unsetUnacceptableDeviation() - Method in class org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
 
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildDataModel
Updates this data model to reflect the build information associated with the selected projects.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitDataModel
Updates this data model to reflect the build information associated with the selected projects.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.complexity.ComplexityDataModel
Updates this data model to reflect the complexity information associated with the selected projects and granularity.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coupling.CouplingDataModel
Updates this data model to reflect the coupling information associated with the selected projects and granularity.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.coverage.CoverageDataModel
Updates this data model to reflect the coverage information associated with the selected projects and granularity.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.devtime.DevTimeDataModel
Updates this data model to reflect the build information associated with the selected projects.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.filemetric.FileMetricDataModel
Updates this data model to reflect the build information associated with the selected projects.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.issue.IssueDataModel
Updates this data model to reflect the build information associated with the selected projects.
update() - Method in class org.hackystat.projectbrowser.page.dailyprojectdata.unittest.UnitTestDataModel
Updates this data model to reflect the unittest information associated with the selected projects.
updateDataModel() - Method in class org.hackystat.projectbrowser.page.projectportfolio.ProjectPortfolioSession
Update the data model.
updateDataModel() - Method in class org.hackystat.projectbrowser.page.telemetry.TelemetrySession
Update the data model.
updateDataModel() - Method in class org.hackystat.projectbrowser.page.trajectory.TrajectorySession
Update the data model.
updateDTWChart() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Extract the time series from the selectedChart, normalize those and chart them.
updateNormalizedTSChart() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
Extract the time series from the selectedChart, normalize those and chart them.
updateSelectedChart() - Method in class org.hackystat.projectbrowser.page.telemetry.datapanel.TelemetryChartDataModel
update the selectedChart.
updateSelectedChart() - Method in class org.hackystat.projectbrowser.page.trajectory.datapanel.TrajectoryChartDataModel
update the selectedChart.
uriPattern1 - Variable in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
URI Pattern 1.
uriPattern2 - Variable in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
URI Pattern 2.
uriPattern3 - Variable in class org.hackystat.projectbrowser.page.projects.PropUriRowModel
URI Pattern 3.

V

validate(Form) - Method in class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.ConfigurationValueValidator
This method is ran if all components returned by getDependentFormComponents() are valid.
validate(Form) - Method in class org.hackystat.projectbrowser.page.trajectory.validator.ProjectRecordDateValidator
Performs the validation.
validate(Form) - Method in class org.hackystat.projectbrowser.page.trajectory.validator.TelemetrySelectionValidator
Performs the validation.
validate(Form) - Method in class org.hackystat.projectbrowser.page.validator.ProjectDateValidator
Performs the validation.
valueOf(String) - Static method in enum org.hackystat.projectbrowser.googlechart.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.PortfolioCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hackystat.projectbrowser.googlechart.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart.PortfolioCategory
Returns an array containing the constants of this enum type, in the order they are declared.
var(double[]) - Static method in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWUtilFactory
Compute the variance of the timeseries.
variablesMap() - Method in class org.hackystat.projectbrowser.page.projectportfolio.configurationpanel.ConfigurationValueValidator
Gets the default variables for interpolation.

W

warpFormatter - Variable in class org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment
 
WICKET_CONFIGURATION_KEY - Static variable in class org.hackystat.projectbrowser.ProjectBrowserProperties
How to control wicket development vs.

A B C D E F G H I L M N O P R S T U V W