Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • object
    • MavenPerBranchDeploymentRegistration

Index

Properties

baseUrl

baseUrl: string

Base URL on which the deployment will be done

commandLineArgumentsFor

commandLineArgumentsFor: function

Command line arguments for the startup process

Type declaration

    • (port: number, contextRoot: string): string[]
    • Parameters

      • port: number
      • contextRoot: string

      Returns string[]

lowerPort

lowerPort: number

Lower port of the range that will be scanned for a free port

maxConcurrentDeployments

maxConcurrentDeployments: number

The maximum number of concurrent deployments we allow. This is a valuable safeguard as too many can crash the machine.

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