@Extension
public static class AbstractAnkaSlave.VeertuCloudComputerListener
extends hudson.slaves.ComputerListener
Constructor and Description |
---|
VeertuCloudComputerListener() |
Modifier and Type | Method and Description |
---|---|
void |
onOffline(hudson.model.Computer c,
hudson.slaves.OfflineCause cause) |
void |
onTemporarilyOffline(hudson.model.Computer c,
hudson.slaves.OfflineCause cause) |
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 onTemporarilyOffline(hudson.model.Computer c, hudson.slaves.OfflineCause cause)
onTemporarilyOffline
in class hudson.slaves.ComputerListener
public void onOffline(@Nonnull hudson.model.Computer c, @CheckForNull hudson.slaves.OfflineCause cause)
onOffline
in class hudson.slaves.ComputerListener
Copyright © 2016–2018. All rights reserved.