public interface RunReportConfigurationFactory
RunReportConfiguration
objects.Modifier and Type | Method and Description |
---|---|
List<com.agiletestware.pangolin.shared.model.report.RunReportConfiguration> |
create(GlobalConfiguration globalConfig,
RunReportPostBuildStep buildStep,
com.agiletestware.pangolin.client.PangolinClient client,
CustomSecret secret)
Create a list of
RunReportConfiguration objects. |
List<com.agiletestware.pangolin.shared.model.report.RunReportConfiguration> create(GlobalConfiguration globalConfig, RunReportPostBuildStep buildStep, com.agiletestware.pangolin.client.PangolinClient client, CustomSecret secret) throws Exception
RunReportConfiguration
objects.globalConfig
- plugin global configuration.buildStep
- build step.client
- Pangolin client.secret
- secret.RunReportConfiguration
objects. Implementations
must never return null
.Exception
Copyright © 2018–2022 Agiletestware. All rights reserved.