Class AbstractJiraCommand
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opennms.netmgt.ticketer.jira.commands.AbstractJiraCommand
-
- 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
- Direct Known Subclasses:
ListComponentsCommand,ListFieldsCommand,ListIssueTypesCommand,ListPrioritiesCommand,ListProjectsCommand,ListVersionsCommand
public abstract class AbstractJiraCommand extends org.apache.karaf.shell.console.OsgiCommandSupport implements org.apache.karaf.shell.api.action.ActionThis 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:
CommandOsgiCommandSupport
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringDEFAULT_ROW_FORMATjava.lang.Stringhostprotected static java.lang.StringLINEbooleannoAuthenticationjava.lang.Stringpasswordjava.lang.Stringusername
-
Constructor Summary
Constructors Constructor Description AbstractJiraCommand()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected com.atlassian.jira.rest.client.api.JiraRestClientcreateJiraClient()protected java.lang.ObjectdoExecute()Deprecated.protected abstract voiddoExecute(com.atlassian.jira.rest.client.api.JiraRestClient jiraRestClient)java.lang.Objectexecute()protected ConfiggetConfig()protected static java.lang.StringremoveNewLines(java.lang.String input)
-
-
-
Field Detail
-
LINE
protected static final java.lang.String LINE
- See Also:
- Constant Field Values
-
DEFAULT_ROW_FORMAT
protected static final java.lang.String DEFAULT_ROW_FORMAT
- See Also:
- Constant Field Values
-
host
public java.lang.String host
-
username
public java.lang.String username
-
password
public java.lang.String password
-
noAuthentication
public boolean noAuthentication
-
-
Method Detail
-
createJiraClient
protected com.atlassian.jira.rest.client.api.JiraRestClient createJiraClient() throws PluginException- Throws:
PluginException
-
execute
public java.lang.Object execute() throws java.lang.Exception- Specified by:
executein interfaceorg.apache.karaf.shell.api.action.Action- Throws:
java.lang.Exception
-
doExecute
@Deprecated protected final java.lang.Object doExecute() throws java.lang.ExceptionDeprecated.- Specified by:
doExecutein classorg.apache.karaf.shell.console.AbstractAction- Throws:
java.lang.Exception
-
getConfig
protected Config getConfig()
-
doExecute
protected abstract void doExecute(com.atlassian.jira.rest.client.api.JiraRestClient jiraRestClient) throws java.lang.Exception- Throws:
java.lang.Exception
-
removeNewLines
protected static java.lang.String removeNewLines(java.lang.String input)
-
-