Represents the configuration of a server

Hierarchy

Constructors

Properties

url: string
variableConfiguration: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Methods

  • Sets the value of the variables of this server.

    Parameters

    • variableConfiguration: {
          [key: string]: string;
      }

      a partial variable configuration for the variables contained in the url

      • [key: string]: string

    Returns void

Generated using TypeDoc