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(Run run,
S3Artifact artifact) |
static Destination |
newFromRun(Run run,
String bucketName,
String fileName,
boolean enableFullpath) |
String |
toString() |
public static Destination newFromRun(Run run, String bucketName, String fileName, boolean enableFullpath)
public static Destination newFromRun(Run run, S3Artifact artifact)
Copyright © 2016–2021. All rights reserved.