Interface TaskOperationDescriptor

    • Method Detail

      • getTaskPath

        java.lang.String getTaskPath()
        Returns the path of the task.
      • getOriginPlugin

        @Nullable
        PluginIdentifier getOriginPlugin()
        Returns the identifier of the plugin that registered this task, if available.
        Returns:
        the origin plugin; null if unknown
        Throws:
        UnsupportedMethodException - For Gradle versions older than 5.1, where this method is not supported.
        Since:
        5.1