Package se.conciliate.extensions.publish
Interface PublishActions
public interface PublishActions
Implemented to perform custom actions during a custom publish.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterWriteModel
(MTCompleteModel model, Collection<MTCompleteVertex> includedVertices) void
beforeUpload
(UploadProfile profile, File target) void
beforeWriteSteps
(File target) default void
uploadFinished
(boolean notifySubscribers)
-
Method Details
-
beforeWriteSteps
-
afterWriteModel
-
beforeUpload
-
uploadFinished
default void uploadFinished(boolean notifySubscribers)
-