package ocluster-api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Builder.JobDescrSource

Sourcetype struct_t = [
  1. | `JobDescr_e8a11e4cd6914f3e
]
Sourcemodule Action : sig ... end
Sourceval action_get : t -> Action.t
Sourceval action_init : t -> Action.t
Sourceval has_cache_hint : t -> bool
Sourceval cache_hint_get : t -> string
Sourceval cache_hint_set : t -> string -> unit
Sourceval has_repository : t -> bool
Sourceval repository_get : t -> string
Sourceval repository_set : t -> string -> unit
Sourceval has_commits : t -> bool
Sourceval commits_get : t -> (rw, string, array_t) Capnp.Array.t
Sourceval commits_get_list : t -> string list
Sourceval commits_get_array : t -> string array
Sourceval commits_set : t -> (rw, string, array_t) Capnp.Array.t -> (rw, string, array_t) Capnp.Array.t
Sourceval commits_set_list : t -> string list -> (rw, string, array_t) Capnp.Array.t
Sourceval commits_set_array : t -> string array -> (rw, string, array_t) Capnp.Array.t
Sourceval commits_init : t -> int -> (rw, string, array_t) Capnp.Array.t
Sourceval has_secrets : t -> bool
Sourceval secrets_get : t -> (rw, Secret.t, array_t) Capnp.Array.t
Sourceval secrets_get_list : t -> Secret.t list
Sourceval secrets_get_array : t -> Secret.t array
Sourceval secrets_set : t -> (rw, Secret.t, array_t) Capnp.Array.t -> (rw, Secret.t, array_t) Capnp.Array.t
Sourceval secrets_set_list : t -> Secret.t list -> (rw, Secret.t, array_t) Capnp.Array.t
Sourceval secrets_set_array : t -> Secret.t array -> (rw, Secret.t, array_t) Capnp.Array.t
Sourceval secrets_init : t -> int -> (rw, Secret.t, array_t) Capnp.Array.t
Sourceval of_message : rw message_t -> t
Sourceval to_message : t -> rw message_t
Sourceval to_reader : t -> struct_t reader_t
Sourceval init_root : ?message_size:int -> unit -> t
Sourceval init_pointer : pointer_t -> t
OCaml

Innovation. Community. Security.