- edit() - Method in class org.alfresco.bm.app.PropertiesEditor
-
- editClusterProperties() - Method in class org.alfresco.bm.app.ClusterCommandContext
-
- editRunNotes() - Method in class org.alfresco.bm.app.TestRunCommandContext
-
- editRunProperties() - Method in class org.alfresco.bm.app.TestRunCommandContext
-
- editTestProperties() - Method in class org.alfresco.bm.app.TestCommandContext
-
- EntryCommandContext - Class in org.alfresco.bm.app
-
Basic command context support.
- EntryCommandContext(ApplicationContext, String, String) - Constructor for class org.alfresco.bm.app.EntryCommandContext
-
- EventReporter - Interface in org.alfresco.bm.report
-
Service interface providing methods to access results and export it to a
given format.
- executeCommand(String) - Method in class org.alfresco.bm.app.AbstractCommandContext
-
For this to have been called, we have to assume that the command has
not been recognized further down the hierarchy.
- executeCommand(String) - Method in class org.alfresco.bm.app.ClusterCommandContext
-
- executeCommand(String) - Method in interface org.alfresco.bm.app.CommandContext
-
Execute the given command in the context of the current instance
- executeCommand(String) - Method in class org.alfresco.bm.app.ConfirmCommandContext
-
- executeCommand(String) - Method in class org.alfresco.bm.app.EntryCommandContext
-
- executeCommand(String) - Method in class org.alfresco.bm.app.ExitCommandContext
-
- executeCommand(String) - Method in class org.alfresco.bm.app.TestCommandContext
-
- executeCommand(String) - Method in class org.alfresco.bm.app.TestRunCommandContext
-
- ExitCommandContext - Class in org.alfresco.bm.app
-
Final command state indicating that the client can exit
- ExitCommandContext() - Constructor for class org.alfresco.bm.app.ExitCommandContext
-
- export(String, String) - Method in class org.alfresco.bm.report.AllResultsReporter
-
- export(String, String) - Method in class org.alfresco.bm.report.DiscreteTimeReporter
-
- export(String, String) - Method in interface org.alfresco.bm.report.EventReporter
-
Exports results in a csv format to a file.
- export(String, String) - Method in class org.alfresco.bm.report.SummaryReporter
-
Results table where each row consists of:
Event name: Name of the event.
- export(Writer, String, ResultService) - Method in class org.alfresco.bm.report.SummaryReporter
-
Dump results to an OutputStream, which will not be closed.
- exportRunResults(int) - Method in class org.alfresco.bm.app.TestRunCommandContext
-