Package com.polarion.alm.builder.model
Interface ISiteCalculationDescriptor
- All Superinterfaces:
ICalculationDescriptor
Calculation descriptor for site reports.
Having no ICalculationDescriptor.getGoals()
is equivalent to having one DEFAULT_GOAL
goal.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.polarion.alm.builder.model.ICalculationDescriptor
ICalculationDescriptor.IReportDefinition
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReport id.Report name.boolean
Whether preconfigured (stored in Maven 2 build descriptors) reports should be used.Methods inherited from interface com.polarion.alm.builder.model.ICalculationDescriptor
getCalculationProperties, getCalculationReportDefinitions, getDescription, getExtendedDescriptors, getGoals, getName, isAggregation
-
Field Details
-
DEFAULT_GOAL
default goal - post-site- See Also:
-
-
Method Details
-
isUsingPreconfiguredReports
boolean isUsingPreconfiguredReports()Whether preconfigured (stored in Maven 2 build descriptors) reports should be used.Default value is
true
.- Returns:
true
if preconfigured reports should be used
-
getReportId
String getReportId()Report id.If
null
thenICalculationDescriptor.getName()
is used.- Returns:
- report id or
null
- See Also:
-
getReportName
String getReportName()Report name.If
null
thenICalculationDescriptor.getName()
is used.- Returns:
- report name or
null
- See Also:
-