Enum MvnTestSelectionFailureType_1
java.lang.Object
java.lang.Enum<MvnTestSelectionFailureType_1>
com.gradle.scan.eventmodel.maven.pts.MvnTestSelectionFailureType_1
- All Implemented Interfaces:
Serializable,Comparable<MvnTestSelectionFailureType_1>,Constable
@MavenExtensionVersion(since="1.14")
public enum MvnTestSelectionFailureType_1
extends Enum<MvnTestSelectionFailureType_1>
Indicates why a selection request was not successful.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MvnTestSelectionFailureType_1[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BUILD_AGENT_INTERNAL_ERROR
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 BUILD_AGENT_INTERNAL_ERROR -
BUILD_AGENT_NETWORK_UNAVAILABLE
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 BUILD_AGENT_NETWORK_UNAVAILABLE -
BUILD_AGENT_OFFLINE
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 BUILD_AGENT_OFFLINE -
CLIENT_UNAUTHORIZED
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 CLIENT_UNAUTHORIZED -
SERVICE_EXTENSION_DISABLED
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 SERVICE_EXTENSION_DISABLED -
SERVICE_INSUFFICIENT_CHANGE_HISTORY
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 SERVICE_INSUFFICIENT_CHANGE_HISTORY -
SERVICE_INTERNAL_ERROR
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 SERVICE_INTERNAL_ERROR -
SERVICE_PROCESSING_TIMEOUT
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 SERVICE_PROCESSING_TIMEOUT -
SERVICE_UNPROCESSED_EXECUTIONS
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 SERVICE_UNPROCESSED_EXECUTIONS -
UNSUPPORTED_TEST_TASK
@MavenExtensionVersion(since="1.14") public static final MvnTestSelectionFailureType_1 UNSUPPORTED_TEST_TASK -
TEST_TARGET_INPUTS_INDETERMINABLE
@MavenExtensionVersion(since="1.16") public static final MvnTestSelectionFailureType_1 TEST_TARGET_INPUTS_INDETERMINABLE -
UNSUPPORTED_CLIENT
@MavenExtensionVersion(since="1.16") public static final MvnTestSelectionFailureType_1 UNSUPPORTED_CLIENT
-
-
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
-
from
-