org.squashtest.tm.service.statistics.campaign
Class ScheduledIteration
java.lang.Object
org.squashtest.tm.service.statistics.campaign.ScheduledIteration
public final class ScheduledIteration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHED_ITER_NO_ITERATIONS_I18N
public static final String SCHED_ITER_NO_ITERATIONS_I18N
- See Also:
- Constant Field Values
SCHED_ITER_MISSING_DATES_I18N
public static final String SCHED_ITER_MISSING_DATES_I18N
- See Also:
- Constant Field Values
SCHED_ITER_OVERLAP_DATES_I18N
public static final String SCHED_ITER_OVERLAP_DATES_I18N
- See Also:
- Constant Field Values
ScheduledIteration
public ScheduledIteration()
ScheduledIteration
public ScheduledIteration(long id,
String name,
long testplanCount,
Date scheduledStart,
Date scheduledEnd)
getId
public long getId()
setId
public void setId(long id)
getName
public String getName()
setName
public void setName(String name)
getTestplanCount
public long getTestplanCount()
setTestplanCount
public void setTestplanCount(long testplanCount)
getScheduledStart
public Date getScheduledStart()
setScheduledStart
public void setScheduledStart(Date scheduledStart)
getScheduledEnd
public Date getScheduledEnd()
setScheduledEnd
public void setScheduledEnd(Date scheduledEnd)
getCumulativeTestsByDate
public Collection<Object[]> getCumulativeTestsByDate()
addCumulativeTestByDate
public void addCumulativeTestByDate(Object[] testByDate)
computeCumulativeTestByDate
public void computeCumulativeTestByDate(float initialCumulativeTests)
- Will fill the informations of field cumulativeTestsByDate. Basically it means the cumulative average number of test that must be run
within the scheduled time period per day, according to their workload.
checkIterationsDatesIntegrity
public static void checkIterationsDatesIntegrity(Collection<ScheduledIteration> iterations)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.