Package | Description |
---|---|
com.cloudbees.plugins.deployer.exceptions | |
com.cloudbees.plugins.deployer.sources | |
com.cloudbees.plugins.deployer.targets |
Modifier and Type | Method and Description |
---|---|
DeploySource |
DeploySourceNotFoundException.getSource() |
Constructor and Description |
---|
DeploySourceNotFoundException(DeploySource source) |
DeploySourceNotFoundException(DeploySource source,
String message) |
DeploySourceNotFoundException(DeploySource source,
String message,
Throwable cause) |
DeploySourceNotFoundException(DeploySource source,
Throwable cause) |
Modifier and Type | Class and Description |
---|---|
class |
FixedDirectoryDeploySource
A deploy source that returns a specific directory.
|
class |
MavenArtifactDeploySource
Finds artifacts from a
MavenBuild based on GACT coordinates. |
class |
StaticSelectionDeploySource
Finds the first file that matches an fixed selection.
|
class |
WildcardPathDeploySource
Finds the first file that matches a file pattern.
|
Modifier and Type | Method and Description |
---|---|
DeploySource |
FixedDirectoryDeploySource.DescriptorImpl.newInstance()
Create a new default instance of the
DeploySource |
DeploySource |
WildcardPathDeploySource.DescriptorImpl.newInstance()
Create a new default instance of the
DeploySource |
DeploySource |
DeploySourceDescriptor.newInstance()
Create a new default instance of the
DeploySource |
DeploySource |
StaticSelectionDeploySource.DescriptorImpl.newInstance() |
DeploySource |
MavenArtifactDeploySource.DescriptorImpl.newInstance() |
Modifier and Type | Method and Description |
---|---|
DeploySource |
DeployTargetDescriptor.defaultDeploySource(DeploySource source,
Set<DeploySourceOrigin> origins,
Class<? extends AbstractProject> jobType)
If the specified source is null, try to pick the best default to select initially.
|
DeploySource |
DeployTarget.getArtifact() |
Modifier and Type | Method and Description |
---|---|
DescriptorExtensionList<DeploySource,Descriptor<DeploySource>> |
DeployTargetDescriptor.getDeploySourceDescriptors()
Gets all the
DeploySource descriptors. |
DescriptorExtensionList<DeploySource,Descriptor<DeploySource>> |
DeployTargetDescriptor.getDeploySourceDescriptors()
Gets all the
DeploySource descriptors. |
Modifier and Type | Method and Description |
---|---|
DeploySource |
DeployTargetDescriptor.defaultDeploySource(DeploySource source,
Set<DeploySourceOrigin> origins,
Class<? extends AbstractProject> jobType)
If the specified source is null, try to pick the best default to select initially.
|
Constructor and Description |
---|
DeployTarget(DeploySource artifact) |
Copyright © 2016–2022. All rights reserved.