@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) throws IOException, InterruptedException
preLaunch
in class hudson.slaves.ComputerListener
IOException
InterruptedException
public void onLaunchFailure(hudson.model.Computer c, hudson.model.TaskListener taskListener) throws IOException, InterruptedException
onLaunchFailure
in class hudson.slaves.ComputerListener
IOException
InterruptedException
public void onOnline(hudson.model.Computer c, hudson.model.TaskListener listener) throws IOException, InterruptedException
onOnline
in class hudson.slaves.ComputerListener
IOException
InterruptedException
Copyright © 2016–2017. All rights reserved.