Modifier and Type | Method and Description |
---|---|
List<PublishingHistoryItem> |
ContentRepository.getPublishingHistory(String siteId,
String environment,
String path,
String publisher,
ZonedDateTime fromDate,
ZonedDateTime toDate,
int limit)
Get publishing history
|
Modifier and Type | Method and Description |
---|---|
default List<PublishingHistoryItem> |
StudioBlobStoreAdapter.getPublishingHistory(String siteId,
String environment,
String path,
String publisher,
ZonedDateTime fromDate,
ZonedDateTime toDate,
int limit) |
Modifier and Type | Method and Description |
---|---|
List<PublishingHistoryItem> |
PublishServiceInternal.getPublishingHistory(String siteId,
String environment,
String path,
String publisher,
ZonedDateTime dateFrom,
ZonedDateTime dateTo,
String contentType,
long state,
String sortBy,
String order,
int offset,
int limit)
Get deployment history items for given search parameters
|
Modifier and Type | Method and Description |
---|---|
List<PublishingHistoryItem> |
GitContentRepository.getPublishingHistory(String siteId,
String environment,
String pathRegex,
String publisher,
ZonedDateTime fromDate,
ZonedDateTime toDate,
int limit) |
Modifier and Type | Method and Description |
---|---|
List<PublishingHistoryItem> |
BlobAwareContentRepository.getPublishingHistory(String siteId,
String environment,
String path,
String publisher,
ZonedDateTime fromDate,
ZonedDateTime toDate,
int limit) |
Modifier and Type | Method and Description |
---|---|
List<PublishingHistoryItem> |
PublishServiceInternalImpl.getPublishingHistory(String siteId,
String environment,
String path,
String publisher,
ZonedDateTime dateFrom,
ZonedDateTime dateTo,
String contentType,
long state,
String sortBy,
String order,
int offset,
int limit) |
Copyright © 2020 CrafterCMS. All rights reserved.