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


public interface IBuildDeletionResult


Method Summary
 IFailure getDropLocationFailure()
          Gets the failure associated with drop location deletion (if one occurred).
 IFailure getLabelFailure()
          Gets the failure associated with label deletion (if one occurred).
 IFailure getSymbolsFailure()
          Gets the failure associated with symbols deletion (if one occurred).
 IFailure getTestResultFailure()
          Gets the failure associated with test result deletion (if one occurred).
 boolean isSuccessful()
          Gets a value indicating the complete or partial success of the deletion.
 

Method Detail

isSuccessful

boolean isSuccessful()
Gets a value indicating the complete or partial success of the deletion. If false, other properties should be examined for the source of the failure.

Returns:

getLabelFailure

IFailure getLabelFailure()
Gets the failure associated with label deletion (if one occurred).

Returns:

getSymbolsFailure

IFailure getSymbolsFailure()
Gets the failure associated with symbols deletion (if one occurred).

Returns:

getTestResultFailure

IFailure getTestResultFailure()
Gets the failure associated with test result deletion (if one occurred).

Returns:

getDropLocationFailure

IFailure getDropLocationFailure()
Gets the failure associated with drop location deletion (if one occurred).

Returns:


© 2015 Microsoft. All rights reserved.