@Extension public class CauseProvider extends MQDataProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CAUSES
Causes Key.
|
| Constructor and Description |
|---|
CauseProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
provideStartRunData(hudson.model.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(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.Copyright © 2004-2017. All Rights Reserved.