public interface ResourceEntity
Modifier and Type | Method and Description |
---|---|
String |
getBlobName()
Get the blob name on Azure Storage.
|
String |
getBlobPath()
Get the blob path on Azure Storage.
|
String |
getResourceName()
Get the resource name.
|
String |
getSourcePath()
Get source path of this resource.
|
boolean |
requireUnzip()
Check if require unzip the resource on target VM.
|
boolean |
requireZip()
Check if require zip the resource on Jenkins server.
|
void |
setBlobPath(String blobPath)
Set the uploaded blob path on Azure Storage.
|
String getResourceName()
String getSourcePath()
boolean requireZip()
boolean requireUnzip()
String getBlobPath()
void setBlobPath(String blobPath)
blobPath
- blob path on Azure Storage.String getBlobName()
Copyright © 2016. All rights reserved.