@Extension
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class CloudStatistics.OperationListener
extends hudson.slaves.ComputerListener
| Constructor and Description |
|---|
CloudStatistics.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)
throws IOException,
InterruptedException
preLaunch in class hudson.slaves.ComputerListenerIOExceptionInterruptedExceptionpublic void onLaunchFailure(hudson.model.Computer c,
hudson.model.TaskListener taskListener)
throws IOException,
InterruptedException
onLaunchFailure in class hudson.slaves.ComputerListenerIOExceptionInterruptedExceptionpublic void onOnline(hudson.model.Computer c,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
onOnline in class hudson.slaves.ComputerListenerIOExceptionInterruptedExceptionCopyright © 2016. All rights reserved.