Options
All
  • Public
  • Public/Protected
  • All
Menu
moduleexport
deprecated

Hierarchy

  • LocalDeployerOptions

Index

Properties

baseUrl

baseUrl: string

url of the host

commandLineArgumentsFor

commandLineArgumentsFor: function

Command line arguments for the startup process to expose our port and Atomist team if possible Should be an array as valid input into node spawn

param
returns

Type declaration

Optional lookupStrategy

lookupStrategy: LookupStrategy

Strategy for looking up already running services. Local deployers will have their own default.

Optional lowerPort

lowerPort: number

Initial port to use

successPatterns

successPatterns: RegExp[]

Pattern to find in output to indicate that the server has come up successfully. For example, matching something like "Started SpringRestSeedApplication in 3.931 seconds"

Generated using TypeDoc