Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/gradle/build/gradleBuilder"

Index

Variables

Const GradleBuilder

GradleBuilder: function = gradleBuilder()

Type declaration

    • (goalInvocation: GoalInvocation, buildNo: string): Promise<BuildInProgress>
    • Parameters

      • goalInvocation: GoalInvocation
      • buildNo: string

      Returns Promise<BuildInProgress>

Functions

Const GradleErrorFinder

  • GradleErrorFinder(code: number, signal: string, log: WritableLog): boolean

gradleBuilder

  • Build with Gradle in the local automation client. This implementation requires Java and maven on the classpath. Note it is NOT intended for use for multiple organizations. It's OK for one organization to use inside its firewall, but there is potential vulnerability in builds of unrelated tenants getting at each others artifacts.

    Parameters

    Returns Builder

gradleCommand

Object literals

Const DefaultGradleBuilderOptions

DefaultGradleBuilderOptions: object

arguments

arguments: undefined[] = []

flags

flags: undefined[] = []

tasks

tasks: string[] = ["clean", "build"]

deploymentUnitFileLocator

  • deploymentUnitFileLocator(p: LocalProject, id: VersionedArtifact & ProjectIdentification): string

Generated using TypeDoc