public enum DefaultRunReportConfigurationFactory extends Enum<DefaultRunReportConfigurationFactory> implements RunReportConfigurationFactory
RunReportConfigurationFactory.| Enum Constant and Description |
|---|
THE_INSTANCE |
| 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. |
static DefaultRunReportConfigurationFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultRunReportConfigurationFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultRunReportConfigurationFactory THE_INSTANCE
public static DefaultRunReportConfigurationFactory[] values()
for (DefaultRunReportConfigurationFactory c : DefaultRunReportConfigurationFactory.values()) System.out.println(c);
public static DefaultRunReportConfigurationFactory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic List<com.agiletestware.pangolin.shared.model.report.RunReportConfiguration> create(GlobalConfiguration globalConfig, RunReportPostBuildStep buildStep, com.agiletestware.pangolin.client.PangolinClient client, CustomSecret secret) throws Exception
RunReportConfigurationFactoryRunReportConfiguration objects.create in interface RunReportConfigurationFactoryglobalConfig - plugin global configuration.buildStep - build step.client - Pangolin client.secret - secret.RunReportConfiguration objects. Implementations
must never return null.ExceptionCopyright © 2018–2022 Agiletestware. All rights reserved.