Class VcsBambooSpecsConfiguratorImpl
- java.lang.Object
-
- com.atlassian.bamboo.vcs.configuration.configurator.VcsBambooSpecsConfiguratorImpl
-
- All Implemented Interfaces:
VcsBambooSpecsConfigurator
public class VcsBambooSpecsConfiguratorImpl extends Object implements VcsBambooSpecsConfigurator
-
-
Constructor Summary
Constructors Constructor Description VcsBambooSpecsConfiguratorImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
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
@NotNull public @NotNull Map<String,String> generateConfigMap(boolean repositoryStoredSpecsEnabled)
- Specified by:
generateConfigMap
in interfaceVcsBambooSpecsConfigurator
-
-