Package | Description |
---|---|
com.atlassian.bamboo.plugins.maven.dependencies | |
com.atlassian.bamboo.plugins.maven2 |
Modifier and Type | Method and Description |
---|---|
Collection<Maven2ArtifactProperties> |
GroupedMaven2ArtifactProperties.getAllArtifacts() |
List<Maven2ArtifactProperties> |
ViewMaven2ChainSummary.getProjectArtifacts() |
List<Maven2ArtifactProperties> |
ViewMaven2ChainSummary.getProjectDependencies() |
Collection<Maven2ArtifactProperties> |
GroupedMaven2ArtifactProperties.getReleases() |
Collection<Maven2ArtifactProperties> |
GroupedMaven2ArtifactProperties.getSnapshots() |
Modifier and Type | Method and Description |
---|---|
void |
GroupedMaven2ArtifactProperties.add(Maven2ArtifactProperties properties) |
List<Chain> |
ViewMaven2ChainSummary.getArtifactConsumers(Maven2ArtifactProperties artifactProperties) |
List<Chain> |
ViewMaven2ChainSummary.getArtifactProducers(Maven2ArtifactProperties artifactProperties) |
Modifier and Type | Method and Description |
---|---|
static Maven2ArtifactProperties |
Maven2ArtifactProperties.Factory.create(org.apache.maven.artifact.Artifact artifact) |
static Maven2ArtifactProperties |
Maven2ArtifactProperties.Factory.create(org.apache.maven.model.Dependency dependency) |
static Maven2ArtifactProperties |
Maven2ArtifactProperties.Factory.create(String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
Set<Maven2ArtifactProperties> |
Maven2ProjectProperties.getArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream
|
Set<Maven2ArtifactProperties> |
Maven2ProjectProperties.getDependencyArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream
|
static com.google.common.collect.Ordering<Maven2ArtifactProperties> |
Maven2ArtifactPropertiesUtils.maven2ArtifactPropertiesSnapshotFirstOrdering() |
Modifier and Type | Method and Description |
---|---|
void |
Maven2ProjectProperties.addArtifact(Maven2ArtifactProperties artifact) |
void |
Maven2ProjectProperties.addDependencyArtifact(Maven2ArtifactProperties artifact) |
static boolean |
Maven2ArtifactPropertiesUtils.isSnapshot(Maven2ArtifactProperties properties) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.