@Extension public class CauseProvider extends MQDataProvider
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CAUSES
Causes Key.
|
| Constructor and Description |
|---|
CauseProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
provideStartRunData(Run run,
net.sf.json.JSONObject json)
Provides data for when a Run starts.
|
all, provideCompletedRunData, provideEnterWaitingQueueData, provideLeftQueueDatapublic static final String KEY_CAUSES
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.Copyright © 2016–2021. All rights reserved.