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 voidbindFromRequest(javax.servlet.http.HttpServletRequest request)Map<String,String>getAdditionalDownloadLinks()intgetAgentId()StringgetAgentName()StringgetClazz()StringgetClipSize()StringgetFileContent()StringgetFileName()StringgetFileSize()StringgetLinkForFile()StringgetLinkForZip()StringgetTotalSize()booleanisClipped()booleanisDeleteSupported()booleanisDownloadZip()booleanisEditSupported()booleanisHasFiles()booleanisHighlightContent()booleanisShowEmptyFiles()booleanisShowFile()booleanisShowTotalSize()booleanisUploadSupported()voidsetFile(File file)voidsetFileStructure(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()
-
-