Enum MvnTestExecutorAssignmentReason_1
java.lang.Object
java.lang.Enum<MvnTestExecutorAssignmentReason_1>
com.gradle.scan.eventmodel.maven.testdistribution.MvnTestExecutorAssignmentReason_1
- All Implemented Interfaces:
Serializable
,Comparable<MvnTestExecutorAssignmentReason_1>
,Constable
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public enum MvnTestExecutorAssignmentReason_1
extends Enum<MvnTestExecutorAssignmentReason_1>
The reason for assigning test executor to a particular test.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MvnTestExecutorAssignmentReason_1[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
-
CONNECTION_TO_AGENT_LOST
@MavenExtensionVersion(since="1.18") public static final MvnTestExecutorAssignmentReason_1 CONNECTION_TO_AGENT_LOST -
CONTAINER_RETRIED
@MavenExtensionVersion(since="1.18") public static final MvnTestExecutorAssignmentReason_1 CONTAINER_RETRIED
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-