Interface BuildIdentifier


  • public interface BuildIdentifier
    Identifies a Gradle build. The identifier is unique within a Gradle invocation, so for example, each included build will have a different identifier.
    • Method Detail

      • getName

        String getName()
        The name of the build.
      • isCurrentBuild

        boolean isCurrentBuild()
        Is this build the one that's currently executing?