パッケージ | 説明 |
---|---|
org.jenkinsci.plugins.rabbitmqconsumer |
Main plugin package.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<RabbitmqConsumeItem> |
GlobalRabbitmqConfiguration.getConsumeItems()
Gets the list of
RabbitmqConsumeItem . |
hudson.model.Descriptor<RabbitmqConsumeItem> |
RabbitmqConsumeItem.getDescriptor() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
GlobalRabbitmqConfiguration.setConsumeItems(List<RabbitmqConsumeItem> consumeItems)
Sets the list of
RabbitmqConsumeItem . |
void |
RMQConnection.updateChannels(Collection<RabbitmqConsumeItem> consumeItems)
Updates each channels.
|
コンストラクタと説明 |
---|
GlobalRabbitmqConfiguration(boolean enableConsumer,
String serviceUri,
String userName,
hudson.util.Secret userPassword,
long watchdogPeriod,
List<RabbitmqConsumeItem> consumeItems,
boolean enableDebug)
Creates GlobalRabbitmqConfiguration instance with specified parameters.
|
Copyright © 2016–2018. All rights reserved.