public final class PluginArtifact extends Object implements PluginProjectChange
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginArtifact.ArtifactType
Specifies whether to add the artifact to <bundledArtifacts> or <pluginArtifacts>.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactId |
getGroupAndArtifactId() |
PluginArtifact.ArtifactType |
getType() |
VersionId |
getVersionId() |
static PluginArtifact |
pluginArtifact(PluginArtifact.ArtifactType type,
ArtifactId groupAndArtifactId,
VersionId versionId) |
String |
toString() |
public static PluginArtifact pluginArtifact(PluginArtifact.ArtifactType type, ArtifactId groupAndArtifactId, VersionId versionId)
public PluginArtifact.ArtifactType getType()
public ArtifactId getGroupAndArtifactId()
public VersionId getVersionId()
Copyright © 2015 Atlassian. All rights reserved.