Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/handlers/addCloudFoundryManifest"

Index

Variables

Const AddCloudFoundryManifestMarker

AddCloudFoundryManifestMarker: "[atomist:add-pcf-manifest]" = "[atomist:add-pcf-manifest]"

Const AtomistConfigTsPath

AtomistConfigTsPath: "src/atomist.config.ts" = "src/atomist.config.ts"

Const AtomistGeneratedMarker

AtomistGeneratedMarker: "[atomist:generated]" = "[atomist:generated]"

Const StartAutomationClientCommand

StartAutomationClientCommand: "node --trace-warnings --expose_gc --optimize_for_size --always_compact --max_old_space_size=384 node_modules/@atomist/automation-client/start.client.js" = "node --trace-warnings --expose_gc --optimize_for_size --always_compact --max_old_space_size=384 node_modules/@atomist/automation-client/start.client.js"

Functions

Const addCloudFoundryManifestTransform

  • addCloudFoundryManifestTransform(p: Project, ctx: PushAwareParametersInvocation<NoParameters>): Promise<any>

Const automationClientManifestFor

  • automationClientManifestFor(name: any, teamId: any): string

Const javaManifestFor

  • javaManifestFor(name: any, teamId: any): string

Const nodeManifestFor

  • nodeManifestFor(name: any, teamId: any): string

Object literals

Const AddCloudFoundryManifest

AddCloudFoundryManifest: object

Command handler wrapping AddCloudFoundryManifest editor

type

{HandleCommand}

intent

intent: string = "Add Cloud Foundry manifest"

name

name: string = "AddCloudFoundryManifest"

transform

transform: function = addCloudFoundryManifestTransform

Type declaration

    • (p: Project, papi: PushAwareParametersInvocation<P>, params?: P): Promise<TransformReturnable>
    • Parameters

      • p: Project
      • papi: PushAwareParametersInvocation<P>
      • Optional params: P

      Returns Promise<TransformReturnable>

transformPresentation

  • transformPresentation(): PullRequest

Generated using TypeDoc