Class VcsBambooSpecsConfiguratorImpl
java.lang.Object
com.atlassian.bamboo.vcs.configuration.configurator.VcsBambooSpecsConfiguratorImpl
- All Implemented Interfaces:
VcsBambooSpecsConfigurator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateConfigMap
(boolean repositoryStoredSpecsEnabled) generateConfigMap
(@NotNull ActionParametersMap apm, @Nullable VcsBambooSpecsDetectionOptions previousSpecsDetectionOptions) void
populateContextForEdit
(@NotNull Map<String, Object> contextParams, @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) void
populateContextForView
(@NotNull Map<String, Object> contextParams, @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration)
-
Constructor Details
-
VcsBambooSpecsConfiguratorImpl
public VcsBambooSpecsConfiguratorImpl()
-
-
Method Details
-
populateContextForEdit
public void populateContextForEdit(@NotNull @NotNull Map<String, Object> contextParams, @Nullable @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) - Specified by:
populateContextForEdit
in interfaceVcsBambooSpecsConfigurator
-
populateContextForView
public void populateContextForView(@NotNull @NotNull Map<String, Object> contextParams, @Nullable @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) - Specified by:
populateContextForView
in interfaceVcsBambooSpecsConfigurator
-
generateConfigMap
@NotNull public @NotNull Map<String,String> generateConfigMap(@NotNull @NotNull ActionParametersMap apm, @Nullable @Nullable VcsBambooSpecsDetectionOptions previousSpecsDetectionOptions) - Specified by:
generateConfigMap
in interfaceVcsBambooSpecsConfigurator
-
generateConfigMap
- Specified by:
generateConfigMap
in interfaceVcsBambooSpecsConfigurator
-