Class TransportConfigWrapper
- java.lang.Object
-
- com.javahollic.jira.emh.api.extension.transport.TransportConfigWrapper
-
public class TransportConfigWrapper extends Object
Wrapper class allowing arbitrary configurations to be passed to/from JEMH for display and update
-
-
Constructor Summary
Constructors Constructor Description TransportConfigWrapper(int configId, IJEMHTransportProvider.TransportContentType contentType, List<ConfigField> configFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConfigId()IJEMHTransportProvider.TransportContentTypegetContentType()StringgetDescription()List<ConfigField>getFields()StringgetProvider()URIgetServiceUri()
-
-
-
Constructor Detail
-
TransportConfigWrapper
public TransportConfigWrapper(int configId, IJEMHTransportProvider.TransportContentType contentType, List<ConfigField> configFields)
-
-
Method Detail
-
getFields
public List<ConfigField> getFields()
-
getConfigId
public int getConfigId()
-
getContentType
public IJEMHTransportProvider.TransportContentType getContentType()
-
getDescription
public String getDescription()
-
getProvider
public String getProvider()
-
getServiceUri
public URI getServiceUri()
-
-