public interface UploadHook
Modifier and Type | Method and Description |
---|---|
default boolean |
checkUpload(APIDataSet apiDataSet)
Check, and/or change, the data to be uploaded.
|
default void |
modifyChangesetTags(java.util.Map<java.lang.String,java.lang.String> tags)
Modify the changeset tags (in place) before upload.
|
default boolean checkUpload(APIDataSet apiDataSet)
apiDataSet
- the data to upload, modify this to change the data.true
if upload is possible, false
to block the upload.default void modifyChangesetTags(java.util.Map<java.lang.String,java.lang.String> tags)
tags
- The current tags to change