BuildMaster SDK Reference
Version:

ProviderBasedAction Class

Syntax

public class ProviderBasedAction : RemoteActionBase, Inedo.Diagnostics.ILogger

Events

Name Description
ProviderInitialized

Occurs when the provider has been initialized.

Properties

Name Description
ProviderId

Gets or sets the provider ID associated with the action.

ProviderName

When the ProviderId property is less than or equal to 0, gets or sets the provider name associated with the action.

Methods

Name Description
GetProviderNameSafe

Gets the name of the provider

OnProviderInitialized(ProviderInitializedEventArgs e)

Raises the ProviderInitialized event.

Remarks

This class should not be inherited directly. Instead, see ProviderBasedAction<TProvider>.