package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `JobDescr_e8a11e4cd6914f3e
]
module Action : sig ... end
val action_get : t -> Action.t
val has_cache_hint : t -> bool
val cache_hint_get : t -> string
val has_repository : t -> bool
val repository_get : t -> string
val has_commits : t -> bool
val commits_get : t -> (ro, string, array_t) Capnp.Array.t
val commits_get_list : t -> string list
val commits_get_array : t -> string array
val has_secrets : t -> bool
val secrets_get : t -> (ro, Secret.t, array_t) Capnp.Array.t
val secrets_get_list : t -> Secret.t list
val secrets_get_array : t -> Secret.t array
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t