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

Public Member Functions

 RunClientGenerationCommand (MicroserviceDescriptor service)
 
- Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.RunImageCommand
 RunImageCommand (string imageName, string containerName, IDescriptor descriptor, Dictionary< string, string > env=null, Dictionary< uint, uint > ports=null, Dictionary< string, string > namedVolumes=null, List< BindMount > bindMounts=null)
 
string GetEnvironmentString ()
 
override string GetCommandString ()
 
override void Start ()
 
- Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
void Join ()
 
void Kill ()
 

Protected Member Functions

override string GetCustomDockerFlags ()
 
override string GetArgString ()
 
- Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.RunImageCommand
override void HandleStandardOut (string data)
 
override void HandleStandardErr (string data)
 
- Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
virtual void HandleOnExit ()
 
void LogInfo (string data)
 
void LogError (string data)
 
virtual void ModifyStartInfo (ProcessStartInfo processStartInfo)
 

Additional Inherited Members

- Static Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static void ClearDockerInstallFlag ()
 
static void CheckDockerAppRunning ()
 
static bool RunDockerProcess ()
 
- Public Attributes inherited from Beamable.Server.Editor.DockerCommands.RunImageCommand
Action< string > OnStandardOut
 
Action< string > OnStandardErr
 
- Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
Action< int > OnExit
 
string UnityLogLabel = "Docker"
 
- Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
int _exitCode = -1
 
- Properties inherited from Beamable.Server.Editor.DockerCommands.RunImageCommand
string ImageName [getset]
 
string ContainerName [getset]
 
Dictionary< string, string > Environment [getprotected set]
 
Dictionary< uint, uint > Ports [getprotected set]
 
Dictionary< string, string > NamedVolumes [getprotected set]
 
List< BindMountBindMounts [getprotected set]
 
- Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static bool DockerNotInstalled [getprotected set]
 
static bool DockerNotRunning [getset]
 
virtual bool DockerRequired [get]
 
string DockerCmd [get]
 
bool WriteLogToUnity [getset]
 
bool WriteCommandToUnity [getset]
 

Member Function Documentation

◆ GetArgString()

override string Beamable.Server.Editor.DockerCommands.RunClientGenerationCommand.GetArgString ( )
inlineprotectedvirtual

◆ GetCustomDockerFlags()

override string Beamable.Server.Editor.DockerCommands.RunClientGenerationCommand.GetCustomDockerFlags ( )
inlineprotectedvirtual

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