com.atlassian.bamboo.plugins.maven.dependencies
Class GroupedMaven2ArtifactProperties
java.lang.Object
com.atlassian.bamboo.plugins.maven.dependencies.GroupedMaven2ArtifactProperties
public class GroupedMaven2ArtifactProperties
- extends Object
Holds a list of Maven2ArtifactProperties
that share the same GroupId and is either snapshot or release versioned
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupedMaven2ArtifactProperties
public GroupedMaven2ArtifactProperties(String groupId)
getGroupId
public String getGroupId()
add
public void add(@NotNull
Maven2ArtifactProperties properties)
getSnapshots
@NotNull
public Collection<Maven2ArtifactProperties> getSnapshots()
getReleases
@NotNull
public Collection<Maven2ArtifactProperties> getReleases()
getAllArtifacts
@NotNull
public Collection<Maven2ArtifactProperties> getAllArtifacts()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.