com.microsoft.tfs.core.clients.build
Class BuildSourceProviders
java.lang.Object
com.microsoft.tfs.core.clients.build.BuildSourceProviders
public class BuildSourceProviders
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TfVersionControl
public static final java.lang.String TfVersionControl
- Constant Field Value:
"TFVC"
- See Also:
- Constant Field Values
TfGit
public static final java.lang.String TfGit
- Constant Field Value:
"TFGIT"
- See Also:
- Constant Field Values
Git
public static final java.lang.String Git
- Constant Field Value:
"GIT"
- See Also:
- Constant Field Values
BuildSourceProviders
public BuildSourceProviders()
isTfGit
public static boolean isTfGit(java.lang.String sourceProvider)
isGit
public static boolean isGit(java.lang.String sourceProvider)
isTfVersionControl
public static boolean isTfVersionControl(java.lang.String sourceProvider)
isTfGit
public static boolean isTfGit(IBuildDefinitionSourceProvider sourceProvider)
isTfVersionControl
public static boolean isTfVersionControl(IBuildDefinitionSourceProvider sourceProvider)
createGitSourceProvider
public static com.microsoft.tfs.core.clients.build.internal.soapextensions.BuildDefinitionSourceProvider createGitSourceProvider()
createTfVcSourceProvider
public static com.microsoft.tfs.core.clients.build.internal.soapextensions.BuildDefinitionSourceProvider createTfVcSourceProvider()
© 2015 Microsoft. All rights reserved.