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

Packages that use IBuildInformation
com.microsoft.tfs.core.clients.build   
 

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

Methods in com.microsoft.tfs.core.clients.build that return IBuildInformation
 IBuildInformation IBuildInformationNode.getChildren()
          The children of the information node.
 IBuildInformation IBuildDetail.getInformation()
          The collection of information nodes for the build.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type IBuildInformation
static int InformationNodeConverters.getChangesetID(IBuildInformation buildInformation)
          Gets a changesetId from the build
static int InformationNodeConverters.getChangesetID(IBuildInformation buildInformation, int requestId)
          Gets a changesetId from the build for a particular request
static int InformationNodeConverters.getChangesetID(IBuildInformation buildInformation, int requestId, boolean returnFirstIfNotFound)
          Gets a changesetId from the build for a particular request, if returnFirstIfNotFound is specified, it returns the first changeset in the list if the one specified is not present.
 



© 2015 Microsoft. All rights reserved.