View Source Gitly.Task.Builder (gitly v0.1.0)

A module to build a task order.

Summary

Functions

Builds a task order based on the given options.

Types

Link to this type

build_task_order_opts()

View Source
@type build_task_order_opts() :: [
  url: String.t(),
  path: String.t(),
  force: boolean(),
  cache: boolean()
]

Functions

@spec build_task_order(build_task_order_opts()) :: [
  %Gitly.Task{error: term(), label: term(), result: term(), task: term()}
]

Builds a task order based on the given options.