Package 

Interface KotlinExecution

  • All Implemented Interfaces:
    org.gradle.api.Named

    
    public interface KotlinExecution<SourceType extends KotlinExecution.ExecutionSource>
     implements Named
                        

    An execution of Kotlin code. Executions in a single family (e.g. test runs) are distinguished by Named.getName. Names may not be unique across different execution families, such as test runs of different targets.

    A particular kind of execution is a KotlinTestRun which runs tests.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract SourceType getExecutionSource() The source of the executable code that this execution runs from.
      • Methods inherited from class org.gradle.api.Named

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait