Interface IndraGitService.Parameters

All Superinterfaces:
org.gradle.api.services.BuildServiceParameters
Enclosing class:
IndraGitService

public static interface IndraGitService.Parameters extends org.gradle.api.services.BuildServiceParameters
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.services.BuildServiceParameters

    org.gradle.api.services.BuildServiceParameters.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.file.DirectoryProperty
    The base directory of the build.
  • Method Details

    • getBaseDirectory

      org.gradle.api.file.DirectoryProperty getBaseDirectory()
      The base directory of the build.

      All git repositories must be contained within this directory.

      Returns:
      the base directory