jenkinsPlugins2nix-0.2.0.0: Generate nix for Jenkins plugins.

Copyright(c) 2017 Mateusz Kowalczyk
LicenseBSD3
Safe HaskellSafe
LanguageHaskell2010

Nix.JenkinsPlugins2Nix.Types

Description

Types used through-out jenkinsPlugins2nix

Synopsis

Documentation

data Config Source #

Program configuration

Constructors

Config 

Fields

data Manifest Source #

Plugin meta-data.

Constructors

Manifest 

Fields

data Plugin Source #

All the information we need about the plugin to generate a nix expression.

Constructors

Plugin 

Fields

data ResolutionStrategy Source #

The way in which version of dependencies will be picked.

Constructors

AsGiven

Pick the version of the dependency that the package tells us about in its manifest file. If none, latest version available is used.

Latest

Always pick latest version of the dependency we're told about.