Uses of Class
se.conciliate.extensions.publish.custom.CustomPublishException
Packages that use CustomPublishException
Package
Description
Provides services for performing a customized publish service.
-
Uses of CustomPublishException in se.conciliate.extensions.publish.custom
Subclasses of CustomPublishException in se.conciliate.extensions.publish.customModifier and TypeClassDescriptionclassException for errors related to the custom publish configuration.Methods in se.conciliate.extensions.publish.custom that throw CustomPublishExceptionModifier and TypeMethodDescriptionvoidCustomPublish.run(CustomPublishConfig config, Collection<MTLanguage> languages, ProgressCallback progress, UploadProfile target, BiFunction<Path, String, Boolean> removeExistingFilter, Map<String, String> transformParameters, MTColorScheme colorScheme, boolean notifySubscribers, PublishResource... resource) Runs a custom publish.