public interface IJEMHCommandSetProvider extends IJEMHModuleProvider
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canHandle(String commandString)
For an entire command , determine if the provider can handle it 
 | 
String | 
getCommandDescription(String command)
provides text description for the commands returned by getCommands() 
 | 
Set<String> | 
getCommands()
provide the keywords to activate the command, for information 
 | 
CommandResult | 
invokeCommand(com.atlassian.jira.user.ApplicationUser user,
             String commandString)
run the given command with arguments 
 | 
getDescription, getKey, getName, getStatus, getVendor, getVendorUrl, isUsableSet<String> getCommands()
String getCommandDescription(String command)
command - to lookupboolean canHandle(String commandString)
commandString - to sendCommandResult invokeCommand(com.atlassian.jira.user.ApplicationUser user, String commandString) throws CommandHandlingException
user - for operation contextcommandString - to invokeCommandHandlingException - if it breaksCopyright © 2008–2020 The Plugin People. All rights reserved.