public class AmqpBuildTrigger<T extends hudson.model.Job<?,?> & jenkins.model.ParameterizedJobMixIn.ParameterizedJob>
extends hudson.triggers.Trigger<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
AmqpBuildTrigger.AmqpBuildTriggerDescriptor |
| Constructor and Description |
|---|
AmqpBuildTrigger(List<AmqpBrokerParams> amqpBrokerParamsList) |
| Modifier and Type | Method and Description |
|---|---|
List<AmqpBrokerParams> |
getAmqpBrokerParamsList() |
AmqpBuildTrigger.AmqpBuildTriggerDescriptor |
getDescriptor() |
String |
getProjectName() |
void |
scheduleBuild(String messageSource,
net.sf.json.JSONArray jsonArray) |
void |
setAmqpBrokerParamsList(List<AmqpBrokerParams> amqpBrokerParamsList) |
String |
toString() |
@DataBoundConstructor public AmqpBuildTrigger(List<AmqpBrokerParams> amqpBrokerParamsList)
public List<AmqpBrokerParams> getAmqpBrokerParamsList()
@DataBoundSetter public void setAmqpBrokerParamsList(List<AmqpBrokerParams> amqpBrokerParamsList)
public String getProjectName()
public void scheduleBuild(String messageSource, net.sf.json.JSONArray jsonArray)
public AmqpBuildTrigger.AmqpBuildTriggerDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.triggers.Trigger<?>>getDescriptor in class hudson.triggers.Trigger<T extends hudson.model.Job<?,?> & jenkins.model.ParameterizedJobMixIn.ParameterizedJob>Copyright © 2016–2019. All rights reserved.