Interface BuildIdentifier


  • @Incubating
    public interface BuildIdentifier
    Identifies a Gradle build.
    • Method Detail

      • getName

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

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