GitCommand Class

Definition

public class GitCommand : Microsoft.Azure.Commands.WebApps.Strategies.ExternalCommand
type GitCommand = class
    inherit ExternalCommand
Public Class GitCommand
Inherits ExternalCommand
Inheritance
GitCommand

Constructors

GitCommand(PathIntrinsics, String)

Properties

InstallationInstructions
Name (Inherited from ExternalCommand)
PathInfo (Inherited from ExternalCommand)
WorkingDirectory (Inherited from ExternalCommand)

Methods

AddRemoteRepository(String, String)
CheckExistence(String)
ClearConfigurationValue(String)
Execute(String) (Inherited from ExternalCommand)
GetConfigurationValue(String)
GetProcess(String) (Inherited from ExternalCommand)
GetRemoteRepositories()
GetStartInfo(String) (Inherited from ExternalCommand)
GetWorkingTree()
InitRepository()
RemoveRemoteRepository(String)
SetConfigurationValue(String, String)
VerifyGitRepository(String)

Applies to