Liking cljdoc? Tell your friends :D

dda.pallet.core.app


AwsIntegrationcljprotocol

aws-configureclj

(aws-configure crate-app options)

aws-installclj

(aws-install crate-app count options)

aws-serverspecclj

(aws-serverspec crate-app options)
source

AwsTargetscljprotocol

Protocol for interact on existing targets

Protocol for interact on existing targets

aws-providerclj

(aws-provider crate-app targets-config)

the existing provider for unresolved configuration

the existing provider for unresolved configuration

aws-provider-resolvedclj

(aws-provider-resolved crate-app targets-config)

the existing provider for allready resolved configurations.

the existing provider for allready resolved configurations.

aws-provisioning-specclj

(aws-provisioning-spec crate-app domain-config targets-config count)

aws-provisioning-spec-resolvedclj

(aws-provisioning-spec-resolved crate-app domain-config targets-config count)

execute-aws-configureclj

(execute-aws-configure crate-app domain-config target-config)

execute-aws-installclj

(execute-aws-install crate-app domain-config target-config count)

execute-aws-serverspecclj

(execute-aws-serverspec crate-app domain-config target-config verbosity)

load-aws-targetsclj

(load-aws-targets crate-app file-name)

load targets configuration from classpath / filesystem.

load targets configuration from classpath / filesystem.
sourceraw docstring

dispatch-by-crate-facilityclj

(dispatch-by-crate-facility crate-app domain-config)

Inputs: [crate-app :- DdaCrateApp domain-config] Returns: s/Keyword

Dispatcher for phase multimethods by facility. Also does a schema validation of arguments.

Inputs: [crate-app :- DdaCrateApp domain-config]
Returns: s/Keyword

Dispatcher for phase multimethods by facility. Also does a
 schema validation of arguments.
sourceraw docstring

Domaincljprotocol

load-domainclj

(load-domain crate-app file-name)

load the domain from classpath or filesystem.

load the domain from classpath or filesystem.
source

ExistingIntegrationcljprotocol

existing-app-rolloutclj

(existing-app-rollout crate-app options)

existing-configureclj

(existing-configure crate-app options)

existing-installclj

(existing-install crate-app options)

existing-serverspecclj

(existing-serverspec crate-app options)
source

ExistingTargetscljprotocol

Protocol for interact on existing targets

Protocol for interact on existing targets

execute-existing-app-rolloutclj

(execute-existing-app-rollout crate-app domain-config target-config)

execute-existing-configureclj

(execute-existing-configure crate-app domain-config target-config)

existing-providerclj

(existing-provider crate-app targets-config)

the existing provider for unresolved configuration

the existing provider for unresolved configuration

execute-existing-installclj

(execute-existing-install crate-app domain-config target-config)

existing-provisioning-specclj

(existing-provisioning-spec crate-app domain-config targets-config)

execute-existing-serverspecclj

(execute-existing-serverspec crate-app domain-config target-config verbosity)

load-existing-targetsclj

(load-existing-targets crate-app file-name)

load targets configuration from classpath / filesystem.

load targets configuration from classpath / filesystem.

existing-provisioning-spec-resolvedclj

(existing-provisioning-spec-resolved crate-app domain-config targets-config)

existing-provider-resolvedclj

(existing-provider-resolved crate-app targets-config)

the existing provider for allready resolved configurations.

the existing provider for allready resolved configurations.
sourceraw docstring

group-speccljmultimethod

Multimethod for creating group spec.

Multimethod for creating group spec.
sourceraw docstring

load-domain-hookcljmultimethod

Multimethod to modify domain after load.

Multimethod to modify domain after load.
sourceraw docstring

load-existing-targets-hookcljmultimethod

Multimethod to modify domain after load.

Multimethod to modify domain after load.
sourceraw docstring

make-dda-crate-appclj

(make-dda-crate-app &
                    {:keys [facility domain-schema domain-schema-resolved
                            default-domain-file default-targets-file]
                     :or {default-targets-file "targets.edn"}})

Creates a DdaCrateApp. (Wrapper for ->DdaCrateApp with validation.)

Creates a DdaCrateApp. (Wrapper for ->DdaCrateApp with validation.)
sourceraw docstring

pallet-group-specclj

(pallet-group-spec app-config server-specs)
source

ProvisioningUserclj

source

SessionSummarizationcljprotocol

default-session-passed?clj

(default-session-passed? crate-app session)

inspect session whether all tests has passed.

inspect session whether all tests has passed.

summarize-test-sessionclj

(summarize-test-session crate-app session & options)

make summary of tests session

make summary of tests session

test-session-passed?clj

(test-session-passed? crate-app session)

inspect session whether all tests has passed.

inspect session whether all tests has passed.
source

strict-map->DdaCrateAppclj

(strict-map->DdaCrateApp m24560 & [drop-extra-keys?__15845__auto__])

Factory function for class DdaCrateApp, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class DdaCrateApp, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close