C# (CSharp) ZocBuild.Database.ScriptRepositories Namespace

Classes

Name Description
DvcsScriptRepositoryBase Represents a script repository that stores build scripts in a distributed version control system.
DvcsScriptRepositoryBase.ChangesetId Represents the identifier of a specific revision.
DvcsScriptRepositoryBase.Tag Represents the identifier of a tag or branch.
FileSystemScriptRepository Represents a script repository that stores build scripts at a location on disk.
GitScriptRepository Represents a script repository that stores build scripts in a Git repository.
HgScriptRepository Represents a script repository that stores build scripts in the Mercurial distributed version control system.