public class Destination extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
bucketName |
String |
objectName |
| Constructor and Description |
|---|
Destination(String userBucketName,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
static Destination |
newFromRun(hudson.model.Run run,
S3Artifact artifact) |
static Destination |
newFromRun(hudson.model.Run run,
String bucketName,
String fileName,
boolean enableFullpath) |
String |
toString() |
public static Destination newFromRun(hudson.model.Run run, String bucketName, String fileName, boolean enableFullpath)
public static Destination newFromRun(hudson.model.Run run, S3Artifact artifact)
Copyright © 2004-2016. All Rights Reserved.