|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Maven2ArtifactProperties | |
---|---|
com.atlassian.bamboo.plugins.maven2 |
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.Collection<Maven2ArtifactProperties> |
GroupedMaven2ArtifactProperties.getAllArtifacts()
|
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 |
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.maven2 with parameters of type Maven2ArtifactProperties | |
---|---|
void |
GroupedMaven2ArtifactProperties.add(Maven2ArtifactProperties properties)
|
void |
Maven2ProjectProperties.addArtifact(Maven2ArtifactProperties artifact)
|
void |
Maven2ProjectProperties.addDependencyArtifact(Maven2ArtifactProperties artifact)
|
boolean |
Maven2ArtifactPropertiesIsSnapshotPredicate.apply(Maven2ArtifactProperties artifactProperties)
|
int |
Maven2ArtifactPropertiesSnapshotFirstComparator.compare(Maven2ArtifactProperties lhs,
Maven2ArtifactProperties rhs)
|
java.util.List<Chain> |
ViewMaven2ChainSummary.getArtifactConsumers(Maven2ArtifactProperties artifactProperties)
|
java.util.List<Chain> |
ViewMaven2ChainSummary.getArtifactProducers(Maven2ArtifactProperties artifactProperties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |