| Package | Description |
|---|---|
| org.jenkins.plugins.statistics.gatherer.model.queue |
| Modifier and Type | Method and Description |
|---|---|
List<QueueCause> |
QueueStats.getQueueCauses() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueStats.addQueueCause(QueueCause queueCause) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueStats.setQueueCauses(List<QueueCause> queueCauses) |
| Constructor and Description |
|---|
QueueStats(String ciUrl,
String jobName,
Date entryTime,
Date exitTime,
String startedBy,
int jenkinsQueueId,
String status,
long duration,
List<QueueCause> queueCauses,
int contextId) |
Copyright © 2016–2018. All rights reserved.