Artifact
class Artifact(data: ByteBuf, val game: String, val environment: String, val build: CacheExporter.Build?, val timestamp: Instant?, val type: ArtifactType, val format: ArtifactFormat, val os: OperatingSystem, val arch: Architecture, val jvm: Jvm, val links: List<ArtifactLink>) : CacheImporter.Blob
Constructors
Link copied to clipboard
constructor(data: ByteBuf, game: String, environment: String, build: CacheExporter.Build?, timestamp: Instant?, type: ArtifactType, format: ArtifactFormat, os: OperatingSystem, arch: Architecture, jvm: Jvm, links: List<ArtifactLink>)