You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to get the Get the artifacts size details before and after delete of the repos ? we need groovy code details and also this has to update in log file as well .
storage {
beforeDelete { item ->
}
/**
Handle after delete events.
Closure parameters:
item (org.artifactory.fs.ItemInfo) - the original item deleted.
*/
afterDelete { item ->
}
Kindly any help on this please ?
The text was updated successfully, but these errors were encountered:
To get artifact size details before and after deletion, you can refer to the Artifactory Public API documentation for APIs that fetch size details.
As you can see in our documentation, we’re working on a newer, recommended way to extend the JFrog Platform (including Artifactory) in a cloud-native way, called JFrog Workers. We suggest trying out JFrog Workers to handle this use case.
We'll close this question for now, but feel free to reopen it if you have further insights or questions!
Hi Team,
Is there any way to get the Get the artifacts size details before and after delete of the repos ? we need groovy code details and also this has to update in log file as well .
storage {
beforeDelete { item ->
}
/**
*/
afterDelete { item ->
}
Kindly any help on this please ?
The text was updated successfully, but these errors were encountered: