Interface ICommandSetManager
- 
public interface ICommandSetManagerJEMH CommandSetManager that transports use to invoke commands on. Format: /command args 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IJEMHCommandSetProvider>getCommandSetProviders()CommandResultinvokeCommand(com.atlassian.jira.user.ApplicationUser invokingUser, String payload) 
 - 
 
- 
- 
Method Detail
- 
invokeCommand
CommandResult invokeCommand(com.atlassian.jira.user.ApplicationUser invokingUser, String payload) throws CommandHandlingException
- Throws:
 CommandHandlingException
 
- 
getCommandSetProviders
List<IJEMHCommandSetProvider> getCommandSetProviders()
 
 - 
 
 -