BuildMaster SDK Reference
Version:
RemoteActionBase Class
The base class for Actions that can execute remotely
on a BuildMaster Agent.
Syntax
public
class
RemoteActionBase : AgentBasedActionBase, Inedo.Diagnostics.ILogger
Events
|
Name |
Description |
|
AfterProcessRemoteCommand
|
Raised after the Inedo.BuildMaster.Extensibility.Actions.RemoteActionBase.ProcessRemoteCommand(System.String,System.String[]) method is invoked.
|
|
BeforeProcessRemoteCommand
|
Raised before the Inedo.BuildMaster.Extensibility.Actions.RemoteActionBase.ProcessRemoteCommand(System.String,System.String[]) method is invoked.
|