Package | Description |
---|---|
com.cloudbees.plugins.deployer | |
com.cloudbees.plugins.deployer.engines |
Modifier and Type | Method and Description |
---|---|
static void |
DeployListener.notifyFailure(DeployEvent event)
|
static <S extends DeployHost<S,T>,T extends DeployTarget<T>> |
DeployListener.notifyFailure(DeployHost<S,T> host,
DeployTarget<T> target,
DeployEvent event)
Notifies all the listeners of a failed deployment.
|
static void |
DeployListener.notifySuccess(DeployEvent event)
|
static <S extends DeployHost<S,T>,T extends DeployTarget<T>> |
DeployListener.notifySuccess(DeployHost<S,T> host,
DeployTarget<T> target,
DeployEvent event)
Notifies all the listeners of a successful deployment.
|
void |
DeployListener.onFailure(DeployEvent event)
Deprecated.
|
<S extends DeployHost<S,T>,T extends DeployTarget<T>> |
DeployListener.onFailure(DeployHost<S,T> host,
DeployTarget<T> target,
DeployEvent event)
Called for each failed deployment event.
|
void |
DeployListener.onSuccess(DeployEvent event)
Deprecated.
|
<S extends DeployHost<S,T>,T extends DeployTarget<T>> |
DeployListener.onSuccess(DeployHost<S,T> host,
DeployTarget<T> target,
DeployEvent event)
Called for each successful deployment event.
|
Modifier and Type | Method and Description |
---|---|
abstract DeployEvent |
Engine.createEvent(T target) |
Copyright © 2016–2022. All rights reserved.