@Extension
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static final class WorkloadReporter.Detector
extends hudson.model.queue.QueueListener
| Constructor and Description |
|---|
Detector() |
| Modifier and Type | Method and Description |
|---|---|
static WorkloadReporter.Detector |
getInstance() |
void |
onEnterBuildable(hudson.model.Queue.BuildableItem bi) |
void |
onLeaveBuildable(hudson.model.Queue.BuildableItem bi) |
void |
onLeft(hudson.model.Queue.LeftItem li) |
void |
update() |
@Nonnull public static WorkloadReporter.Detector getInstance()
public void onEnterBuildable(hudson.model.Queue.BuildableItem bi)
onEnterBuildable in class hudson.model.queue.QueueListenerpublic void onLeaveBuildable(hudson.model.Queue.BuildableItem bi)
onLeaveBuildable in class hudson.model.queue.QueueListenerpublic void onLeft(hudson.model.Queue.LeftItem li)
onLeft in class hudson.model.queue.QueueListenerpublic void update()
Copyright © 2016–2020. All rights reserved.