public class SvnBranchDetectionOptionsConfigurator extends Object implements VcsBranchDetectionOptionsConfigurator
| Constructor and Description |
|---|
SvnBranchDetectionOptionsConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
generateConfigMap(ActionParametersMap actionParametersMap,
VcsBranchDetectionOptions previousVcsBranchDetectionOptions) |
void |
populateContextForCreate(Map<String,Object> context) |
void |
populateContextForEdit(Map<String,Object> context,
VcsBranchDetectionOptions vcsBranchDetectionOptions) |
void |
populateContextForView(Map<String,Object> context,
VcsBranchDetectionOptions vcsBranchDetectionOptions) |
void |
validate(ActionParametersMap actionParametersMap,
ErrorCollection errorCollection) |
public SvnBranchDetectionOptionsConfigurator()
public void populateContextForCreate(@NotNull
Map<String,Object> context)
populateContextForCreate in interface VcsBranchDetectionOptionsConfiguratorpublic void populateContextForEdit(@NotNull
Map<String,Object> context,
@NotNull
VcsBranchDetectionOptions vcsBranchDetectionOptions)
populateContextForEdit in interface VcsBranchDetectionOptionsConfiguratorpublic void populateContextForView(@NotNull
Map<String,Object> context,
@NotNull
VcsBranchDetectionOptions vcsBranchDetectionOptions)
populateContextForView in interface VcsBranchDetectionOptionsConfiguratorpublic void validate(@NotNull
ActionParametersMap actionParametersMap,
@NotNull
ErrorCollection errorCollection)
validate in interface VcsBranchDetectionOptionsConfigurator@NotNull public Map<String,String> generateConfigMap(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions)
generateConfigMap in interface VcsBranchDetectionOptionsConfiguratorCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.