ZipRaftRepository2 Class

Raft repository backed by a zip file.

Inheritance Hierarchy

Syntax

public sealed class ZipRaftRepository2 : Inedo.Extensibility.RaftRepositories.RaftRepository2

Constructors

Name Description
ZipRaftRepository2

Initializes a new instance of the ZipRaftRepository2 class.

Properties

Name Description
FileName

Gets or sets the full path of the zip file name.

IsReadOnly

Methods

Name Description
DeleteRaftItem(Inedo.Extensibility.RaftRepositories.RaftItemType type, string name)
DeleteVariable(Inedo.ExecutionEngine.RuntimeVariableName name)
Dispose(bool disposing)
GetDescription
GetProjects(bool recursive)
GetProjectScopedRaftRepository(string project)
GetRaftItems
GetVariables
SetVariable(Inedo.ExecutionEngine.RuntimeVariableName name, string value)
TestConfiguration
WriteRaftItem(Inedo.Extensibility.RaftRepositories.RaftItemType type, string name, byte[] content, System.DateTimeOffset? timestamp, string userName)