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 Constructor Description SvnBranchDetectionOptionsConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Map<String,String>
generateConfigMap(@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)
-
-
-
Method Detail
-
populateContextForCreate
public void populateContextForCreate(@NotNull @NotNull Map<String,Object> context)
- 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
-
-