-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ReportingSettings implements Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classReportingSettings.Companion
-
Field Summary
Fields Modifier and Type Field Description private final FilemetricsOutputFileprivate final List<BuildReportType>buildReportOutputsprivate final BuildReportModebuildReportModeprivate final StringbuildReportLabelprivate final FileReportSettingsfileReportSettingsprivate final HttpReportSettingshttpReportSettings
-
Constructor Summary
Constructors Constructor Description ReportingSettings(File metricsOutputFile, List<BuildReportType> buildReportOutputs, BuildReportMode buildReportMode, String buildReportLabel, FileReportSettings fileReportSettings, HttpReportSettings httpReportSettings)
-
Method Summary
Modifier and Type Method Description final FilegetMetricsOutputFile()final List<BuildReportType>getBuildReportOutputs()final BuildReportModegetBuildReportMode()final StringgetBuildReportLabel()final FileReportSettingsgetFileReportSettings()final HttpReportSettingsgetHttpReportSettings()-
-
Constructor Detail
-
ReportingSettings
ReportingSettings(File metricsOutputFile, List<BuildReportType> buildReportOutputs, BuildReportMode buildReportMode, String buildReportLabel, FileReportSettings fileReportSettings, HttpReportSettings httpReportSettings)
-
-
Method Detail
-
getMetricsOutputFile
final File getMetricsOutputFile()
-
getBuildReportOutputs
final List<BuildReportType> getBuildReportOutputs()
-
getBuildReportMode
final BuildReportMode getBuildReportMode()
-
getBuildReportLabel
final String getBuildReportLabel()
-
getFileReportSettings
final FileReportSettings getFileReportSettings()
-
getHttpReportSettings
final HttpReportSettings getHttpReportSettings()
-
-
-
-