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, waitmodifyChangesetTagspublic DiscardTagsHook()
public boolean checkUpload(APIDataSet apiDataSet)
UploadHookcheckUpload in interface UploadHookapiDataSet - the data to upload, modify this to change the data.true if upload is possible, false to block the upload.