Package 

Interface BazelRule

  • All Implemented Interfaces:
    com.grab.grazel.bazel.starlark.StarlarkType

    
    public interface BazelRule
     implements StarlarkType
                        

    Type representing a Starlark Bazel rule.

    • Method Summary

      Modifier and Type Method Description
      abstract String getName()
      abstract Unit setName(String name)
      • Methods inherited from class com.grab.grazel.bazel.rules.BazelRule

        statements
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait