Uses of Class
com.microsoft.tfs.core.clients.build.flags.ScheduleDays

Packages that use ScheduleDays
com.microsoft.tfs.core.clients.build   
com.microsoft.tfs.core.clients.build.flags   
 

Uses of ScheduleDays in com.microsoft.tfs.core.clients.build
 

Methods in com.microsoft.tfs.core.clients.build that return ScheduleDays
 ScheduleDays ISchedule.getDaysToBuild()
          Specifies on which days of the week the schedule will trigger a build.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type ScheduleDays
 void ISchedule.setDaysToBuild(ScheduleDays value)
           
 

Uses of ScheduleDays in com.microsoft.tfs.core.clients.build.flags
 

Methods in com.microsoft.tfs.core.clients.build.flags with parameters of type ScheduleDays
 void ScheduleDays.addAll(ScheduleDays flagSetWrapper)
           
 boolean ScheduleDays.containsAll(ScheduleDays flagSetWrapper)
           
 boolean ScheduleDays.containsAny(ScheduleDays flagSetWrapper)
           
 boolean ScheduleDays.removeAll(ScheduleDays flagSetWrapper)
           
 



© 2015 Microsoft. All rights reserved.