Index

B C D E F G I J N O R S T U 
All Classes and Interfaces|All Packages|Serialized Form

B

browse(StaplerRequest2, StaplerResponse2, Job<?, ?>, String) - Method in class jenkins.plugins.itemstorage.s3.S3ObjectPath
 
bucketName - Variable in class jenkins.plugins.itemstorage.s3.Destination
 
buildMetadata(File) - Method in class jenkins.plugins.itemstorage.s3.S3BaseUploadCallable
 

C

child(String) - Method in class jenkins.plugins.itemstorage.s3.S3ObjectPath
 
cleanup() - Method in class jenkins.plugins.itemstorage.s3.Uploads
 
client() - Method in class jenkins.plugins.itemstorage.s3.ClientHelper
 
ClientHelper - Class in jenkins.plugins.itemstorage.s3
Modification of the Jenkins S3 Plugin Stores settings to be used at a later time.
ClientHelper(AWSCredentials, ProxyConfiguration) - Constructor for class jenkins.plugins.itemstorage.s3.ClientHelper
 
ClientHelper(AWSCredentials, String, ProxyConfiguration) - Constructor for class jenkins.plugins.itemstorage.s3.ClientHelper
 
ClientHelper(AWSCredentials, String, String, ProxyConfiguration, String, boolean, boolean) - Constructor for class jenkins.plugins.itemstorage.s3.ClientHelper
 
copyFrom(FilePath) - Method in class jenkins.plugins.itemstorage.s3.S3ObjectPath
 
copyTo(FilePath) - Method in class jenkins.plugins.itemstorage.s3.S3ObjectPath
 
count() - Method in class jenkins.plugins.itemstorage.s3.Downloads
 
count() - Method in class jenkins.plugins.itemstorage.s3.Uploads
 

D

delete(String, String) - Method in class jenkins.plugins.itemstorage.s3.S3Profile
 
deleteRecursive() - Method in class jenkins.plugins.itemstorage.s3.S3ObjectPath
 
DescriptorImpl() - Constructor for class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.plugins.itemstorage.s3.S3ItemStorage.DescriptorImpl
 
Destination - Class in jenkins.plugins.itemstorage.s3
From S3 Jenkins Plugin Provides a way to construct a destination bucket name and object name based on the bucket name provided by the user.
Destination(String, String) - Constructor for class jenkins.plugins.itemstorage.s3.Destination
 
doFillCredentialsIdItems(String) - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage.DescriptorImpl
 
doFillCredentialsIdItems(String) - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage.DescriptorImpl
 
doFillRegionItems() - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage.DescriptorImpl
 
doFillSignerVersionItems() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage.DescriptorImpl
 
download(String, String, FilePath) - Method in class jenkins.plugins.itemstorage.s3.S3Profile
 
downloadAll(String, String, String, String, boolean, FilePath) - Method in class jenkins.plugins.itemstorage.s3.S3Profile
 
Downloads - Class in jenkins.plugins.itemstorage.s3
From the S3 Jenkins plugin modified a bit to meet this use case
Downloads() - Constructor for class jenkins.plugins.itemstorage.s3.Downloads
 

E

exists() - Method in class jenkins.plugins.itemstorage.s3.S3ObjectPath
 
exists(String, String) - Method in class jenkins.plugins.itemstorage.s3.S3Profile
 

F

finishDownloading() - Method in class jenkins.plugins.itemstorage.s3.Downloads
 
finishUploading() - Method in class jenkins.plugins.itemstorage.s3.Uploads
 

G

getBucketName() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getBucketName() - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage
 
getClientConfiguration(ProxyConfiguration) - Static method in class jenkins.plugins.itemstorage.s3.ClientHelper
 
getCredentials() - Method in class jenkins.plugins.itemstorage.s3.ClientHelper
 
getCredentialsId() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getCredentialsId() - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage
 
getDisplayName() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage.DescriptorImpl
 
getDisplayName() - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage.DescriptorImpl
 
getEndpoint() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getObjectPath(Item, String) - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getObjectPath(Item, String) - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage
 
getObjectPathForBranch(Item, String, String) - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getObjectPathForBranch(Item, String, String) - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage
 
getParallelDownloads() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getPathStyleAccess() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getPrefix() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getPrefix() - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage
 
getRegion() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
getRegion() - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage
 
getSignerVersion() - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 

I

invoke(TransferManager, File, VirtualChannel) - Method in class jenkins.plugins.itemstorage.s3.S3BaseUploadCallable
Override this if you do want a transfer manager
invoke(TransferManager, File, VirtualChannel) - Method in class jenkins.plugins.itemstorage.s3.S3DownloadAllCallable
Download to executor
invoke(TransferManager, File, VirtualChannel) - Method in class jenkins.plugins.itemstorage.s3.S3DownloadCallable
 
invoke(TransferManager, File, VirtualChannel) - Method in class jenkins.plugins.itemstorage.s3.S3UploadAllCallable
Upload from agent
invoke(TransferManager, File, VirtualChannel) - Method in class jenkins.plugins.itemstorage.s3.S3UploadCallable
 
invoke(File, VirtualChannel) - Method in class jenkins.plugins.itemstorage.s3.S3UploadCallable
Override this if you don't want a transfer manager

J

jenkins.plugins.itemstorage.s3 - package jenkins.plugins.itemstorage.s3
 

N

NonAWSS3ItemStorage - Class in jenkins.plugins.itemstorage.s3
S3 implementation of the Item Storage extension point.
NonAWSS3ItemStorage(String, String, String, String, String, String, boolean, boolean) - Constructor for class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
 
NonAWSS3ItemStorage.DescriptorImpl - Class in jenkins.plugins.itemstorage.s3
 
NonAWSS3ItemStorage.S3ItemListener - Class in jenkins.plugins.itemstorage.s3
 

O

objectName - Variable in class jenkins.plugins.itemstorage.s3.Destination
 
onDeleted(Item) - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage.S3ItemListener
 
onDeleted(Item) - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage.S3ItemListener
 
onLocationChanged(Item, String, String) - Method in class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage.S3ItemListener
 
onLocationChanged(Item, String, String) - Method in class jenkins.plugins.itemstorage.s3.S3ItemStorage.S3ItemListener
 

R

rename(String, String, String) - Method in class jenkins.plugins.itemstorage.s3.S3Profile
 

S

S3BaseUploadCallable<T> - Class in jenkins.plugins.itemstorage.s3
From S3 Plugin modified for this purpose This class supports subclasses to create S3 object metadata
S3BaseUploadCallable(ClientHelper, Map<String, String>, String, boolean) - Constructor for class jenkins.plugins.itemstorage.s3.S3BaseUploadCallable
 
S3DownloadAllCallable - Class in jenkins.plugins.itemstorage.s3
Copies all objects from the path in S3 to the target base path
S3DownloadAllCallable(ClientHelper, String, String, boolean, String, String) - Constructor for class jenkins.plugins.itemstorage.s3.S3DownloadAllCallable
 
S3DownloadCallable - Class in jenkins.plugins.itemstorage.s3
 
S3DownloadCallable(ClientHelper, String, String) - Constructor for class jenkins.plugins.itemstorage.s3.S3DownloadCallable
 
S3ItemListener() - Constructor for class jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage.S3ItemListener
 
S3ItemListener() - Constructor for class jenkins.plugins.itemstorage.s3.S3ItemStorage.S3ItemListener
 
S3ItemStorage - Class in jenkins.plugins.itemstorage.s3
S3 implementation of the Item Storage extension point.
S3ItemStorage(String, String, String, String) - Constructor for class jenkins.plugins.itemstorage.s3.S3ItemStorage
 
S3ItemStorage.DescriptorImpl - Class in jenkins.plugins.itemstorage.s3
 
S3ItemStorage.S3ItemListener - Class in jenkins.plugins.itemstorage.s3
 
S3ObjectPath - Class in jenkins.plugins.itemstorage.s3
Implements ObjectPath API
S3ObjectPath(S3Profile, String, String, String, String) - Constructor for class jenkins.plugins.itemstorage.s3.S3ObjectPath
 
S3Profile - Class in jenkins.plugins.itemstorage.s3
Based on same named class in S3 Jenkins Plugin
S3Profile(AmazonWebServicesCredentials, String, String, String, String, boolean, boolean) - Constructor for class jenkins.plugins.itemstorage.s3.S3Profile
 
S3UploadAllCallable - Class in jenkins.plugins.itemstorage.s3
 
S3UploadAllCallable(ClientHelper, String, String, boolean, String, String, Map<String, String>, String, boolean) - Constructor for class jenkins.plugins.itemstorage.s3.S3UploadAllCallable
 
S3UploadCallable - Class in jenkins.plugins.itemstorage.s3
 
S3UploadCallable(ClientHelper, String, String, Map<String, String>, String, boolean) - Constructor for class jenkins.plugins.itemstorage.s3.S3UploadCallable
 
startDownload(TransferManager, File, String, S3ObjectSummary) - Method in class jenkins.plugins.itemstorage.s3.Downloads
 
startUploading(TransferManager, File, InputStream, Destination, ObjectMetadata) - Method in class jenkins.plugins.itemstorage.s3.Uploads
 
supportsParallelDownloads() - Method in class jenkins.plugins.itemstorage.s3.ClientHelper
 

T

toString() - Method in class jenkins.plugins.itemstorage.s3.Destination
 

U

upload(String, String, FilePath, Map<String, String>, String, boolean) - Method in class jenkins.plugins.itemstorage.s3.S3Profile
 
uploadAll(String, String, String, String, boolean, FilePath, Map<String, String>, String, boolean) - Method in class jenkins.plugins.itemstorage.s3.S3Profile
 
Uploads - Class in jenkins.plugins.itemstorage.s3
Based on S3 Jenkins Plugin class.
Uploads() - Constructor for class jenkins.plugins.itemstorage.s3.Uploads
 
B C D E F G I J N O R S T U 
All Classes and Interfaces|All Packages|Serialized Form