public abstract class BuilderListener extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
BuilderListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onDeploying(hudson.model.AbstractBuild<?,?> build,
String instanceId,
ElasticBoxCloud cloud) |
abstract void |
onTerminating(hudson.model.AbstractBuild<?,?> build,
String instanceId,
ElasticBoxCloud cloud) |
public abstract void onDeploying(hudson.model.AbstractBuild<?,?> build, String instanceId, ElasticBoxCloud cloud) throws IOException, InterruptedException
IOException
InterruptedException
public abstract void onTerminating(hudson.model.AbstractBuild<?,?> build, String instanceId, ElasticBoxCloud cloud) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2019. All rights reserved.