Interface ModelElement

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.gradle.api.Named

        Named.Namer
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this element. Each element has a name associated with it, that uniquely identifies the element amongst its siblings. Some element have their name generated or automatically assigned, and for these elements the name may not be human consumable.
        Specified by:
        getName in interface Named
        Returns:
        The name. Never null.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns a human-consumable display name for this element.