|
Beamable SDK
|


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< Unit > | ReadyForExecution [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 |
|
inlineprotectedvirtual |