@Extension public class ParameterProvider extends MQDataProvider
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_PARAMETERS
Params Key.
|
| Constructor and Description |
|---|
ParameterProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
provideCompletedRunData(Run run,
net.sf.json.JSONObject json)
Provides data for when a Run is completed.
|
void |
provideEnterWaitingQueueData(Queue.WaitingItem wi,
net.sf.json.JSONObject json)
Provides data for when an item enters the queue.
|
void |
provideLeftQueueData(Queue.LeftItem li,
net.sf.json.JSONObject json)
Provides data for when an item leaves the queue.
|
void |
provideStartRunData(Run run,
net.sf.json.JSONObject json)
Provides data for when a Run starts.
|
allpublic static final String KEY_PARAMETERS
public void provideStartRunData(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(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(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(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–2022. All rights reserved.