Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/sdm/binding/project/FileSystemProjectLoader"

Index

Variables

Const AtomistTemporaryBranch

AtomistTemporaryBranch: "atomist-internal" = "atomist-internal"

Functions

atomistTemporaryBranchFor

  • atomistTemporaryBranchFor(branch: string): string

changeToPushToAtomistBranch

  • changeToPushToAtomistBranch(localConfig: LocalSoftwareDeliveryMachineOptions): function
  • Change the behavior of our project to push to an Atomist branch and merge if it cannot push to the checked out branch.

    Parameters

    • localConfig: LocalSoftwareDeliveryMachineOptions

    Returns function

      • (p: GitProject): Promise<GitProject>
      • Parameters

        • p: GitProject

        Returns Promise<GitProject>

isAtomistTemporaryBranch

  • isAtomistTemporaryBranch(branch: string): boolean

Generated using TypeDoc