NSHMP config

interface NshmpConfig {
    className: string;
    email: string;
    modelGitUrl: string;
    modelPath?: string;
    modelSha?: string;
    nshmpLibGitUrl?: string;
    nshmpLibSha?: string;
    siteFileUrl: string;
    sourceCodeGitUrl?: string;
    sourceCodeSha?: string;
}

Properties

className: string

Java class name of class to run.

Example: HazardCalc

email: string

Email to get notifications

modelGitUrl: string

The URL to the git repository of the model to use.

modelPath?: string

Path inside model tarball for hazard code to run

modelSha?: string

The SHA (branch, tag, etc) of the model to use

nshmpLibGitUrl?: string

URL to nshmp-lib.

Defaults to using version defined in nshmp-haz Gradle file.

nshmpLibSha?: string

The SHA of nshmp-lib

siteFileUrl: string

URL to site file.

sourceCodeGitUrl?: string

The URL to the repository of the hazard to use.

sourceCodeSha?: string

The SHA (branch, tag, etc) of the source code to use