Méthode | Description | |
---|---|---|
Add ( string repositoryPath, string path ) : void | ||
CheckOut ( string repositoryPath, string branchName ) : void | ||
Clone ( string repositoryName, string source = null, string>.IDictionary |
||
CloneToLocal ( string cloneUri, string path = null ) : string | ||
Commit ( string repositoryPath, string message ) : void | ||
GetRepositoryPath ( string repositoryPath ) : string | ||
GitDeploy ( Kudu.Client.Deployment.RemoteDeploymentManager deploymentManager, string kuduServiceUrl, string localRepoPath, string remoteRepoUrl, string localBranchName, string remoteBranchName ) : Kudu.TestHarness.GitDeploymentResult | ||
GitDeploy ( string kuduServiceUrl, string localRepoPath, string remoteRepoUrl, string localBranchName, string remoteBranchName ) : Kudu.TestHarness.GitDeploymentResult | ||
Id ( string repositoryPath ) : string | ||
Init ( string repositoryPath ) : Kudu.TestHarness.TestRepository | ||
Push ( string repositoryPath, string url, string localBranchName = "master", string remoteBranchName = "master" ) : string | ||
Reset ( string repositoryPath, string commit = "HEAD^" ) : void | ||
Revert ( string repositoryPath, string commit = "HEAD" ) : void |
Méthode | Description | |
---|---|---|
CloneInternal ( string repositoryName, string source, string commitId, string>.IDictionary |
||
CreateCachedRepo ( string source, string commitId, string>.IDictionary |
||
GetGitExe ( string repositoryPath, string>.IDictionary |
||
GetRepoNamePerContext ( Kudu.TestHarness.TestContext context, string repoName ) : string | ||
GitExecute ( Kudu.Core.Infrastructure.Executable gitExe, string commandFormat ) : string>.Tuple |
||
IsGitRepo ( string cachedPath ) : bool |
public static Add ( string repositoryPath, string path ) : void | ||
repositoryPath | string | |
path | string | |
Résultat | void |
public static CheckOut ( string repositoryPath, string branchName ) : void | ||
repositoryPath | string | |
branchName | string | |
Résultat | void |
public static Clone ( string repositoryName, string source = null, string>.IDictionary |
||
repositoryName | string | |
source | string | |
environments | string>.IDictionary | |
noCache | bool | |
Résultat | Kudu.TestHarness.TestRepository |
public static CloneToLocal ( string cloneUri, string path = null ) : string | ||
cloneUri | string | |
path | string | |
Résultat | string |
public static Commit ( string repositoryPath, string message ) : void | ||
repositoryPath | string | |
message | string | |
Résultat | void |
public static GetRepositoryPath ( string repositoryPath ) : string | ||
repositoryPath | string | |
Résultat | string |
public static GitDeploy ( Kudu.Client.Deployment.RemoteDeploymentManager deploymentManager, string kuduServiceUrl, string localRepoPath, string remoteRepoUrl, string localBranchName, string remoteBranchName ) : Kudu.TestHarness.GitDeploymentResult | ||
deploymentManager | Kudu.Client.Deployment.RemoteDeploymentManager | |
kuduServiceUrl | string | |
localRepoPath | string | |
remoteRepoUrl | string | |
localBranchName | string | |
remoteBranchName | string | |
Résultat | Kudu.TestHarness.GitDeploymentResult |
public static GitDeploy ( string kuduServiceUrl, string localRepoPath, string remoteRepoUrl, string localBranchName, string remoteBranchName ) : Kudu.TestHarness.GitDeploymentResult | ||
kuduServiceUrl | string | |
localRepoPath | string | |
remoteRepoUrl | string | |
localBranchName | string | |
remoteBranchName | string | |
Résultat | Kudu.TestHarness.GitDeploymentResult |
public static Id ( string repositoryPath ) : string | ||
repositoryPath | string | |
Résultat | string |
public static Init ( string repositoryPath ) : Kudu.TestHarness.TestRepository | ||
repositoryPath | string | |
Résultat | Kudu.TestHarness.TestRepository |
public static Push ( string repositoryPath, string url, string localBranchName = "master", string remoteBranchName = "master" ) : string | ||
repositoryPath | string | |
url | string | |
localBranchName | string | |
remoteBranchName | string | |
Résultat | string |
public static Reset ( string repositoryPath, string commit = "HEAD^" ) : void | ||
repositoryPath | string | |
commit | string | |
Résultat | void |
public static Revert ( string repositoryPath, string commit = "HEAD" ) : void | ||
repositoryPath | string | |
commit | string | |
Résultat | void |