Uses of Interface
com.microsoft.tfs.core.clients.build.IFailure

Packages that use IFailure
com.microsoft.tfs.core.clients.build   
com.microsoft.tfs.core.clients.build.exceptions   
 

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

Methods in com.microsoft.tfs.core.clients.build that return IFailure
 IFailure IBuildDeletionResult.getDropLocationFailure()
          Gets the failure associated with drop location deletion (if one occurred).
 IFailure[] IQueuedBuildQueryResult.getFailures()
          The array of failures for this query result.
 IFailure[] IBuildServiceHostQueryResult.getFailures()
           
 IFailure[] IBuildQueryResult.getFailures()
          The array of failures for this query result.
 IFailure[] IBuildDefinitionQueryResult.getFailures()
          The array of failures for this query result.
 IFailure[] IBuildControllerQueryResult.getFailures()
          The array of failures for this query result.
 IFailure[] IBuildAgentQueryResult.getFailures()
          The array of failures for this query result.
 IFailure IBuildDeletionResult.getLabelFailure()
          Gets the failure associated with label deletion (if one occurred).
 IFailure IBuildDeletionResult.getSymbolsFailure()
          Gets the failure associated with symbols deletion (if one occurred).
 IFailure IBuildDeletionResult.getTestResultFailure()
          Gets the failure associated with test result deletion (if one occurred).
 

Uses of IFailure in com.microsoft.tfs.core.clients.build.exceptions
 

Methods in com.microsoft.tfs.core.clients.build.exceptions that return IFailure
 IFailure BuildFailureException.getFailure()
           
 IFailure BuildDefinitionFailureException.getFailure()
           
 IFailure BuildAgentFailureException.getFailure()
           
 

Constructors in com.microsoft.tfs.core.clients.build.exceptions with parameters of type IFailure
BuildAgentFailureException(java.lang.String teamProject, java.lang.String agentName, IFailure failure)
           
BuildDefinitionFailureException(java.lang.String teamProject, java.lang.String name, IFailure failure)
          Exception thrown when failure encountered retrieving the build definition from the server.
BuildFailureException(java.lang.String teamproject, java.lang.String name, IFailure failure)
           
 



© 2015 Microsoft. All rights reserved.