public static enum PluginArtifact.ArtifactType extends Enum<PluginArtifact.ArtifactType>
| Enum Constant and Description |
|---|
BUNDLED_ARTIFACT |
PLUGIN_ARTIFACT |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName() |
static PluginArtifact.ArtifactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginArtifact.ArtifactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginArtifact.ArtifactType BUNDLED_ARTIFACT
public static final PluginArtifact.ArtifactType PLUGIN_ARTIFACT
public static PluginArtifact.ArtifactType[] values()
for (PluginArtifact.ArtifactType c : PluginArtifact.ArtifactType.values()) System.out.println(c);
public static PluginArtifact.ArtifactType 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 getElementName()
Copyright © 2015 Atlassian. All rights reserved.