Interface ConnectionMetaDataVersion1


  • public interface ConnectionMetaDataVersion1
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Returns a display name for the connection, which can be used in logging and error reporting.
      java.lang.String getVersion()
      Returns the Gradle version for the connection.
    • Method Detail

      • getVersion

        java.lang.String getVersion()
        Returns the Gradle version for the connection.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns a display name for the connection, which can be used in logging and error reporting.