Beamable SDK
All Classes Namespaces Functions Variables Properties Events
Public Member Functions | List of all members
Beamable.Server.Editor.Uploader.ContainerUploadHarness Class Reference

Container uploader sub-component of Beamable. More...

Public Member Functions

 ContainerUploadHarness (CommandRunnerWindow context)
 
void Log (string message)
 Log a message to the progress panel. More...
 
void ReportUploadProgress (string name, long amount, long total)
 Receive a progress report and display it. More...
 
async Task< string > GetImageId (MicroserviceDescriptor descriptor)
 
async Task SaveImage (MicroserviceDescriptor descriptor, string outputPath, string imageId=null)
 
async Task< bool > UploadContainer (MicroserviceDescriptor descriptor, string imageId=null)
 Upload the specified container to the private Docker registry. More...
 

Detailed Description

Container uploader sub-component of Beamable.

Member Function Documentation

◆ Log()

void Beamable.Server.Editor.Uploader.ContainerUploadHarness.Log ( string  message)
inline

Log a message to the progress panel.

◆ ReportUploadProgress()

void Beamable.Server.Editor.Uploader.ContainerUploadHarness.ReportUploadProgress ( string  name,
long  amount,
long  total 
)
inline

Receive a progress report and display it.

◆ UploadContainer()

async Task<bool> Beamable.Server.Editor.Uploader.ContainerUploadHarness.UploadContainer ( MicroserviceDescriptor  descriptor,
string  imageId = null 
)
inline

Upload the specified container to the private Docker registry.


The documentation for this class was generated from the following file: