@ExportedBean
public class RabbitMQConsumer
extends hudson.Plugin
修飾子とタイプ | クラスと説明 |
---|---|
static class |
RabbitMQConsumer.QueueState
An inner class to represent the status of queue.
|
コンストラクタと説明 |
---|
RabbitMQConsumer() |
修飾子とタイプ | メソッドと説明 |
---|---|
hudson.model.Api |
getApi()
Gets api
|
List<RabbitMQConsumer.QueueState> |
getQueues()
Gets the list of configured queues.
|
String |
getServiceUri()
Gets configured service URI.
|
String |
getUserName()
Gets configured username.
|
boolean |
isConnected()
Gets connection is established or not.
|
boolean |
isEnabled()
Gets configuration is enabled or not.
|
public hudson.model.Api getApi()
@Exported public boolean isEnabled()
@Exported public boolean isConnected()
@Exported public String getServiceUri()
@Exported public String getUserName()
@Exported public List<RabbitMQConsumer.QueueState> getQueues()
Copyright © 2016–2018. All rights reserved.