Package | Description |
---|---|
com.cloudbees.plugins.deployer | |
com.cloudbees.plugins.deployer.engines | |
com.cloudbees.plugins.deployer.hosts | |
com.cloudbees.plugins.deployer.targets |
Modifier and Type | Method and Description |
---|---|
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 <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.
|
<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.
|
<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 |
---|---|
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 <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.
|
<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.
|
<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 | Class and Description |
---|---|
class |
Engine<S extends DeployHost<S,T>,T extends DeployTarget<T>>
A deployment engine knows how to deploy artifacts to a remote service.
|
class |
EngineConfiguration<S extends DeployHost<S,T>,T extends DeployTarget<T>>
Represents all the configuration requirements of an
Engine |
class |
EngineFactory<S extends DeployHost<S,T>,T extends DeployTarget<T>> |
class |
EngineFactoryDescriptor<S extends DeployHost<S,T>,T extends DeployTarget<T>> |
Modifier and Type | Class and Description |
---|---|
class |
DeployHost<S extends DeployHost<S,T>,T extends DeployTarget<T>>
A set of
DeployTarget s to be deployed. |
class |
DeployHostDescriptor<S extends DeployHost<S,T>,T extends DeployTarget<T>>
The base class for
DeployHost descriptors. |
Modifier and Type | Class and Description |
---|---|
class |
DeployTarget<T extends DeployTarget<T>> |
class |
DeployTargetDescriptor<T extends DeployTarget<T>>
The base class for
DeployTarget descriptors |
Copyright © 2016–2022. All rights reserved.