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

Public Member Functions

 RunImageCommand (MicroserviceDescriptor descriptor, string cid, string secret, string logLevel="Information")
 
override string GetCommandString ()
 
- Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
void Start ()
 
void Join ()
 
void Kill ()
 

Protected Member Functions

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

Properties

int DebugPort [get]
 
string ImageName [get, set]
 
string ContainerName [get, set]
 
string Cid [get]
 
string LogLevel [get]
 
- Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static bool DockerNotInstalled [get, protected set]
 
bool WriteLogToUnity = true [get, set]
 
bool WriteCommandToUnity [get, set]
 

Additional Inherited Members

- Static Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static void ClearDockerInstallFlag ()
 
- Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
Action< int > OnExit
 
string UnityLogLabel = "Docker"
 
- Static Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
const string DOCKER_LOCATION = "docker"
 
- Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
int _exitCode = -1
 

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