Uses of Class
org.craftercms.studio.api.v2.repository.RepositoryChanges
Packages that use RepositoryChanges
Package
Description
-
Uses of RepositoryChanges in org.craftercms.studio.api.v2.repository
Methods in org.craftercms.studio.api.v2.repository that return RepositoryChangesModifier and TypeMethodDescriptionContentRepository.preparePublishAll(String siteId, String publishingTarget) Prepares the repository to publish all changes for the given site & targetContentRepository.publishAll(String siteId, String publishingTarget, String comment) Publishes all changes for the given site & targetMethods in org.craftercms.studio.api.v2.repository with parameters of type RepositoryChangesModifier and TypeMethodDescriptionvoidContentRepository.completePublishAll(String siteId, String publishingTarget, RepositoryChanges changes, String comment) Performs the actual publish of all changes for the given site & target -
Uses of RepositoryChanges in org.craftercms.studio.api.v2.service.publish
Methods in org.craftercms.studio.api.v2.service.publish that return RepositoryChangesModifier and TypeMethodDescriptionPublishService.publishAll(String siteId, String publishingTarget, String comment) Publishes all changes for the given site & target -
Uses of RepositoryChanges in org.craftercms.studio.api.v2.service.publish.internal
Methods in org.craftercms.studio.api.v2.service.publish.internal that return RepositoryChangesModifier and TypeMethodDescriptionPublishServiceInternal.publishAll(String siteId, String publishingTarget, String comment) Publishes all changes for the given site & target -
Uses of RepositoryChanges in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository that return RepositoryChangesModifier and TypeMethodDescriptionGitContentRepository.preparePublishAll(String siteId, String publishingTarget) GitContentRepository.publishAll(String siteId, String publishingTarget, String comment) Methods in org.craftercms.studio.impl.v2.repository with parameters of type RepositoryChangesModifier and TypeMethodDescriptionvoidGitContentRepository.completePublishAll(String siteId, String publishingTarget, RepositoryChanges changes, String comment) -
Uses of RepositoryChanges in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that return RepositoryChangesModifier and TypeMethodDescriptionBlobAwareContentRepository.preparePublishAll(String siteId, String publishingTarget) BlobAwareContentRepository.publishAll(String siteId, String publishingTarget, String comment) Methods in org.craftercms.studio.impl.v2.repository.blob with parameters of type RepositoryChangesModifier and TypeMethodDescriptionvoidBlobAwareContentRepository.completePublishAll(String siteId, String publishingTarget, RepositoryChanges changes, String comment) -
Uses of RepositoryChanges in org.craftercms.studio.impl.v2.repository.blob.s3
Methods in org.craftercms.studio.impl.v2.repository.blob.s3 that return RepositoryChangesModifier and TypeMethodDescriptionStudioAwsS3BlobStore.preparePublishAll(String siteId, String publishingTarget) StudioAwsS3BlobStore.publishAll(String siteId, String publishingTarget, String comment) Methods in org.craftercms.studio.impl.v2.repository.blob.s3 with parameters of type RepositoryChangesModifier and TypeMethodDescriptionvoidStudioAwsS3BlobStore.completePublishAll(String siteId, String publishingTarget, RepositoryChanges changes, String comment) -
Uses of RepositoryChanges in org.craftercms.studio.impl.v2.service.publish
Methods in org.craftercms.studio.impl.v2.service.publish that return RepositoryChangesModifier and TypeMethodDescriptionPublishServiceImpl.publishAll(String siteId, String publishingTarget, String comment) -
Uses of RepositoryChanges in org.craftercms.studio.impl.v2.service.publish.internal
Methods in org.craftercms.studio.impl.v2.service.publish.internal that return RepositoryChangesModifier and TypeMethodDescriptionPublishServiceInternalImpl.publishAll(String siteId, String publishingTarget, String comment)