TheCDEKPIs Members
The TheCDEKPIs type exposes the following members.
Methods
Name | Description | |
---|---|---|
DecrementKPI(String, Boolean) |
Decrements an existing KPI by name by 1. If the KPI does not exist,
a new one will be created with a value of 0.
|
|
DecrementKPI(eKPINames) |
Decrements an existing KPI by 1 using an eKPINames enum.
|
|
DecWSTestClients | ||
GetKPI(String) |
Return the value of an existing KPI by name
|
|
GetKPI(eKPINames) |
Return the value of an existing KPI using an eKPINames enum
|
|
GetKPIs |
Returns a string of all KPIs
|
|
IncrementKPI(String, Boolean) |
Increments an existing KPI by name by 1. IF the KPI does not exist,
a new one will be created with a value of 1.
|
|
IncrementKPI(eKPINames) |
Increments an existing KPI by 1 using an eKPINames enum.
|
|
IncrementKPI(String, Int64, Boolean) |
Increments an existing KPI by name by a given amount. If the KPI does not exist,
a new one will be created with the given value.
|
|
IncrementKPI(eKPINames, Int64) |
Increments an existing KPI by a given amount using an eKPINames enum.
|
|
IncTSMByEng |
Increments the KPI for a TSMByENG with the given engine name by 1.
If the KPI does not exist, a new one will be created with a value of 1.
|
|
IncWSTestClients | ||
Reset |
Resets all the KPIs to zero
|
|
SetKPI(String, Int64, Boolean) |
Sets an existing KPI to a new value. If the KPI does not exist,
a new one will be created with the given value.
|
|
SetKPI(eKPINames, Int64) |
Sets an existing KPI to a new value using an eKPINames enum
|