com.microsoft.tfs.core.artifact
Class ArtifactIDFactory
java.lang.Object
com.microsoft.tfs.core.artifact.ArtifactIDFactory
public class ArtifactIDFactory
- extends java.lang.Object
Static methods to create ArtifactID
s from changeset, item IDs, and
storyboard paths.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- immutable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactIDFactory
public ArtifactIDFactory()
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.