Interface PluginRegistration

All Superinterfaces:
org.gradle.api.Named

public interface PluginRegistration extends org.gradle.api.Named
  • Nested Class Summary

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

    org.gradle.api.Named.Namer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.Property<String>
     
    org.gradle.api.provider.Property<String>
     

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getDescription

      org.gradle.api.provider.Property<String> getDescription()
    • getImplementationClass

      org.gradle.api.provider.Property<String> getImplementationClass()