Property | Type | Description |
---|
Method | Description | |
---|---|---|
HgScriptRepository ( |
Instantiates a Hg script repository for the given database at the specified directory location.
|
|
HgScriptRepository ( string scriptDirectoryPath, string serverName, string databaseName, IExternalProcess hgExecutable, IFileSystem fileSystem, IParser sqlParser, ILogger logger, bool ignoreUnsupportedSubdirectories ) : System |
Instantiates a Hg script repository for the given database at the specified directory location.
|
Method | Description | |
---|---|---|
GetDiffedFilesAsync ( ) : Task |
Gets the files that have changed between the revision specified by SourceChangeset and the current HEAD.
|
public HgScriptRepository ( |
||
scriptDirectory | The directory where build scripts are located. | |
serverName | string | The name of the database server. |
databaseName | string | The name of the database. |
hgExecutable | IExternalProcess | The Hg executable for interfacing with the dvcs repository. |
fileSystem | IFileSystem | An object that provides access to the file system. |
sqlParser | IParser | The sql script parser for reading the SQL file contents. |
logger | ILogger | A Logger |
ignoreUnsupportedSubdirectories | bool | A flag indicating whether to ignore subdirectories that don't conform to the expected naming convention. |
return | System |
public HgScriptRepository ( string scriptDirectoryPath, string serverName, string databaseName, IExternalProcess hgExecutable, IFileSystem fileSystem, IParser sqlParser, ILogger logger, bool ignoreUnsupportedSubdirectories ) : System | ||
scriptDirectoryPath | string | The path to the directory where build scripts are located. |
serverName | string | The name of the database server. |
databaseName | string | The name of the database. |
hgExecutable | IExternalProcess | The Hg executable for interfacing with the dvcs repository. |
fileSystem | IFileSystem | An object that provides access to the file system. |
sqlParser | IParser | The sql script parser for reading the SQL file contents. |
logger | ILogger | A Logger |
ignoreUnsupportedSubdirectories | bool | A flag indicating whether to ignore subdirectories that don't conform to the expected naming convention. |
return | System |