Describes the environment within which the system is executed.

Name
Deployment View
Parent
Iteration
Facade

Context

Elements

Deployments
DoctypeNode / ArtifactDescription
node
artifact repository
global public cloud repository for binary artifacts, similar to mavenCentral. HtmlSC binaries are uploaded to this server.
artifact
build.gradle
Gradle build script configuring (among other things) the HtmlSC plugin to perform the Html checking.
node
hsc user computer
where arbitrary documentation takes place with html as output formats.
node
hsc-development
where development of HtmlSC takes place
artifact
hsc-plugin-binary
Compiled and packaged version of HtmlSC including required dependencies.

Description

The three nodes (computers) shown in Deployment are connected via public internet.

Sanity checker will:

  1. be bundled as a single jar.

  2. be uploaded to the Bintray repository,

  3. referencable within a gradle buildfile.

  4. provide a main method with parameters and options, so all checks can be called from the command line.