Uses of Class
hudson.plugins.s3.FingerprintRecord
Packages that use FingerprintRecord
-
Uses of FingerprintRecord in hudson.plugins.s3
Methods in hudson.plugins.s3 that return types with arguments of type FingerprintRecordModifier and TypeMethodDescriptionS3Profile.downloadAll
(Run<?, ?> build, List<FingerprintRecord> artifacts, String includeFilter, String excludeFilter, FilePath targetDir, boolean flatten) Download all artifacts from a given buildS3ArtifactsAction.getArtifacts()
S3Profile.upload
(Run<?, ?> run, String bucketName, List<FilePath> filePaths, List<String> fileNames, Map<String, String> userMetadata, String storageClass, String selregion, boolean uploadFromSlave, boolean managedArtifacts, boolean useServerSideEncryption, boolean gzipFiles) Methods in hudson.plugins.s3 with parameters of type FingerprintRecordModifier and TypeMethodDescriptionvoid
S3Profile.delete
(Run run, FingerprintRecord record) Delete some artifacts of a given runMethod parameters in hudson.plugins.s3 with type arguments of type FingerprintRecordModifier and TypeMethodDescriptionS3Profile.downloadAll
(Run<?, ?> build, List<FingerprintRecord> artifacts, String includeFilter, String excludeFilter, FilePath targetDir, boolean flatten) Download all artifacts from a given buildConstructor parameters in hudson.plugins.s3 with type arguments of type FingerprintRecordModifierConstructorDescriptionS3ArtifactsAction
(Run<?, ?> run, S3Profile profile, List<FingerprintRecord> artifacts)