com.microsoft.tfs.core.clients.build
Class InformationNodeConverters

java.lang.Object
  extended by com.microsoft.tfs.core.clients.build.InformationNodeConverters

public class InformationNodeConverters
extends java.lang.Object


Constructor Summary
InformationNodeConverters()
           
 
Method Summary
static void bulkUpdateInformationNodes(com.microsoft.tfs.core.clients.build.internal.soapextensions.BuildDetail build, java.util.List<com.microsoft.tfs.core.clients.build.internal.soapextensions.InformationChangeRequest> requests)
           
static int getChangesetID(IBuildInformation buildInformation)
          Gets a changesetId from the build
static int getChangesetID(IBuildInformation buildInformation, int requestId)
          Gets a changesetId from the build for a particular request
static int 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationNodeConverters

public InformationNodeConverters()
Method Detail

getChangesetID

public static int getChangesetID(IBuildInformation buildInformation)
Gets a changesetId from the build

Parameters:
buildInformation -
Returns:

getChangesetID

public static int getChangesetID(IBuildInformation buildInformation,
                                 int requestId)
Gets a changesetId from the build for a particular request

Parameters:
buildInformation -
requestId -
Returns:

getChangesetID

public static int 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.

Parameters:
buildInformation -
requestId -
returnFirstIfNotFound -
Returns:

bulkUpdateInformationNodes

public static void bulkUpdateInformationNodes(com.microsoft.tfs.core.clients.build.internal.soapextensions.BuildDetail build,
                                              java.util.List<com.microsoft.tfs.core.clients.build.internal.soapextensions.InformationChangeRequest> requests)


© 2015 Microsoft. All rights reserved.