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

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

public class BuildSourceProviders
extends java.lang.Object


Field Summary
static java.lang.String Git
           
static java.lang.String TfGit
           
static java.lang.String TfVersionControl
           
 
Constructor Summary
BuildSourceProviders()
           
 
Method Summary
static com.microsoft.tfs.core.clients.build.internal.soapextensions.BuildDefinitionSourceProvider createGitSourceProvider()
           
static com.microsoft.tfs.core.clients.build.internal.soapextensions.BuildDefinitionSourceProvider createTfVcSourceProvider()
           
static boolean isGit(java.lang.String sourceProvider)
           
static boolean isTfGit(IBuildDefinitionSourceProvider sourceProvider)
           
static boolean isTfGit(java.lang.String sourceProvider)
           
static boolean isTfVersionControl(IBuildDefinitionSourceProvider sourceProvider)
           
static boolean isTfVersionControl(java.lang.String sourceProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BuildSourceProviders

public BuildSourceProviders()
Method Detail

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.