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

org.octopusden.octopus.vcsfacade.dto.GiteaPushEvent.kt Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.vcsfacade.dto

import org.octopusden.octopus.infrastructure.gitea.client.dto.GiteaBranch
import org.octopusden.octopus.infrastructure.gitea.client.dto.GiteaRepository

data class GiteaPushEvent(
    val commits: List,
    val repository: GiteaRepository
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy