com.worxbend.codeberg4s.repositories.actions.wire.ActionRunnerDto
See theActionRunnerDto companion object
final case class ActionRunnerDto(id: Option[Long], uuid: Option[String], name: Option[String], description: Option[String], status: Option[String], labels: Vector[String], ephemeral: Option[Boolean], ownerId: Option[Long], repoId: Option[Long])
Forgejo's ActionRunner model, field for field.
'''Derived from the spec, not from a capture'''; see ActionArtifactDto.
status is one of the few Forgejo fields the spec enumerates — offline, idle, active — which is why com.worxbend.codeberg4s.repositories.actions.RunnerStatus exists at all.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article