Method | Description | |
---|---|---|
DeleteTFSConnectionStringToDB ( this tfsConnectionString ) : void |
Deletes the TFS connection string to DB.
|
|
GenerateTFSUrl ( this tfsConnectionString ) : string |
Generates the TFS URL.
|
|
GetTFSConnectionString ( this tfsServerName ) : |
Gets the TFS connection string.
|
|
PopInformationDialog ( this message, string header = "Information Details" ) : void |
Shows the UI information.
|
|
SaveOrUpdateTFSConnectionStringToDB ( this tfsConnectionString, bool raiseErrorIfExists = false ) : void |
Converts to TFS connection string.
|
|
SaveThisInDB ( this buildItem ) : void |
Saves the this in DB.
|
|
ShowGenericException ( this ex, string customMessage = "" ) : void |
Shows the generic exception.
|
|
ShowUIException ( this ex ) : void |
Shows the UI exception.
|
|
ShowUIInformation ( this message, FormStartPosition startpos = FormStartPosition.CenterParent ) : void |
Shows the UI information.
|
|
StoreLogEntry ( this logEntry ) : void |
Stores the log entry.
|
|
WriteToLog ( this ex ) : void |
Writes to log.
|
|
WriteToSystemLog ( this ex, string logLine ) : void |
Writes to system log.
|
Method | Description | |
---|---|---|
CanRollback ( string solutionName ) : bool |
Determines whether this instance can rollback the specified solution name.
|
|
GetLastSuccessfulVersionForSolution ( string solutionName, string currentVersion ) : string |
Gets the last successful version for solution.
|
|
GetUniqueVersionForSolution ( string solutionName ) : string |
Gets the unique version for solution.
|
|
IsRollbackVersion ( string solutionName, string version ) : bool |
Determines whether [is rollback version] [the specified solution name].
|
|
UpdateAllSolutionFlagsToNull ( string solutionName ) : void |
Updates the solution flags to null.
|
|
UpdateDeploymentLogStatus ( string solutionName, string version, DeploymentStatus deploymentStatus ) : void |
Updates the deployment log status.
|
|
UpdateSolutionFlagsToNull ( string solutionName, string currentVersion ) : void |
Updates the solution flags to null.
|
|
ValidateAppSettings ( ) : void |
Validates the app settings.
|
public static DeleteTFSConnectionStringToDB ( this tfsConnectionString ) : void | ||
tfsConnectionString | this | The TFS connection string. |
return | void |
public static GenerateTFSUrl ( this tfsConnectionString ) : string | ||
tfsConnectionString | this | The TFS connection string. |
return | string |
public static GetTFSConnectionString ( this tfsServerName ) : |
||
tfsServerName | this | Name of the TFS server. |
return |
public static PopInformationDialog ( this message, string header = "Information Details" ) : void | ||
message | this | The message. |
header | string | The header. |
return | void |
public static SaveOrUpdateTFSConnectionStringToDB ( this tfsConnectionString, bool raiseErrorIfExists = false ) : void | ||
tfsConnectionString | this | The TFS connection parameters. |
raiseErrorIfExists | bool | |
return | void |
public static SaveThisInDB ( this buildItem ) : void | ||
buildItem | this | The build item. |
return | void |
public static ShowGenericException ( this ex, string customMessage = "" ) : void | ||
ex | this | The ex. |
customMessage | string | The custom message. |
return | void |
public static ShowUIException ( this ex ) : void | ||
ex | this | The ex. |
return | void |
public static ShowUIInformation ( this message, FormStartPosition startpos = FormStartPosition.CenterParent ) : void | ||
message | this | The message. |
startpos | FormStartPosition | The startpos. |
return | void |
public static StoreLogEntry ( this logEntry ) : void | ||
logEntry | this | The log entry. |
return | void |
public static WriteToLog ( this ex ) : void | ||
ex | this | The ex. |
return | void |
public static WriteToSystemLog ( this ex, string logLine ) : void | ||
ex | this | The ex. |
logLine | string | |
return | void |