public abstract class

JiraRestClientCallWrapper

extends Object
java.lang.Object
   ↳ org.mule.module.jira.api.rest.JiraRestClientCallWrapper

Class Overview

Common class to wrap all calls to the JiraRestClient, and do some custom Exception handling

Summary

Constants
int FORBIDDEN
int UNAUTHORIZED
Public Constructors
JiraRestClientCallWrapper()
Public Methods
static <T> T wrap(JiraRestClientInvocation<T> invocation)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final int FORBIDDEN

Constant Value: 403 (0x00000193)

private static final int UNAUTHORIZED

Constant Value: 401 (0x00000191)

Public Constructors

public JiraRestClientCallWrapper ()

Public Methods

public static T wrap (JiraRestClientInvocation<T> invocation)

Parameters
invocation