org.squashtest.tm.service.statistics.campaign
Class CampaignProgressionStatistics

java.lang.Object
  extended by org.squashtest.tm.service.statistics.campaign.CampaignProgressionStatistics

public final class CampaignProgressionStatistics
extends Object


Constructor Summary
CampaignProgressionStatistics()
           
 
Method Summary
 void addi18nErrorMessage(String i18nErrorMessage)
           
 void computeCumulativeTestPerDate(List<Date> dates)
           
 void computeSchedule()
           
 List<Object[]> getCumulativeExecutionsPerDate()
           
 Collection<String> getErrors()
           
 Collection<ScheduledIteration> getScheduledIterations()
           
 void setCumulativeExecutionsPerDate(List<Object[]> cumulativeExecutionsPerDate)
           
 void setScheduledIterations(Collection<ScheduledIteration> scheduledIterations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CampaignProgressionStatistics

public CampaignProgressionStatistics()
Method Detail

getScheduledIterations

public Collection<ScheduledIteration> getScheduledIterations()

addi18nErrorMessage

public void addi18nErrorMessage(String i18nErrorMessage)

getErrors

public Collection<String> getErrors()

setScheduledIterations

public void setScheduledIterations(Collection<ScheduledIteration> scheduledIterations)

getCumulativeExecutionsPerDate

public List<Object[]> getCumulativeExecutionsPerDate()

setCumulativeExecutionsPerDate

public void setCumulativeExecutionsPerDate(List<Object[]> cumulativeExecutionsPerDate)

computeSchedule

public void computeSchedule()

computeCumulativeTestPerDate

public void computeCumulativeTestPerDate(List<Date> dates)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.