Class ListIssueTypesCommand

  • All Implemented Interfaces:
    org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.api.action.Action, org.apache.karaf.shell.commands.Action, org.apache.karaf.shell.console.BundleContextAware

    public class ListIssueTypesCommand
    extends AbstractJiraCommand
    implements org.apache.karaf.shell.api.action.Action

    This command implements the Apache Karaf 3 and Apache Karaf 4 shell APIs. Once the Karaf 4 commands work, the deprecated Karaf 3 annotations should be removed:

    • Command
    • OsgiCommandSupport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doExecute​(com.atlassian.jira.rest.client.api.JiraRestClient jiraRestClient)  
      • Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport

        execute, getAllServices, getAllServices, getBundleContext, getService, getService, setBundleContext, ungetServices
      • Methods inherited from class org.apache.karaf.shell.console.AbstractAction

        checkInterrupted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.karaf.shell.api.action.Action

        execute
    • Constructor Detail

      • ListIssueTypesCommand

        public ListIssueTypesCommand()
    • Method Detail

      • doExecute

        protected void doExecute​(com.atlassian.jira.rest.client.api.JiraRestClient jiraRestClient)
                          throws java.lang.Exception
        Specified by:
        doExecute in class AbstractJiraCommand
        Throws:
        java.lang.Exception