org.octopusden.octopus.dms.event.DeleteComponentVersionArtifactEvent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dms-service Show documentation
Show all versions of dms-service Show documentation
Octopus module: dms-service
The newest version!
package org.octopusden.octopus.dms.event
import org.octopusden.octopus.dms.client.common.dto.ArtifactFullDTO
data class DeleteComponentVersionArtifactEvent(
val component: String,
val version: String,
val artifact: ArtifactFullDTO
) : Event(EventType.DELETE_COMPONENT_VERSION_ARTIFACT)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy