com.polarion.alm.builder.model.ISiteCalculationDescriptor


FIELDS
Modifiers and TypeNameDescription
static, final, String DEFAULT_GOAL default goal - post-site
METHODS
Modifiers and TypeNameDescription
boolean isUsingPreconfiguredReports() Whether preconfigured (stored in Maven 2 build descriptors) reports should be used.

Default value is true.

String getReportId() Report id.

If null then {@link ICalculationDescriptor#getName()} is used.

String getReportName() Report name.

If null then {@link ICalculationDescriptor#getName()} is used.


Back to Index