Package | Description |
---|---|
com.cloudbees.plugins.deployer | |
com.cloudbees.plugins.deployer.engines | |
com.cloudbees.plugins.deployer.hosts | |
com.cloudbees.plugins.deployer.resolvers |
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 |
---|---|
List<? extends DeployHost<?,?>> |
DeployNowJobProperty.getHosts() |
List<? extends DeployHost<?,?>> |
DeployPublisher.getHosts() |
List<? extends DeployHost<?,?>> |
DeployBuilder.getHosts() |
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 |
---|---|
void |
DeployNowJobProperty.setHosts(List<? extends DeployHost<?,?>> hosts) |
Constructor and Description |
---|
DeployBuilder(List<? extends DeployHost<?,?>> hosts) |
Deployer(List<DeployHost<?,?>> sets,
List<Cause> causes,
Authentication authentication) |
DeployNowJobProperty(boolean oneClickDeploy,
List<? extends DeployHost<?,?>> hosts) |
DeployPublisher(List<? extends DeployHost<?,?>> hosts,
boolean deployIfUnstable) |
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 | Field and Description |
---|---|
protected S |
Engine.set |
Modifier and Type | Method and Description |
---|---|
static EngineFactory<?,?> |
Engine.create(DeployHost<?,?> configuration) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
EngineFactoryDescriptor.isApplicable(Class<? extends DeployHost> aClass) |
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 | Method and Description |
---|---|
static List<DeployHost<?,?>> |
DeployHost.createDefaults(AbstractProject<?,?> owner,
Set<DeploySourceOrigin> origins) |
static List<DeployHost<?,?>> |
DeployHost.createDefaults(Run<?,?> run,
Set<DeploySourceOrigin> origins) |
List<? extends DeployHost<?,?>> |
DeployHostsContext.getHosts() |
static List<DeployHost<?,?>> |
DeployHost.updateDefaults(AbstractProject<?,?> owner,
Set<DeploySourceOrigin> origins,
List<? extends DeployHost<?,?>> templates) |
static List<DeployHost<?,?>> |
DeployHost.updateDefaults(Run<?,?> run,
Set<DeploySourceOrigin> origins,
List<? extends DeployHost<?,?>> templates) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DeployHost.isValid(List<? extends DeployHost<?,?>> sets,
AbstractProject<?,?> owner,
Authentication authentication) |
static boolean |
DeployHost.isValid(List<? extends DeployHost<?,?>> sets,
Run<?,?> owner,
Authentication authentication) |
static List<DeployHost<?,?>> |
DeployHost.updateDefaults(AbstractProject<?,?> owner,
Set<DeploySourceOrigin> origins,
List<? extends DeployHost<?,?>> templates) |
static List<DeployHost<?,?>> |
DeployHost.updateDefaults(Run<?,?> run,
Set<DeploySourceOrigin> origins,
List<? extends DeployHost<?,?>> templates) |
Constructor and Description |
---|
DeployHostDescriptor(Class<? extends DeployHost<S,T>> clazz) |
DeployHostsContext(T it,
List<? extends DeployHost<?,?>> hosts,
Job<?,?> project,
Set<DeploySourceOrigin> origins,
boolean fromWorkspace,
boolean usersAuth) |
Constructor and Description |
---|
DeployPromotionBuilder(List<DeployHost<?,?>> hosts)
Constructor.
|
Copyright © 2016–2022. All rights reserved.