Package | Description |
---|---|
com.google.jenkins.plugins.storage |
Modifier and Type | Method and Description |
---|---|
protected UploadModule |
DownloadStep.getModule() |
UploadModule |
DownloadStep.DescriptorImpl.getModule() |
UploadModule |
AbstractUploadDescriptor.getModule() |
protected UploadModule |
AbstractUpload.getModule() |
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
ExpiringBucketLifecycleManagerStep(String credentialsId,
String bucket,
Optional<UploadModule> module,
Integer ttl)
Construct the ExpiringBucketLifecycleManager uploader to use the provided credentials to set
number of days after which to delete data stored in the specified GCS bucket.
|
StdoutUploadStep(String credentialsId,
String bucket,
Optional<UploadModule> module,
String logName)
Construct the StdoutUpload uploader to use the provided credentials to upload build artifacts.
|
Copyright © 2016–2019. All rights reserved.