com.microsoft.tfs.core.clients.build
Interface ISchedule


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

getBuildDefinition

IBuildDefinition getBuildDefinition()
The build definition that owns the schedule.

Returns:

getType

ScheduleType getType()
The type of schedule (Weekly is the only supported type currently)

Returns:

getStartTime

int getStartTime()
The time as seconds past midnight.

Returns:

setStartTime

void setStartTime(int value)

getDaysToBuild

ScheduleDays getDaysToBuild()
Specifies on which days of the week the schedule will trigger a build.

Returns:

setDaysToBuild

void setDaysToBuild(ScheduleDays value)


© 2015 Microsoft. All rights reserved.