org.rhq.enterprise.server.plugin.pc.content
Class DistributionSyncReport
java.lang.Object
org.rhq.enterprise.server.plugin.pc.content.DistributionSyncReport
public class DistributionSyncReport
- extends Object
Accumulates all the synced distros into a collection
- Author:
- Pradeep Kilambi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributionSyncReport
public DistributionSyncReport(int repoIdIn)
getRepoId
public int getRepoId()
setRepoId
public void setRepoId(int repoIdIn)
getDistributions
public List<DistributionDetails> getDistributions()
addDistro
public void addDistro(DistributionDetails distroIn)
addDistros
public void addDistros(Collection<DistributionDetails> distrosIn)
getDeletedDistributions
public List<DistributionDetails> getDeletedDistributions()
addDeletedDistro
public void addDeletedDistro(DistributionDetails distroIn)
addDeletedDistros
public void addDeletedDistros(Collection<DistributionDetails> distrosIn)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.