AbstractBucketLifecycleManager(String bucket,
UploadModule module) |
Constructs the base bucket OLM plugin from the bucket name and module.
|
AbstractUpload(String bucket,
UploadModule module) |
Construct the base upload from a handful of universal properties.
|
AbstractUploadDescriptor(Class<? extends AbstractUpload> clazz,
UploadModule module) |
Create the descriptor of the Upload from it's type on associated module for instantiating
dependencies.
|
ClassicUpload(String bucket,
UploadModule module,
String pattern,
String bucketNameWithVars,
String sourceGlobWithVars) |
Construct the classic upload implementation from the base properties and the glob for matching
files.
|
ClassicUploadStep(String credentialsId,
String bucket,
UploadModule module,
String pattern) |
Construct the classic upload step.
|
DownloadStep(String credentialsId,
String bucketUri,
String localDirectory,
UploadModule module) |
Constructor for DownloadStep.
|
ExpiringBucketLifecycleManager(String bucket,
UploadModule module,
Integer ttl,
String bucketNameWithVars,
Integer bucketObjectTTL) |
Construct the simple lifecycle manager from a TLL and the common properties.
|
StdoutUpload(String bucket,
UploadModule module,
String logName,
String bucketNameWithVars) |
Construct the Upload with the stock properties, and the additional information about how to
name the build log file.
|