public class GroupedMaven2ArtifactProperties extends Object
Maven2ArtifactProperties that share the same GroupId and is either snapshot or release versioned| Modifier and Type | Class and Description |
|---|---|
static class |
GroupedMaven2ArtifactProperties.Predicates |
| Constructor and Description |
|---|
GroupedMaven2ArtifactProperties(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Maven2ArtifactProperties properties) |
Collection<Maven2ArtifactProperties> |
getAllArtifacts() |
String |
getGroupId() |
Collection<Maven2ArtifactProperties> |
getReleases() |
Collection<Maven2ArtifactProperties> |
getSnapshots() |
public GroupedMaven2ArtifactProperties(String groupId)
public String getGroupId()
public void add(@NotNull
Maven2ArtifactProperties properties)
@NotNull public Collection<Maven2ArtifactProperties> getSnapshots()
@NotNull public Collection<Maven2ArtifactProperties> getReleases()
@NotNull public Collection<Maven2ArtifactProperties> getAllArtifacts()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.