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

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

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

import java.util.Date

data class IndexReport(
    val repositories: List
) {
    data class IndexReportRepository(val sshUrl: String, val scanRequired: Boolean, val lastScanAt: Date?)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy