Groovy Documentation

org.gradle.api.tasks.testing
Enum ForkMode

java.lang.Object
  java.lang.Enum
      org.gradle.api.tasks.testing.ForkMode

enum ForkMode
extends java.lang.Enum

author:
Hans Dockter


Enum Constant Summary
ONCE

PER_TEST

 
Field Summary
java.lang.String name

 
Method Summary
def ForkMode(java.lang.String name)

java.lang.String toString()

ForkMode valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

org.gradle.api.tasks.testing.ForkMode[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class java.lang.Enum
hashCode, compareTo, compareTo, equals, toString, name, valueOf, getDeclaringClass, ordinal, getClass, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Enum Constant Detail

ONCE

ForkMode ONCE


PER_TEST

ForkMode PER_TEST


 
Field Detail

name

java.lang.String name


 
Method Detail

ForkMode

public def ForkMode(java.lang.String name)
author:
Hans Dockter


toString

public java.lang.String toString()


valueOf

ForkMode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

org.gradle.api.tasks.testing.ForkMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation