public enum RegexpForMatrixStrategy extends Enum<RegexpForMatrixStrategy>
| Enum Constant and Description |
|---|
TestChildrenRetriggerAll |
TestChildrenRetriggerMatched |
TestParent |
| Modifier and Type | Method and Description |
|---|---|
static RegexpForMatrixStrategy |
getDefault() |
String |
getDisplayName() |
static RegexpForMatrixStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexpForMatrixStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegexpForMatrixStrategy TestChildrenRetriggerAll
public static final RegexpForMatrixStrategy TestChildrenRetriggerMatched
public static final RegexpForMatrixStrategy TestParent
public static RegexpForMatrixStrategy[] values()
for (RegexpForMatrixStrategy c : RegexpForMatrixStrategy.values()) System.out.println(c);
public static RegexpForMatrixStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName()
@Nonnull public static RegexpForMatrixStrategy getDefault()
Copyright © 2016–2019. All rights reserved.