Class UploadServiceData
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.model.ServiceData
com.microsoftopentechnologies.windowsazurestorage.service.model.UploadServiceData
-
Constructor Summary
ConstructorDescriptionUploadServiceData
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
denotes if container is publicly accessible.void
setAzureBlobMetadata
(List<AzureBlobMetadataPair> azureBlobMetadata) void
setBlobProperties
(AzureBlobProperties blobProperties) void
setCleanUpContainerOrShare
(boolean cleanUpContainerOrShare) void
setCleanUpVirtualPath
(boolean cleanUpVirtualPath) void
setContainerName
(String containerName) void
setCredentialsId
(String credentialsId) void
setExcludedFilesPath
(String excludedFilesPath) void
setFilePath
(String filePath) void
setFileShareName
(String fileShareName) void
setOnlyUploadModifiedArtifacts
(boolean onlyUploadModifiedArtifacts) void
setPubAccessible
(boolean pubAccessible) void
setRemovePrefixPath
(String removePrefixPath) void
setUploadType
(UploadType uploadType) void
setVirtualPath
(String virtualPath) Methods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.model.ServiceData
getLauncher, getRemoteWorkspace, getRun, getStorageAccountInfo, getTaskListener, getWorkspace, isVerbose, setVerbose
-
Constructor Details
-
UploadServiceData
public UploadServiceData(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo)
-
-
Method Details
-
getContainerName
-
setContainerName
-
getBlobProperties
-
setBlobProperties
-
getCredentialsId
-
setCredentialsId
-
isPubAccessible
public boolean isPubAccessible()denotes if container is publicly accessible.- Returns:
-
setPubAccessible
public void setPubAccessible(boolean pubAccessible) -
isCleanUpVirtualPath
public boolean isCleanUpVirtualPath() -
setCleanUpVirtualPath
public void setCleanUpVirtualPath(boolean cleanUpVirtualPath) -
getFilePath
-
setFilePath
-
getVirtualPath
-
setVirtualPath
-
getExcludedFilesPath
-
setExcludedFilesPath
-
getRemovePrefixPath
-
setRemovePrefixPath
-
getUploadType
-
setUploadType
-
getIndividualBlobs
-
getArchiveBlobs
-
getAzureBlobMetadata
-
setAzureBlobMetadata
-
isOnlyUploadModifiedArtifacts
public boolean isOnlyUploadModifiedArtifacts() -
setOnlyUploadModifiedArtifacts
public void setOnlyUploadModifiedArtifacts(boolean onlyUploadModifiedArtifacts)
-