|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
com.microsoft.tfs.core.clients.build.flags.QueryDeletedOption2010
public class QueryDeletedOption2010
Options for querying deleted items.
Field Summary | |
---|---|
static QueryDeletedOption2010 |
EXCLUDE_DELETED
Include only non-deleted builds. |
static QueryDeletedOption2010 |
INCLUDE_DELETED
Include deleted and non-deleted builds. |
static QueryDeletedOption2010 |
ONLY_DELETED
Include only deleted builds. |
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
---|
webServiceObject |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
static QueryDeletedOption2010 |
fromWebServiceObject(ms.tfs.build.buildservice._03._QueryDeletedOption webServiceObject)
Gets the correct wrapper type for the given web service object. |
ms.tfs.build.buildservice._03._QueryDeletedOption |
getWebServiceObject()
Gets the web service object this class wraps. |
int |
hashCode()
|
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper |
---|
fromWebServiceObject |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QueryDeletedOption2010 EXCLUDE_DELETED
public static final QueryDeletedOption2010 INCLUDE_DELETED
public static final QueryDeletedOption2010 ONLY_DELETED
Method Detail |
---|
public static QueryDeletedOption2010 fromWebServiceObject(ms.tfs.build.buildservice._03._QueryDeletedOption webServiceObject)
webServiceObject
- the web service object (must not be null
)
java.lang.RuntimeException
- if no wrapper type is known for the given web service objectpublic ms.tfs.build.buildservice._03._QueryDeletedOption getWebServiceObject()
public boolean equals(java.lang.Object o)
equals
in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
public int hashCode()
hashCode
in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |