Method |
Description |
|
AddCommandParameter ( string name, object value, IDbCommand command ) : void |
|
|
AddDirectoryFilesToRepository ( IDirectoryInfo directory, System.Version version, int bundleId = null, int projectId = null ) : void |
|
|
AddFileToReleaseDb ( IFileInfo file, System.Version version, IDbConnection connection, int bundleId = null, int projectId = null ) : void |
|
|
AddFileToReleaseDb ( string url, System.Version version, IDbConnection connection, byte hash, int bundleId = null, int projectId = null ) : void |
|
|
ApplyTweaksForAutoBundleInstall ( Bundle bundle ) : void |
|
|
BundleExistsInRepository ( IDirectoryInfo bundleDir, string bundleFileName ) : bool |
|
|
CalculateHashCode ( IFileInfo file ) : byte[] |
|
|
CreateFileReleaseInfosFromReader ( IDataReader reader ) : IEnumerable |
|
|
CreateReleaseDbSchemaIfNecessary ( ) : void |
|
|
CreateReleaseDbSchemaIfNecessary ( IDbConnection connection ) : void |
|
|
DetermineProjectVersionFromMatches ( IEnumerable matchesByUrl ) : RegisteredProjectInfo |
|
|
ExecuteNonQuery ( string sql, IDbConnection connection ) : void |
|
|
ExtractBundleInfoFromBundleManifest ( IFileInfo bundleManifestFile, string bundleFileName ) : BundleInfo |
|
|
FileHasReleaseMatch ( IFileInfo file, List releases ) : bool |
|
|
FileIsAValidAdd ( IFileInfo file, IProject baseProject, IProject sourceProject, List warnings, IEnumerable modelUpgradeServices ) : bool |
|
|
FileIsAutoMergable ( string url, IEnumerable modelUpgradeServices ) : bool |
|
|
FileShouldBeTracked ( string path ) : bool |
|
|
FindAllMatchingReleaseInfo ( IFileInfo file ) : List |
|
|
FindAllMatchingReleasesInProject ( string projectPath ) : List>.Dictionary |
|
|
FindInstalledBundlesByMatches ( IEnumerable matchesByUrl, System.Version mainVersion ) : IEnumerable |
|
|
GetAllReleaseInfoFromProjectByFile ( string projectPath ) : List>>.IEnumerable |
|
|
GetAllTrackedFilesInProject ( string projectPath ) : IEnumerable |
|
|
GetBackupFileNameFromProjectPath ( string projectPath ) : string |
|
|
GetBundleInfoById ( int id ) : BundleInfo |
|
|
GetBundlesApplied ( IEnumerable matchedBundles, IEnumerable bundlesFromManifests ) : List |
|
|
GetLastInsertId ( IDbConnection connection ) : long |
|
|
GetPossibleBundlesApplied ( IEnumerable matchedBundles, IEnumerable bundlesFromManifests ) : List |
|
|
GetProjectById ( int id ) : RegisteredProjectInfo |
|
|
GetReaderOfMatchesByFileName ( string fileName, IDbConnection connection ) : IDataReader |
|
|
GetReaderOfMatchesByUrl ( string url, IDbConnection connection ) : IDataReader |
|
|
InsertBundleRecord ( BundleInfo bundleInfo, System.Version version ) : long |
|
|
InsertProjectRecord ( RegisteredProjectInfo project ) : long |
|
|
InstallBundle ( string bundlePath, string bundleFileName, IProject project ) : bool |
|
|
LoadRegisteredBundles ( ) : BundleInfo>.Dictionary |
|
|
LoadRegisteredProjects ( ) : RegisteredProjectInfo>.Dictionary |
|
|
MergeFileIsAValidDiff ( IFileInfo file, List releases, IProject baseProject, IProject sourceProject, List warnings, IEnumerable modelUpgradeServices ) : bool |
|
|