public final class ScheduledIteration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LONE_ITERATION_MISSING_DATES_I18N |
static String |
SCHED_ITER_MISSING_DATES_I18N |
static String |
SCHED_ITER_NO_ITERATIONS_I18N |
static String |
SCHED_ITER_OVERLAP_DATES_I18N |
| Constructor and Description |
|---|
ScheduledIteration() |
ScheduledIteration(long id,
String name,
long testplanCount,
Date scheduledStart,
Date scheduledEnd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCumulativeTestByDate(Object[] testByDate) |
static void |
checkIterationDatesAreSet(ScheduledIteration iteration) |
static void |
checkIterationDatesIntegrity(ScheduledIteration iteration) |
static void |
checkIterationsDatesIntegrity(Collection<ScheduledIteration> iterations) |
void |
computeCumulativeTestByDate(float initialCumulativeTests)
Will fill the informations of field cumulativeTestsByDate.
|
Collection<Object[]> |
getCumulativeTestsByDate() |
long |
getId() |
String |
getName() |
Date |
getScheduledEnd() |
Date |
getScheduledStart() |
long |
getTestplanCount() |
void |
setId(long id) |
void |
setName(String name) |
void |
setScheduledEnd(Date scheduledEnd) |
void |
setScheduledStart(Date scheduledStart) |
void |
setTestplanCount(long testplanCount) |
public static final String SCHED_ITER_NO_ITERATIONS_I18N
public static final String SCHED_ITER_MISSING_DATES_I18N
public static final String SCHED_ITER_OVERLAP_DATES_I18N
public static final String LONE_ITERATION_MISSING_DATES_I18N
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public long getTestplanCount()
public void setTestplanCount(long testplanCount)
public Date getScheduledStart()
public void setScheduledStart(Date scheduledStart)
public Date getScheduledEnd()
public void setScheduledEnd(Date scheduledEnd)
public Collection<Object[]> getCumulativeTestsByDate()
public void addCumulativeTestByDate(Object[] testByDate)
public void computeCumulativeTestByDate(float initialCumulativeTests)
public static void checkIterationDatesIntegrity(ScheduledIteration iteration)
public static void checkIterationDatesAreSet(ScheduledIteration iteration)
public static void checkIterationsDatesIntegrity(Collection<ScheduledIteration> iterations)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.