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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateConfigMap(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions) voidpopulateContextForCreate(@NotNull Map<String, Object> context) voidpopulateContextForEdit(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) voidpopulateContextForView(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) voidvalidate(@NotNull ActionParametersMap actionParametersMap, @NotNull ErrorCollection errorCollection)
-
Constructor Details
-
SvnBranchDetectionOptionsConfigurator
public SvnBranchDetectionOptionsConfigurator()
-
-
Method Details
-
populateContextForCreate
- Specified by:
populateContextForCreatein interfaceVcsBranchDetectionOptionsConfigurator
-
populateContextForEdit
public void populateContextForEdit(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) - Specified by:
populateContextForEditin interfaceVcsBranchDetectionOptionsConfigurator
-
populateContextForView
public void populateContextForView(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) - Specified by:
populateContextForViewin interfaceVcsBranchDetectionOptionsConfigurator
-
validate
public void validate(@NotNull @NotNull ActionParametersMap actionParametersMap, @NotNull @NotNull ErrorCollection errorCollection) - Specified by:
validatein interfaceVcsBranchDetectionOptionsConfigurator
-
generateConfigMap
@NotNull public @NotNull Map<String,String> generateConfigMap(@NotNull @NotNull ActionParametersMap actionParametersMap, @Nullable @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions) - Specified by:
generateConfigMapin interfaceVcsBranchDetectionOptionsConfigurator
-