com.microsoft.tfs.core.artifact
Class ArtifactIDFactory

java.lang.Object
  extended by com.microsoft.tfs.core.artifact.ArtifactIDFactory

public class ArtifactIDFactory
extends java.lang.Object

Static methods to create ArtifactIDs from changeset, item IDs, and storyboard paths.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Constructor Summary
ArtifactIDFactory()
           
 
Method Summary
static ArtifactID newChangesetArtifactID(int changesetID)
           
static ArtifactID newLatestItemVersionArtifactID(int itemID)
           
static ArtifactID newStoryboardArtifactID(java.lang.String filePathOrUri)
           
static ArtifactID newWorkItemArtifactID(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactIDFactory

public ArtifactIDFactory()
Method Detail

newChangesetArtifactID

public static ArtifactID newChangesetArtifactID(int changesetID)

newLatestItemVersionArtifactID

public static ArtifactID newLatestItemVersionArtifactID(int itemID)

newStoryboardArtifactID

public static ArtifactID newStoryboardArtifactID(java.lang.String filePathOrUri)

newWorkItemArtifactID

public static ArtifactID newWorkItemArtifactID(int id)


© 2015 Microsoft. All rights reserved.