Interface VcsBambooSpecsConfigurator
- All Known Implementing Classes:
VcsBambooSpecsConfiguratorImpl
@Internal
public interface VcsBambooSpecsConfigurator
Common operations used in Repository Stored Specs configuration
-
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)
-
Method Details
-
populateContextForEdit
void populateContextForEdit(@NotNull @NotNull Map<String, Object> contextParams, @Nullable @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) -
populateContextForView
void populateContextForView(@NotNull @NotNull Map<String, Object> contextParams, @Nullable @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) -
generateConfigMap
@NotNull @NotNull Map<String,String> generateConfigMap(@NotNull @NotNull ActionParametersMap apm, @Nullable @Nullable VcsBambooSpecsDetectionOptions previousSpecsDetectionOptions) -
generateConfigMap
-