C D G I K M O Q R S U V
C
- com.sonymobile.jenkins.plugins.mq.mqnotifier - package com.sonymobile.jenkins.plugins.mq.mqnotifier
-
- configure(StaplerRequest, JSONObject) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
- CONTENT_TYPE - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Content Type.
D
- doTestConnection(String, String, Secret) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Tests connection to the server URI.
G
- get() - Static method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Gets this extension's instance.
- getAppId() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Returns application id.
- getConnection() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQConnection
-
Gets the connection.
- getExchangeName() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Gets the exchange name.
- getInstance() - Static method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQConnection
-
Gets the instance.
- getJobUrl(Queue.Item) - Static method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Get the job url for use with the REST api.
- getJobUrl(Run) - Static method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Get the job url for use with the REST api.
- getPersistentDelivery() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Returns true if persistentDelivery is to be used.
- getRoutingKey() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Gets the routing key.
- getServerUri() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Gets URI for MQ server.
- getUserName() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Gets user name.
- getUserPassword() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Gets user password.
- getVirtualHost() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Gets the virtual host name.
I
- initialize(String, Secret, String, String) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQConnection
-
Initializes this instance with supplied values.
- ItemListenerImpl - Class in com.sonymobile.jenkins.plugins.mq.mqnotifier
-
Receives job status notifications ItemListener.
- ItemListenerImpl() - Constructor for class com.sonymobile.jenkins.plugins.mq.mqnotifier.ItemListenerImpl
-
Create instance.
K
- KEY_CAUSES - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Causes Key.
- KEY_DEQUEUE_REASON - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Dequeue Reason Key.
- KEY_STATE - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
State Key.
- KEY_STATUS - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Status Key.
- KEY_URL - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Url Key.
M
- MQConnection - Class in com.sonymobile.jenkins.plugins.mq.mqnotifier
-
Creates an MQ connection.
- MQNotifierConfig - Class in com.sonymobile.jenkins.plugins.mq.mqnotifier
-
Adds the MQ notifier plugin configuration to the system config page.
- MQNotifierConfig(String, String, Secret, String, String, String, boolean, String) - Constructor for class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Creates an instance with specified parameters.
- MQNotifierConfig() - Constructor for class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Load configuration on invoke.
O
- onCompleted(Run, TaskListener) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.RunListenerImpl
-
- onDeleted(Run) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.RunListenerImpl
-
- onEnterWaiting(Queue.WaitingItem) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.QueueListenerImpl
-
- onLeft(Queue.LeftItem) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.QueueListenerImpl
-
- onLoaded() - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.ItemListenerImpl
-
- onStarted(Run, TaskListener) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.RunListenerImpl
-
Q
- QueueListenerImpl - Class in com.sonymobile.jenkins.plugins.mq.mqnotifier
-
Receives notifications about when tasks are submitted to the queue and publishes
messages on configured MQ server.
- QueueListenerImpl() - Constructor for class com.sonymobile.jenkins.plugins.mq.mqnotifier.QueueListenerImpl
-
R
- RunListenerImpl - Class in com.sonymobile.jenkins.plugins.mq.mqnotifier
-
Receives notifications about builds and publish messages on configured MQ server.
- RunListenerImpl() - Constructor for class com.sonymobile.jenkins.plugins.mq.mqnotifier.RunListenerImpl
-
Constructor for RunListenerImpl.
S
- send(String, String, AMQP.BasicProperties, byte[]) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQConnection
-
Sends a message.
- setAppId(String) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Sets application id.
- setDeliveryMode(boolean) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Sets persistent delivery mode.
- setExchangeName(String) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Sets the exchange name.
- setRoutingKey(String) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Sets the routing key.
- setServerUri(String) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Sets URI for MQ server.
- setUserName(String) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Sets user name.
- setVirtualHost(String) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQNotifierConfig
-
Sets the virtual host name.
- shutdownCompleted(ShutdownSignalException) - Method in class com.sonymobile.jenkins.plugins.mq.mqnotifier.MQConnection
-
U
- Util - Class in com.sonymobile.jenkins.plugins.mq.mqnotifier
-
Constants and helper functions.
V
- VALUE_ADDED_TO_QUEUE - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Queued Value.
- VALUE_BUILDING - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Building Value.
- VALUE_CANCELLED - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Cancelled Value.
- VALUE_COMPLETED - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Completed Value.
- VALUE_DELETED - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Deleted Value.
- VALUE_REMOVED_FROM_QUEUE - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Dequeued Value.
- VALUE_STARTED - Static variable in class com.sonymobile.jenkins.plugins.mq.mqnotifier.Util
-
Started Value.
C D G I K M O Q R S U V
Copyright © 2004-2016. All Rights Reserved.