public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_ACCESS_TOKEN_CONF |
"camel.component.jira.accessToken" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_ACCESS_TOKEN_DOC |
"(OAuth only) The access token generated by the Jira server." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.jira.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.jira.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_CONFIGURATION_CONF |
"camel.component.jira.configuration" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_CONFIGURATION_DOC |
"To use a shared base jira configuration." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_CONSUMER_KEY_CONF |
"camel.component.jira.consumerKey" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_CONSUMER_KEY_DOC |
"(OAuth only) The consumer key from Jira settings." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_DELAY_CONF |
"camel.component.jira.delay" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_DELAY_DEFAULT |
"6000" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_DELAY_DOC |
"Time in milliseconds to elapse for the next poll." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_JIRA_URL_CONF |
"camel.component.jira.jiraUrl" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_JIRA_URL_DOC |
"The Jira server url, example: http://my_jira.com:8081" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_PASSWORD_CONF |
"camel.component.jira.password" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_PASSWORD_DOC |
"(Basic authentication only) The password to authenticate to the Jira server. Use only if username basic authentication is used." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_PRIVATE_KEY_CONF |
"camel.component.jira.privateKey" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_PRIVATE_KEY_DOC |
"(OAuth only) The private key generated by the client to encrypt the conversation to the server." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_USERNAME_CONF |
"camel.component.jira.username" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_USERNAME_DOC |
"(Basic authentication only) The username to authenticate to the Jira server. Use only if OAuth is not enabled on the Jira server. Do not set the username and OAuth token parameter, if they are both set, the username basic authentication takes precedence." |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_VERIFICATION_CODE_CONF |
"camel.component.jira.verificationCode" |
public static final String |
CAMEL_SOURCE_JIRA_COMPONENT_VERIFICATION_CODE_DOC |
"(OAuth only) The verification code from Jira generated in the first step of the authorization proccess." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_ACCESS_TOKEN_CONF |
"camel.source.endpoint.accessToken" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_ACCESS_TOKEN_DOC |
"(OAuth only) The access token generated by the Jira server." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_CONSUMER_KEY_CONF |
"camel.source.endpoint.consumerKey" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_CONSUMER_KEY_DOC |
"(OAuth only) The consumer key from Jira settings." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_DELAY_CONF |
"camel.source.endpoint.delay" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_DELAY_DEFAULT |
"6000" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_DELAY_DOC |
"Time in milliseconds to elapse for the next poll." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_JIRA_URL_CONF |
"camel.source.endpoint.jiraUrl" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_JIRA_URL_DOC |
"The Jira server url, example: http://my_jira.com:8081" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_JQL_CONF |
"camel.source.endpoint.jql" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_JQL_DOC |
"JQL is the query language from JIRA which allows you to retrieve the data you want. For example jql=project=MyProject Where MyProject is the product key in Jira. It is important to use the RAW() and set the JQL inside it to prevent camel parsing it, example: RAW(project in (MYP, COM) AND resolution = Unresolved)" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_MAX_RESULTS_CONF |
"camel.source.endpoint.maxResults" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_MAX_RESULTS_DEFAULT |
"50" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_MAX_RESULTS_DOC |
"Max number of issues to search for" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_PASSWORD_CONF |
"camel.source.endpoint.password" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_PASSWORD_DOC |
"(Basic authentication only) The password to authenticate to the Jira server. Use only if username basic authentication is used." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_PRIVATE_KEY_CONF |
"camel.source.endpoint.privateKey" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_PRIVATE_KEY_DOC |
"(OAuth only) The private key generated by the client to encrypt the conversation to the server." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_USERNAME_CONF |
"camel.source.endpoint.username" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_USERNAME_DOC |
"(Basic authentication only) The username to authenticate to the Jira server. Use only if OAuth is not enabled on the Jira server. Do not set the username and OAuth token parameter, if they are both set, the username basic authentication takes precedence." |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_VERIFICATION_CODE_CONF |
"camel.source.endpoint.verificationCode" |
public static final String |
CAMEL_SOURCE_JIRA_ENDPOINT_VERIFICATION_CODE_DOC |
"(OAuth only) The verification code from Jira generated in the first step of the authorization proccess." |
public static final String |
CAMEL_SOURCE_JIRA_PATH_TYPE_CONF |
"camel.source.path.type" |
public static final String |
CAMEL_SOURCE_JIRA_PATH_TYPE_DOC |
"Operation to perform. Consumers: NewIssues, NewComments. Producers: AddIssue, AttachFile, DeleteIssue, TransitionIssue, UpdateIssue, Watchers. See this class javadoc description for more information. One of: [ADDCOMMENT] [ADDISSUE] [ATTACH] [DELETEISSUE] [NEWISSUES] [NEWCOMMENTS] [UPDATEISSUE] [TRANSITIONISSUE] [WATCHERS] [ADDISSUELINK] [ADDWORKLOG] [FETCHISSUE] [FETCHCOMMENTS]" |