BuildMaster SDK Reference
Version:

ActionExecuterBase Class

Helper class used to execute an action.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.Actions.ActionExecuterBase

Syntax

public class ActionExecuterBase : System.IDisposable

Properties

Name Description
Action

Gets the underlying action associated with the executer.

ExtensionConfigurationId

Gets the extension configuration id.

Methods

Name Description
Dispose

Releases resources used by this instance.

Dispose(bool disposing)

Releases resources used by this instance.

ExecuteAction(bool resumeOnError, bool logErrorsAsWarnings)

Executes the action.

Log(Inedo.Diagnostics.MessageLevel logLevel, string message)

Writes the specified message to the action's log.