Uses of Class
hudson.plugins.s3.Destination
Packages that use Destination
-
Uses of Destination in hudson.plugins.s3
Methods in hudson.plugins.s3 that return DestinationModifier and TypeMethodDescriptionstatic DestinationDestination.newFromRun(Run run, S3Artifact artifact) static DestinationDestination.newFromRun(Run run, String bucketName, String fileName, boolean enableFullpath) -
Uses of Destination in hudson.plugins.s3.callable
Methods in hudson.plugins.s3.callable that return DestinationConstructors in hudson.plugins.s3.callable with parameters of type DestinationModifierConstructorDescriptionS3BaseUploadCallable(String accessKey, Secret secretKey, boolean useRole, Destination dest, Map<String, String> userMetadata, String storageClass, String selregion, boolean useServerSideEncryption, ProxyConfiguration proxy, boolean usePathStyle) S3DownloadCallable(String accessKey, Secret secretKey, boolean useRole, Destination dest, String region, ProxyConfiguration proxy, boolean usePathStyle) S3GzipCallable(String accessKey, Secret secretKey, boolean useRole, Destination dest, Map<String, String> userMetadata, String storageClass, String selregion, boolean useServerSideEncryption, ProxyConfiguration proxy, boolean usePathStyle) S3UploadCallable(String accessKey, Secret secretKey, boolean useRole, Destination dest, Map<String, String> userMetadata, String storageClass, String selregion, boolean useServerSideEncryption, ProxyConfiguration proxy, boolean usePathStyle)