| Package | Description |
|---|---|
| com.atlassian.plugins.codegen |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDependency.Scope |
ArtifactDependency.getScope() |
static ArtifactDependency.Scope |
ArtifactDependency.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactDependency.Scope[] |
ArtifactDependency.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactDependency |
ArtifactDependency.dependency(ArtifactId groupAndArtifactId,
String version,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
static ArtifactDependency |
ArtifactDependency.dependency(ArtifactId groupAndArtifactId,
VersionId versionId,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
static ArtifactDependency |
ArtifactDependency.dependency(String groupId,
String artifactId,
String version,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
static ArtifactDependency |
ArtifactDependency.dependency(String groupId,
String artifactId,
VersionId versionId,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
Copyright © 2015 Atlassian. All rights reserved.