Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/java/deploy/MavenPerBranchSpringBootDeploymentGoal"

Index

Variables

Const deploymentEndpoints

deploymentEndpoints: object

Type declaration

  • [key: string]: object
    • endpoint: string
    • sha: string

Functions

deploymentToString

  • deploymentToString(deploymentKey: string): string

executeMavenPerBranchSpringBootDeploy

handleListDeploys

  • handleListDeploys(ctx: HandlerContext): Promise<HandlerResult>

reportFailureToUser

  • reportFailureToUser(gi: GoalInvocation, log: string): Promise<void>

springBootMavenArgs

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

Object literals

Const ListBranchDeploys

ListBranchDeploys: object

description

description: string = "List local deployments of repository across all branches"

intent

intent: string = "list branch deploys"

name

name: string = "listLocalDeploys"

listener

  • listener(ci: CommandListenerInvocation<NoParameters>): Promise<HandlerResult>

Generated using TypeDoc