|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Maven2ArtifactProperties | |
|---|---|
| com.atlassian.bamboo.plugins.maven.dependencies | |
| com.atlassian.bamboo.plugins.maven2 | |
| Uses of Maven2ArtifactProperties in com.atlassian.bamboo.plugins.maven.dependencies |
|---|
| Methods in com.atlassian.bamboo.plugins.maven.dependencies that return types with arguments of type Maven2ArtifactProperties | |
|---|---|
java.util.Collection<Maven2ArtifactProperties> |
GroupedMaven2ArtifactProperties.getAllArtifacts()
|
java.util.List<Maven2ArtifactProperties> |
ViewMaven2ChainSummary.getProjectArtifacts()
|
java.util.List<Maven2ArtifactProperties> |
ViewMaven2ChainSummary.getProjectDependencies()
|
java.util.Collection<Maven2ArtifactProperties> |
GroupedMaven2ArtifactProperties.getReleases()
|
java.util.Collection<Maven2ArtifactProperties> |
GroupedMaven2ArtifactProperties.getSnapshots()
|
| Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type Maven2ArtifactProperties | |
|---|---|
void |
GroupedMaven2ArtifactProperties.add(Maven2ArtifactProperties properties)
|
java.util.List<Chain> |
ViewMaven2ChainSummary.getArtifactConsumers(Maven2ArtifactProperties artifactProperties)
|
java.util.List<Chain> |
ViewMaven2ChainSummary.getArtifactProducers(Maven2ArtifactProperties artifactProperties)
|
| Uses of Maven2ArtifactProperties in com.atlassian.bamboo.plugins.maven2 |
|---|
| Methods in com.atlassian.bamboo.plugins.maven2 that return Maven2ArtifactProperties | |
|---|---|
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(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version)
|
| Methods in com.atlassian.bamboo.plugins.maven2 that return types with arguments of type Maven2ArtifactProperties | |
|---|---|
static com.google.common.base.Function<org.apache.maven.artifact.Artifact,Maven2ArtifactProperties> |
Maven2ArtifactProperties.Factory.fromArtifact()
|
java.util.Set<Maven2ArtifactProperties> |
Maven2ProjectProperties.getArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream |
java.util.Set<Maven2ArtifactProperties> |
Maven2ProjectProperties.getDependencyArtifacts()
Additional lazy initialization added for the rare case of incomplete deserialization from xstream |
static com.google.common.base.Predicate<Maven2ArtifactProperties> |
Maven2ArtifactPropertiesUtils.maven2ArtifactPropertiesIsSnapshot()
|
static com.google.common.collect.Ordering<Maven2ArtifactProperties> |
Maven2ArtifactPropertiesUtils.maven2ArtifactPropertiesSnapshotFirstOrdering()
|
| Methods in com.atlassian.bamboo.plugins.maven2 with parameters of type Maven2ArtifactProperties | |
|---|---|
void |
Maven2ProjectProperties.addArtifact(Maven2ArtifactProperties artifact)
|
void |
Maven2ProjectProperties.addDependencyArtifact(Maven2ArtifactProperties artifact)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||