All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.octopusden.octopus.dms.event.DeleteComponentVersionArtifactEvent.kt Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy