Interface VcsBranchDetectionOptionsConfigurator
- All Known Implementing Classes:
SvnBranchDetectionOptionsConfigurator
public interface VcsBranchDetectionOptionsConfigurator
Class handling branch detection options for a repository.
- Since:
- 5.14
-
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)
-
Method Details
-
populateContextForCreate
-
populateContextForEdit
void populateContextForEdit(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) -
populateContextForView
void populateContextForView(@NotNull @NotNull Map<String, Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) -
validate
void validate(@NotNull @NotNull ActionParametersMap actionParametersMap, @NotNull @NotNull ErrorCollection errorCollection) -
generateConfigMap
@NotNull @NotNull Map<String,String> generateConfigMap(@NotNull @NotNull ActionParametersMap actionParametersMap, @Nullable @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions)
-