Interface VcsBambooSpecsConfigurator
-
- All Known Implementing Classes:
VcsBambooSpecsConfiguratorImpl
@Internal public interface VcsBambooSpecsConfigurator
Common operations used in Repository Stored Specs configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Map<String,String>
generateConfigMap(boolean repositoryStoredSpecsEnabled)
@NotNull Map<String,String>
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 Detail
-
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)
-
-