Interface VcsBranchDetectionOptionsConfigurator
-
- All Known Implementing Classes:
SvnBranchDetectionOptionsConfigurator
public interface VcsBranchDetectionOptionsConfigurator
Class handling branch detection options for a repository.- Since:
- 5.14
-
-
Method Summary
All Methods Instance Methods Abstract 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
void populateContextForCreate(@NotNull @NotNull Map<String,Object> context)
-
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)
-
-