@Extension public class ParameterProvider extends MQDataProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_PARAMETERS
Params Key.
|
| Constructor and Description |
|---|
ParameterProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
provideCompletedRunData(hudson.model.Run run,
net.sf.json.JSONObject json)
Provides data for when a Run is completed.
|
void |
provideEnterWaitingQueueData(hudson.model.Queue.WaitingItem wi,
net.sf.json.JSONObject json)
Provides data for when an item enters the queue.
|
void |
provideLeftQueueData(hudson.model.Queue.LeftItem li,
net.sf.json.JSONObject json)
Provides data for when an item leaves the queue.
|
void |
provideStartRunData(hudson.model.Run run,
net.sf.json.JSONObject json)
Provides data for when a Run starts.
|
allpublic static final String KEY_PARAMETERS
public void provideStartRunData(hudson.model.Run run,
net.sf.json.JSONObject json)
MQDataProviderprovideStartRunData in class MQDataProviderrun - the Run that has started running.json - the json object that we should add information to.public void provideCompletedRunData(hudson.model.Run run,
net.sf.json.JSONObject json)
MQDataProviderprovideCompletedRunData in class MQDataProviderrun - the Run that has completed running.json - the json object that we should add information to.public void provideEnterWaitingQueueData(hudson.model.Queue.WaitingItem wi,
net.sf.json.JSONObject json)
MQDataProviderprovideEnterWaitingQueueData in class MQDataProviderwi - the Queue.WaitingItem that has entered the queue.json - the json object that we should add information to.public void provideLeftQueueData(hudson.model.Queue.LeftItem li,
net.sf.json.JSONObject json)
MQDataProviderprovideLeftQueueData in class MQDataProviderli - the Queue.LeftItem that has left the queue.json - the json object that we should add information to.Copyright © 2016–2018. All rights reserved.