public interface VcsBranchDetectionOptionsConfigurator
Modifier and Type | Method and 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) |
void populateContextForCreate(@NotNull @NotNull Map<String,Object> context)
void populateContextForEdit(@NotNull @NotNull Map<String,Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions)
void populateContextForView(@NotNull @NotNull Map<String,Object> context, @NotNull @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions)
void validate(@NotNull @NotNull ActionParametersMap actionParametersMap, @NotNull @NotNull ErrorCollection errorCollection)
@NotNull @NotNull Map<String,String> generateConfigMap(@NotNull @NotNull ActionParametersMap actionParametersMap, @Nullable @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.