Class SvnBranchDetectionOptionsConfigurator
java.lang.Object
com.atlassian.bamboo.repository.svn.v2.configurator.SvnBranchDetectionOptionsConfigurator
- All Implemented Interfaces:
VcsBranchDetectionOptionsConfigurator
public class SvnBranchDetectionOptionsConfigurator
extends Object
implements VcsBranchDetectionOptionsConfigurator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions) void
populateContextForCreate
(@NotNull Map<String, Object> context) void
populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) void
populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) void
validate
(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection)
-
Constructor Details
-
SvnBranchDetectionOptionsConfigurator
public SvnBranchDetectionOptionsConfigurator()
-
-
Method Details
-
populateContextForCreate
- Specified by:
populateContextForCreate
in interfaceVcsBranchDetectionOptionsConfigurator
-
populateContextForEdit
public void populateContextForEdit(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) - Specified by:
populateContextForEdit
in interfaceVcsBranchDetectionOptionsConfigurator
-
populateContextForView
public void populateContextForView(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) - Specified by:
populateContextForView
in interfaceVcsBranchDetectionOptionsConfigurator
-
validate
public void validate(@NotNull @NotNull ActionParametersMap actionParametersMap, @NotNull @NotNull ErrorCollection errorCollection) - Specified by:
validate
in interfaceVcsBranchDetectionOptionsConfigurator
-
generateConfigMap
@NotNull public @NotNull Map<String,String> generateConfigMap(@NotNull @NotNull ActionParametersMap actionParametersMap, @Nullable @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions) - Specified by:
generateConfigMap
in interfaceVcsBranchDetectionOptionsConfigurator
-