Method | Description | |
---|---|---|
CancelAsync ( object userState ) : void | ||
GetNextBuildNumberAsync ( string username, string password ) : void | ||
GetNextBuildNumberAsync ( string username, string password, object userState ) : void | ||
UploadBuildAsync ( string username, string password, string buildNumber, System buildDate, bool isSuccessful, string buildStatus, string version, bool isPublic, string releaseNotes, string sourceCodeUrl, string installerUrl, string clickOnceUrl ) : void | ||
UploadBuildAsync ( string username, string password, string buildNumber, System buildDate, bool isSuccessful, string buildStatus, string version, bool isPublic, string releaseNotes, string sourceCodeUrl, string installerUrl, string clickOnceUrl, object userState ) : void | ||
UploadBuildService ( ) : System.Diagnostics |
Method | Description | |
---|---|---|
GetNextBuildNumber ( string username, string password ) : string | ||
IsLocalFileSystemWebService ( string url ) : bool | ||
OnGetNextBuildNumberOperationCompleted ( object arg ) : void | ||
OnUploadBuildOperationCompleted ( object arg ) : void | ||
UploadBuild ( string username, string password, string buildNumber, System buildDate, bool isSuccessful, string buildStatus, string version, bool isPublic, string releaseNotes, string sourceCodeUrl, string installerUrl, string clickOnceUrl ) : void |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public GetNextBuildNumberAsync ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |
public GetNextBuildNumberAsync ( string username, string password, object userState ) : void | ||
username | string | |
password | string | |
userState | object | |
return | void |
public UploadBuildAsync ( string username, string password, string buildNumber, System buildDate, bool isSuccessful, string buildStatus, string version, bool isPublic, string releaseNotes, string sourceCodeUrl, string installerUrl, string clickOnceUrl ) : void | ||
username | string | |
password | string | |
buildNumber | string | |
buildDate | System | |
isSuccessful | bool | |
buildStatus | string | |
version | string | |
isPublic | bool | |
releaseNotes | string | |
sourceCodeUrl | string | |
installerUrl | string | |
clickOnceUrl | string | |
return | void |
public UploadBuildAsync ( string username, string password, string buildNumber, System buildDate, bool isSuccessful, string buildStatus, string version, bool isPublic, string releaseNotes, string sourceCodeUrl, string installerUrl, string clickOnceUrl, object userState ) : void | ||
username | string | |
password | string | |
buildNumber | string | |
buildDate | System | |
isSuccessful | bool | |
buildStatus | string | |
version | string | |
isPublic | bool | |
releaseNotes | string | |
sourceCodeUrl | string | |
installerUrl | string | |
clickOnceUrl | string | |
userState | object | |
return | void |
public UploadBuildService ( ) : System.Diagnostics | ||
return | System.Diagnostics |