Interface BuildScope

    • Method Detail

      • getId

        java.lang.String getId()
        The label.
      • order

        int order()
        Returns the "order" of this scope, usable to sort against other instances. Expected natural order is "main-compile", "test-compile"... (basically like the processing order).

        Note: this order is unrelated to ProjectPath.order() and BuildPath.order() and should be used only to sort build scope instances.