Interface JvmTarget

All Superinterfaces:
org.gradle.api.Named
All Known Implementing Classes:
JavaTarget

public interface JvmTarget 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
    default void
    dependencies(org.gradle.api.Action<? super org.gradle.api.experimental.common.LibraryDependencies> action)
     
    org.gradle.api.experimental.common.LibraryDependencies
     
     
    default void
    testing(org.gradle.api.Action<? super Testing> action)
     

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getDependencies

      org.gradle.api.experimental.common.LibraryDependencies getDependencies()
    • dependencies

      default void dependencies(org.gradle.api.Action<? super org.gradle.api.experimental.common.LibraryDependencies> action)
    • getTesting

      Testing getTesting()
    • testing

      default void testing(org.gradle.api.Action<? super Testing> action)