public enum ArtifactSearchType extends java.lang.Enum<ArtifactSearchType>
| Enum Constant and Description |
|---|
Build |
Defect |
Release |
Requirement |
TestCase |
TestCycle |
TestRun |
TestSuite |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
getObjectType() |
static ArtifactSearchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactSearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactSearchType Release
public static final ArtifactSearchType Build
public static final ArtifactSearchType Requirement
public static final ArtifactSearchType TestCase
public static final ArtifactSearchType TestCycle
public static final ArtifactSearchType TestSuite
public static final ArtifactSearchType TestRun
public static final ArtifactSearchType Defect
public static ArtifactSearchType[] values()
for (ArtifactSearchType c : ArtifactSearchType.values()) System.out.println(c);
public static ArtifactSearchType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ObjectType getObjectType()