Class FileBrowseController.FileBrowseBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.FileBrowseController.FileBrowseBean
-
- Enclosing class:
- FileBrowseController
protected class FileBrowseController.FileBrowseBean extends Object
-
-
Constructor Summary
Constructors Constructor Description FileBrowseBean(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getAdditionalDownloadLinks()
String
getClazz()
String
getFileContent()
String
getFileName()
String[]
getFiles()
String
getFileSize()
String
getInitUploadFileName()
Date
getLastModifiedTimestamp()
String
getLinkForFile()
String
getLinkForZip()
String
getMessageOnDelete()
String
getPathToRoot()
String
getTotalSize()
WebAccess
getWebAccess()
boolean
isDeleteSupported()
boolean
isDownloadZip()
boolean
isEditSupported()
boolean
isHasFiles()
boolean
isHighlightContent()
boolean
isShowEmptyFiles()
boolean
isShowFile()
boolean
isShowTotalSize()
boolean
isUploadSupported()
boolean
isUploadToAnySubdirectory()
protected boolean
shouldGetTotalSizeRecursively()
-
-
-
Constructor Detail
-
FileBrowseBean
public FileBrowseBean(@Nullable File file)
-
-
Method Detail
-
isShowFile
public boolean isShowFile()
-
getFileName
public String getFileName()
-
getFileContent
public String getFileContent()
-
getLastModifiedTimestamp
@Nullable public Date getLastModifiedTimestamp()
-
getFileSize
public String getFileSize()
-
isHasFiles
public boolean isHasFiles()
-
getFiles
public String[] getFiles()
-
getWebAccess
public WebAccess getWebAccess()
-
isDownloadZip
public boolean isDownloadZip()
-
getLinkForZip
public String getLinkForZip()
-
getLinkForFile
public String getLinkForFile()
-
getAdditionalDownloadLinks
@Nullable public Map<String,String> getAdditionalDownloadLinks()
- Returns:
- title - url for additional download links
-
getClazz
public String getClazz()
-
isHighlightContent
public boolean isHighlightContent()
-
isDeleteSupported
public boolean isDeleteSupported()
-
isEditSupported
public boolean isEditSupported()
-
isUploadSupported
public boolean isUploadSupported()
-
isUploadToAnySubdirectory
public boolean isUploadToAnySubdirectory()
-
getInitUploadFileName
public String getInitUploadFileName()
-
isShowTotalSize
public boolean isShowTotalSize()
-
isShowEmptyFiles
public boolean isShowEmptyFiles()
-
shouldGetTotalSizeRecursively
protected boolean shouldGetTotalSizeRecursively()
-
getTotalSize
public String getTotalSize()
-
getMessageOnDelete
public String getMessageOnDelete()
-
getPathToRoot
public String getPathToRoot()
-
-