JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.atlassian.crowd.acceptance.utils.Action
Packages that use
Action
Package
Description
com.atlassian.crowd.acceptance.utils
Uses of
Action
in
com.atlassian.crowd.acceptance.utils
Classes in
com.atlassian.crowd.acceptance.utils
that implement
Action
Modifier and Type
Class
Description
class
ActionRunner
Execute an action, repeatedly, concurrently.
Constructors in
com.atlassian.crowd.acceptance.utils
with parameters of type
Action
Modifier
Constructor
Description
ActionRunner
(int threads, int iterations,
Action
action)