Package | Description |
---|---|
jenkins.metrics.api |
Modifier and Type | Method and Description |
---|---|
QueueItemMetricsEvent.State |
QueueItemMetricsEvent.getState()
Returns the state of the
Queue.Item when the event occurred. |
static QueueItemMetricsEvent.State |
QueueItemMetricsEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueItemMetricsEvent.State[] |
QueueItemMetricsEvent.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QueueItemMetricsEvent(Queue.Item item,
Label assignedLabel,
QueueItemMetricsEvent.State state,
Run<?,?> run,
Queue.Executable executable,
List<Set<LabelAtom>> consumedLabelAtoms,
Long queuingTotalMillis,
Long queuingWaitingMillis,
Long queuingBlockedMillis,
Long queuingBuildableMillis,
Long executingMillis,
Integer executorCount) |
Copyright © 2016–2019. All rights reserved.