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


public interface IBuildControllerQueryResult


Method Summary
 IBuildController[] getControllers()
          The array of build controllers for this query result.
 IFailure[] getFailures()
          The array of failures for this query result.
 

Method Detail

getControllers

IBuildController[] getControllers()
The array of build controllers for this query result.

Returns:

getFailures

IFailure[] getFailures()
The array of failures for this query result.

Returns:


© 2015 Microsoft. All rights reserved.