public class ProjectRepositoryEntries
extends java.lang.Object
implements java.io.Serializable
ProjectRepositoryEntries of a single project.| Constructor and Description |
|---|
ProjectRepositoryEntries() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryEntry |
addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the specified repository entry to the repository entries available for the corresponding versionTag.
|
java.util.TreeMap<java.lang.String,RepositoryTagVersions> |
getRepositoryEntries()
Returns the TreeMap of repository entries, where the key represents
the version tag, while the value is the corresponding RepositoryEntry.
|
RepositoryTagVersions |
getRepositoryTagVersions(java.lang.String versionTag)
Returns the
RepositoryTagVersions for the specified tag. |
public java.util.TreeMap<java.lang.String,RepositoryTagVersions> getRepositoryEntries()
public RepositoryEntry addRepositoryEntry(RepositoryEntry repositoryEntry)
repositoryEntry - the repository entrypublic RepositoryTagVersions getRepositoryTagVersions(java.lang.String versionTag)
RepositoryTagVersions for the specified tag.versionTag - the version tag