Beamable SDK
Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties | List of all members
Beamable.Server.Editor.DockerCommands.BuildImageCommand Class Reference
Inheritance diagram for Beamable.Server.Editor.DockerCommands.BuildImageCommand:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Editor.DockerCommands.BuildImageCommand:
Collaboration graph
[legend]

Public Member Functions

 BuildImageCommand (MicroserviceDescriptor descriptor, bool includeDebugTools, bool watch, bool pull=true)
 
override string GetCommandString ()
 
- Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Unit >
override void Start ()
 
virtual Promise< T > StartAsync ()
 

Static Public Member Functions

static bool WasEverBuildLocally (IDescriptor descriptor)
 

Protected Member Functions

override void ModifyStartInfo (ProcessStartInfo processStartInfo)
 
override void HandleStandardOut (string data)
 
override void HandleStandardErr (string data)
 
override void Resolve ()
 
- Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Unit >
override void HandleStandardOut (string data)
 
override void HandleStandardErr (string data)
 
override void HandleOnExit ()
 

Properties

bool IncludeDebugTools [get]
 
string ImageName [getset]
 
string BuildPath [getset]
 
Promise< UnitReadyForExecution [get]
 
- Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Unit >
Promise< T > Promise [get]
 
string StandardOutBuffer [get]
 
string StandardErrorBuffer [get]
 

Additional Inherited Members

- Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Unit >
Action< string > OnStandardOut
 
Action< string > OnStandardErr
 
- Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Unit >
bool _finished
 

Member Function Documentation

◆ Resolve()

override void Beamable.Server.Editor.DockerCommands.BuildImageCommand.Resolve ( )
inlineprotectedvirtual

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