Method GetDescription
GetDescription(Type)
Get the description displayed in build progress reporting of a BuildStep type.
Declaration
public static string GetDescription(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The BuildStep type. |
Returns
Type | Description |
---|---|
string | The BuildStep's description. |
GetDescription<T>()
Get the description displayed in build progress reporting of a BuildStep type.
Declaration
public static string GetDescription<T>() where T : IBuildStep
Returns
Type | Description |
---|---|
string | The BuildStep's description. |
Type Parameters
Name | Description |
---|---|
T | The BuildStep type. |