-
- 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 List<BuildReportType>buildReportOutputsprivate final BuildReportModebuildReportModeprivate final StringbuildReportLabelprivate final FileReportSettingsfileReportSettingsprivate final HttpReportSettingshttpReportSettingsprivate final BuildScanSettingsbuildScanReportSettingsprivate final FilesingleOutputFile
-
Constructor Summary
Constructors Constructor Description ReportingSettings(List<BuildReportType> buildReportOutputs, BuildReportMode buildReportMode, String buildReportLabel, FileReportSettings fileReportSettings, HttpReportSettings httpReportSettings, BuildScanSettings buildScanReportSettings, File singleOutputFile)
-
Method Summary
Modifier and Type Method Description final List<BuildReportType>getBuildReportOutputs()final BuildReportModegetBuildReportMode()final StringgetBuildReportLabel()final FileReportSettingsgetFileReportSettings()final HttpReportSettingsgetHttpReportSettings()final BuildScanSettingsgetBuildScanReportSettings()final FilegetSingleOutputFile()-
-
Constructor Detail
-
ReportingSettings
ReportingSettings(List<BuildReportType> buildReportOutputs, BuildReportMode buildReportMode, String buildReportLabel, FileReportSettings fileReportSettings, HttpReportSettings httpReportSettings, BuildScanSettings buildScanReportSettings, File singleOutputFile)
-
-
Method Detail
-
getBuildReportOutputs
final List<BuildReportType> getBuildReportOutputs()
-
getBuildReportMode
final BuildReportMode getBuildReportMode()
-
getBuildReportLabel
final String getBuildReportLabel()
-
getFileReportSettings
final FileReportSettings getFileReportSettings()
-
getHttpReportSettings
final HttpReportSettings getHttpReportSettings()
-
getBuildScanReportSettings
final BuildScanSettings getBuildScanReportSettings()
-
getSingleOutputFile
final File getSingleOutputFile()
-
-
-
-