| Modifier and Type | Method and Description |
|---|---|
Map<ActionType,Long> |
ProfilerPluginListener.getTimeByType()
The mapping of time by action type.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
IActionType.getActionType()
Get the plugin type.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginNop.getActionType() |
ActionType |
PluginGroupImpl.getActionType() |
ActionType |
PluginAssertion.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginMap.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginHtml.getActionType() |
ActionType |
AbstractPluginResourceReplaceable.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginWhile.getActionType() |
ActionType |
PluginRepeat.getActionType() |
ActionType |
PluginPause.getActionType() |
ActionType |
PluginIterator.getActionType() |
ActionType |
PluginIfBranch.getActionType() |
ActionType |
PluginIf.getActionType() |
ActionType |
PluginFor.getActionType() |
ActionType |
PluginExecuteRows.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginInclude.getActionType() |
ActionType |
PluginImport.getActionType() |
ActionType |
PluginColumn.getActionType() |
| Modifier and Type | Field and Description |
|---|---|
protected ActionType |
PluginSentence.type
The plugin type.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginSentence.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginVerifyRows.getActionType() |
ActionType |
PluginVerifyObjects.getActionType() |
ActionType |
PluginEquals.getActionType() |
ActionType |
PluginCompareTree.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginMacro.getActionType() |
ActionType |
PluginCall.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
AbstractPluginObjectSelect.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginInsert.getActionType() |
ActionType |
PluginDelete.getActionType() |
ActionType |
PluginCollection.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginReplacerMap.getActionType() |
ActionType |
PluginReplacer.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
PluginExecuteLatter.getActionType() |
ActionType |
PluginBean.getActionType() |
ActionType |
AbstractPluginDefine.getActionType() |
| Modifier and Type | Class and Description |
|---|---|
class |
Assertion
Assertion: has importance 2.
|
class |
Command
Action: has importance 1.
|
class |
Control
Control: has importance 0.
|
class |
Undefined
Undefined: has importance -1.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ActionType,Integer> |
ResumeReporter.getTypes()
Map if action types.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionType> |
IResultSet.actionTypes()
List action types available for all results.
|
List<ActionType> |
IResultSet.actionTypes(List<IResult> subset)
List action types available for the result subset.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IResultSet.countType(ActionType... actionType)
Count results of a given set of action types.
|
int |
IResultSet.countType(List<IResult> subset,
ActionType... actionType)
Count results of a given type in a list.
|
List<IResult> |
IResultSet.filterByType(ActionType... actionType)
Filter the result itself by
ActionType. |
List<IResult> |
IResultSet.filterByType(List<IResult> subset,
ActionType... actionType)
Filter the subset by
ActionType. |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ResultImpl.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionType> |
ResultSetImpl.actionTypes() |
List<ActionType> |
ResultSetImpl.actionTypes(List<IResult> subset) |
| Modifier and Type | Method and Description |
|---|---|
int |
ResultSetImpl.countType(ActionType... status) |
int |
ResultSetImpl.countType(List<IResult> result,
ActionType... status) |
List<IResult> |
ResultSetImpl.filterByType(ActionType... actionType) |
List<IResult> |
ResultSetImpl.filterByType(List<IResult> subset,
ActionType... actionType) |
| Modifier and Type | Field and Description |
|---|---|
protected List<? extends ActionType> |
BlockFilterDefault.disabledTypes
List of disabled types.
|
protected List<? extends ActionType> |
BlockFilterDefault.enabledTypes
List of enabled types.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ActionType> |
BlockFilterDefault.getDisabledTypes()
Get the list of disabled types.
|
List<? extends ActionType> |
BlockFilterDefault.getEnabledTypes()
Get the list of enabled types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockFilterDefault.setDisabledTypes(List<? extends ActionType> disabledTypes)
List of action types that should be ignored by runner.
|
void |
BlockFilterDefault.setEnabledTypes(List<? extends ActionType> enabledTypes)
List of action types that should be enabled by runner.
|
Copyright © 2016. All rights reserved.