CommonX v0.0.1 GoCD.Material View Source

GoCD material.

TODO: more info.

Link to this section Summary

Types

t()

GoCD material

Functions

Parse a GoCD material

Link to this section Types

Link to this type

t() View Source
t() :: %GoCD.Material{
  description: String.t(),
  fingerprint: String.t(),
  type: :git
}

GoCD material.

TODO: more info.

Link to this type

type() View Source
type() :: :git | :svn | :hg | :p4 | :tfs | :dependency | :package | :plugin

Link to this section Functions

Link to this function

parse(data) View Source
parse(map()) :: {:ok, t()} | {:error, atom()}

Parse a GoCD material.