com.microsoft.tfs.core.clients.build.flags
Class ScheduleType

java.lang.Object
  extended by com.microsoft.tfs.core.clients.build.flags.ScheduleType

public class ScheduleType
extends java.lang.Object

Describes the schedule type.

Since:
TEE-SDK-10.1

Field Summary
static ScheduleType WEEKLY
          A weekly schedule type.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEEKLY

public static final ScheduleType WEEKLY
A weekly schedule type.

Method Detail

getValue

public int getValue()
Returns:
the value

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)


© 2015 Microsoft. All rights reserved.