Beamable SDK
|
Container uploader sub-component of Beamable. More...
Public Member Functions | |
void | Log (string message) |
Log a message to the progress panel. | |
void | ReportUploadProgress (string name, long amount, long total) |
Receive a progress report and display it. | |
async Task< string > | GetImageId (MicroserviceDescriptor descriptor) |
async Task | SaveImage (MicroserviceDescriptor descriptor, string outputPath, string imageId=null) |
async Task | UploadContainer (MicroserviceDescriptor descriptor, CancellationToken token, Action onSuccess, Action onFailure, string imageId=null) |
Upload the specified container to the private Docker registry. | |
Events | |
Action< float, long, long > | onProgress |
Container uploader sub-component of Beamable.