@Extension
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class CloudStatistics.OperationListener
extends hudson.slaves.ComputerListener
Constructor and Description |
---|
OperationListener() |
Modifier and Type | Method and Description |
---|---|
void |
onLaunchFailure(hudson.model.Computer c,
hudson.model.TaskListener taskListener) |
void |
onOnline(hudson.model.Computer c,
hudson.model.TaskListener listener) |
void |
preLaunch(hudson.model.Computer c,
hudson.model.TaskListener taskListener) |
public void preLaunch(hudson.model.Computer c, hudson.model.TaskListener taskListener)
preLaunch
in class hudson.slaves.ComputerListener
public void onLaunchFailure(hudson.model.Computer c, hudson.model.TaskListener taskListener)
onLaunchFailure
in class hudson.slaves.ComputerListener
public void onOnline(hudson.model.Computer c, hudson.model.TaskListener listener)
onOnline
in class hudson.slaves.ComputerListener
Copyright © 2016–2021. All rights reserved.