GitRepoVolume Class

Definition

Represents a volume that is populated with the contents of a git repository

public class GitRepoVolume
type GitRepoVolume = class
Public Class GitRepoVolume
Inheritance
GitRepoVolume

Constructors

GitRepoVolume()

Initializes a new instance of the GitRepoVolume class.

GitRepoVolume(String, String, String)

Initializes a new instance of the GitRepoVolume class.

Properties

Directory

Gets or sets target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.

Repository

Gets or sets repository URL

Revision

Gets or sets commit hash for the specified revision.

Methods

Validate()

Validate the object.

Applies to