Class AgentLogsViewerBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.AgentLogsViewerBean
-
public class AgentLogsViewerBean extends Object
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description AgentLogsViewerBean(BuildAgentManager buildAgentManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bindFromRequest(javax.servlet.http.HttpServletRequest request)
Map<String,String>
getAdditionalDownloadLinks()
int
getAgentId()
String
getAgentName()
String
getClazz()
String
getClipSize()
String
getFileContent()
String
getFileName()
String
getFileSize()
String
getLinkForFile()
String
getLinkForZip()
String
getTotalSize()
boolean
isClipped()
boolean
isDeleteSupported()
boolean
isDownloadZip()
boolean
isEditSupported()
boolean
isHasFiles()
boolean
isHighlightContent()
boolean
isShowEmptyFiles()
boolean
isShowFile()
boolean
isShowTotalSize()
boolean
isUploadSupported()
void
setFile(File file)
void
setFileStructure(RemoteFileStructure structure)
-
-
-
Constructor Detail
-
AgentLogsViewerBean
public AgentLogsViewerBean(@NotNull BuildAgentManager buildAgentManager)
-
-
Method Detail
-
bindFromRequest
public void bindFromRequest(@NotNull javax.servlet.http.HttpServletRequest request)
-
setFile
public void setFile(File file)
-
setFileStructure
public void setFileStructure(@NotNull RemoteFileStructure structure)
-
getAgentName
public String getAgentName()
-
getAgentId
public int getAgentId()
-
getFileContent
public String getFileContent()
-
isClipped
public boolean isClipped()
-
getClipSize
public String getClipSize()
-
getTotalSize
public String getTotalSize()
-
isHasFiles
public boolean isHasFiles()
-
isShowFile
public boolean isShowFile()
-
getFileSize
public String getFileSize()
-
getFileName
public String getFileName()
-
isDeleteSupported
public boolean isDeleteSupported()
-
isEditSupported
public boolean isEditSupported()
-
isUploadSupported
public boolean isUploadSupported()
-
isShowTotalSize
public boolean isShowTotalSize()
-
isShowEmptyFiles
public boolean isShowEmptyFiles()
-
isHighlightContent
public boolean isHighlightContent()
-
getClazz
public String getClazz()
-
isDownloadZip
public boolean isDownloadZip()
-
getLinkForZip
public String getLinkForZip()
-
getLinkForFile
public String getLinkForFile()
-
-