|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchedule
Method Summary | |
---|---|
IBuildDefinition |
getBuildDefinition()
The build definition that owns the schedule. |
ScheduleDays |
getDaysToBuild()
Specifies on which days of the week the schedule will trigger a build. |
int |
getStartTime()
The time as seconds past midnight. |
ScheduleType |
getType()
The type of schedule (Weekly is the only supported type currently) |
void |
setDaysToBuild(ScheduleDays value)
|
void |
setStartTime(int value)
|
Method Detail |
---|
IBuildDefinition getBuildDefinition()
ScheduleType getType()
int getStartTime()
void setStartTime(int value)
ScheduleDays getDaysToBuild()
void setDaysToBuild(ScheduleDays value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |