CommonX v0.0.1 GoCD.Server.Version View Source

GoCD server version.

Link to this section Summary

Types

t()

GoCD server version

Functions

Parse GoCD server version

Link to this section Types

Link to this type

t() View Source
t() :: %GoCD.Server.Version{
  build_number: non_neg_integer(),
  commit_url: String.t(),
  full_version: String.t(),
  git_sha: String.t(),
  version: Version.t()
}

GoCD server version.

Link to this section Functions

Link to this function

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

Parse GoCD server version.