com.atlassian.crowd.acceptance.utils
Interface Action

All Known Implementing Classes:
ActionRunner

public interface Action

Essentially a function pointer.


Method Summary
 void execute()
          Do something.
 

Method Detail

execute

void execute()
             throws java.lang.Exception
Do something. Anything.

Throws:
java.lang.Exception - failed to do something property.


Copyright © 2010 Atlassian. All Rights Reserved.