public class BlobStoreProfile extends Object
Constructor and Description |
---|
BlobStoreProfile(String profileName,
String identity,
String credential) |
Modifier and Type | Method and Description |
---|---|
String |
getCredential()
Cloud provider credential.
|
String |
getIdentity()
Cloud provider identity.
|
String |
getProfileName()
Configured profile.
|
void |
upload(String container,
String path,
hudson.FilePath filePath)
Upload the specified file from the
|
public String getProfileName()
public String getIdentity()
public String getCredential()
public void upload(String container, String path, hudson.FilePath filePath) throws IOException, InterruptedException
filePath
- to containercontainer
- - The container where the file needs to be uploaded.path
- - The path in container where the file needs to be uploaded.filePath
- - the FilePath
of the file which needs to be uploaded.IOException
InterruptedException
Copyright © 2004-2015. All Rights Reserved.