Class DownloadServiceData
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.model.ServiceData
com.microsoftopentechnologies.windowsazurestorage.service.model.DownloadServiceData
-
Constructor Summary
ConstructorDescriptionDownloadServiceData
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo) -
Method Summary
Modifier and TypeMethodDescriptionhudson.plugins.copyartifact.BuildSelector
boolean
boolean
boolean
void
setBuildSelector
(hudson.plugins.copyartifact.BuildSelector buildSelector) void
setContainerName
(String containerName) void
setDeleteFromAzureAfterDownload
(boolean deleteFromAzureAfterDownload) void
setDownloadDirLoc
(String downloadDirLoc) void
setDownloadType
(String downloadType) void
setExcludeFilesPattern
(String excludeFilesPattern) void
setFileShare
(String fileShare) void
setFlattenDirectories
(boolean flattenDirectories) void
setIncludeArchiveZips
(boolean includeArchiveZips) void
setIncludeFilesPattern
(String includeFilesPattern) void
setProjectName
(String projectName) Methods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.model.ServiceData
getLauncher, getRemoteWorkspace, getRun, getStorageAccountInfo, getTaskListener, getWorkspace, isVerbose, setVerbose
-
Constructor Details
-
DownloadServiceData
public DownloadServiceData(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener taskListener, StorageAccountInfo storageAccountInfo)
-
-
Method Details
-
getDownloadDir
-
getIncludeFilesPattern
-
setIncludeFilesPattern
-
getExcludeFilesPattern
-
setExcludeFilesPattern
-
getDownloadDirLoc
-
setDownloadDirLoc
-
isFlattenDirectories
public boolean isFlattenDirectories() -
setFlattenDirectories
public void setFlattenDirectories(boolean flattenDirectories) -
getContainerName
-
setContainerName
-
isDeleteFromAzureAfterDownload
public boolean isDeleteFromAzureAfterDownload() -
setDeleteFromAzureAfterDownload
public void setDeleteFromAzureAfterDownload(boolean deleteFromAzureAfterDownload) -
getDownloadType
-
setDownloadType
-
getProjectName
-
setProjectName
-
getBuildSelector
public hudson.plugins.copyartifact.BuildSelector getBuildSelector() -
setBuildSelector
public void setBuildSelector(hudson.plugins.copyartifact.BuildSelector buildSelector) -
isIncludeArchiveZips
public boolean isIncludeArchiveZips() -
setIncludeArchiveZips
public void setIncludeArchiveZips(boolean includeArchiveZips)
-