Uses of Class
org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
Packages that use DeploymentHistoryGroup
Package
Description
-
Uses of DeploymentHistoryGroup in org.craftercms.studio.api.v2.service.publish
Methods in org.craftercms.studio.api.v2.service.publish that return types with arguments of type DeploymentHistoryGroupModifier and TypeMethodDescriptionPublishService.getDeploymentHistory(String siteId, int daysFromToday, int numberOfItems, String filterType) Get deployment history -
Uses of DeploymentHistoryGroup in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type DeploymentHistoryGroupModifier and TypeMethodDescriptionPublishController.getPublishingHistory(String siteId, @javax.validation.constraints.PositiveOrZero int daysFromToday, @javax.validation.constraints.PositiveOrZero int numberOfItems, String filterType) -
Uses of DeploymentHistoryGroup in org.craftercms.studio.impl.v2.service.publish
Methods in org.craftercms.studio.impl.v2.service.publish that return types with arguments of type DeploymentHistoryGroupModifier and TypeMethodDescriptionPublishServiceImpl.getDeploymentHistory(String siteId, int daysFromToday, int numberOfItems, String filterType)