Méthode | Description | |
---|---|---|
AuthorizeServiceConnection ( string address ) : void | ||
Build ( int appId, int projectId ) : void | ||
BuildAll ( ) : void | ||
BuildAll ( int appId ) : void | ||
CheckClient ( ) : void | ||
Connect ( ) : bool | ||
Disconnect ( ) : void | ||
Log ( |
||
Log ( LogSeverity severity, string message ) : void | ||
PublishRelease ( |
||
SendMail ( IEnumerable |
||
UpdateRepositories ( bool forceUpdate ) : void |
Méthode | Description | |
---|---|---|
AppendName ( string file, string name ) : void | ||
BuildService ( ) : System | ||
ConnectEventsStream ( |
||
FindFiles ( HashSet |
||
GenerateInstallerFile ( |
||
GenerateInstallerXml ( |
||
GetCompatibleAppVersions ( |
||
GetNewerCompatibleAppVersions ( |
||
IsLatestRelease ( |
||
NotifyEvent ( string eventId, int appId, int projectId ) : void | ||
RunCommand ( string command, string args, StringBuilder output, StringBuilder error, int timeout ) : void | ||
RunUpdater ( ) : void | ||
UpdateAllRepos ( bool updateAll ) : void | ||
UpdateRepos ( int appId, bool updateAll ) : void |
public static AuthorizeServiceConnection ( string address ) : void | ||
address | string | |
Résultat | void |
public static Build ( int appId, int projectId ) : void | ||
appId | int | |
projectId | int | |
Résultat | void |
public static BuildAll ( int appId ) : void | ||
appId | int | |
Résultat | void |
public static Log ( |
||
ex | ||
Résultat | void |
public static Log ( LogSeverity severity, string message ) : void | ||
severity | LogSeverity | |
message | string | |
Résultat | void |
public static PublishRelease ( |
||
m | ||
source | ||
activate | bool | |
Résultat | Cydin.Models.Release |
public static SendMail ( IEnumerable |
||
addresses | IEnumerable |
|
subject | string | |
body | string | |
Résultat | void |
public static UpdateRepositories ( bool forceUpdate ) : void | ||
forceUpdate | bool | |
Résultat | void |