top
|
up
|
prev
|
next
PushProjectClientCommand Class
Definition at line
27
of
ClientCommand.hpp
Constructors
PushProjectClientCommand
(
const
std::string& projectFilePath_,
const
std::string& serverName_)
Member Functions
void
Execute
()
override
Member Variables
std::string
projectFilePath
std::string
serverName
Constructor Details
PushProjectClientCommand Constructor
cmajor::build::PushProjectClientCommand::PushProjectClientCommand(
const
std::string& projectFilePath_,
const
std::string& serverName_)
Definition at line
68
of
ClientCommand.cpp
:
68
:
69
projectFilePath
(
GetFilePath
(
projectFilePath_
)
)
,
serverName
(
serverName_
)
70
{
71
}
Declaration at line
30
of
ClientCommand.hpp
Member Function Details
Execute Member Function
void
cmajor::build::PushProjectClientCommand::Execute()
override
Definition at line
73
of
ClientCommand.cpp
Declaration at line
31
of
ClientCommand.hpp
Base class overridden functions:
cmajor::build::ClientCommand::Execute
Calls:
cmajor::build::Connection::Close
,
cmajor::build::Connection::ServerAlive
,
cmajor::build::Connection::SetServerAlive
top
|
up
|
prev
|
next