net.nemerosa.ontrack.model.structure.RunInfoInput.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
package net.nemerosa.ontrack.model.structure
class RunInfoInput(
val sourceType: String? = null,
val sourceUri: String? = null,
val triggerType: String? = null,
val triggerData: String? = null,
val runTime: Int? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy