public class DiscardTagsHook extends java.lang.Object implements UploadHook
Constructor and Description |
---|
DiscardTagsHook() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkUpload(APIDataSet apiDataSet)
Check, and/or change, the data to be uploaded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
modifyChangesetTags
public DiscardTagsHook()
public boolean checkUpload(APIDataSet apiDataSet)
UploadHook
checkUpload
in interface UploadHook
apiDataSet
- the data to upload, modify this to change the data.true
if upload is possible, false
to block the upload.