Uses of Class
com.atlassian.bamboo.plugin.servlet.TitledFile
-
Uses of TitledFile in com.atlassian.bamboo.plugin.servlet
Modifier and TypeMethodDescriptionprotected abstract @NotNull TitledFile
AbstractDownloadStrategy.getFileToServe
(RequestPath requestPath, javax.servlet.http.HttpServletRequest request) @NotNull TitledFile
ArtifactDownloadStrategy.getFileToServe
(RequestPath requestPath, javax.servlet.http.HttpServletRequest request) protected @NotNull TitledFile
BambooSpecsZipDownloadStrategy.getFileToServe
(RequestPath requestPath, javax.servlet.http.HttpServletRequest request) protected @NotNull TitledFile
DefaultDownloadStrategy.getFileToServe
(RequestPath requestPath, javax.servlet.http.HttpServletRequest request) protected @NotNull TitledFile
DeploymentDownloadStrategy.getFileToServe
(RequestPath requestPath, javax.servlet.http.HttpServletRequest request) protected @NotNull TitledFile
GlobalArtifactDownloadStrategy.getFileToServe
(RequestPath requestPath, javax.servlet.http.HttpServletRequest request) protected @NotNull TitledFile
SpecLogsDownloadStrategy.getFileToServe
(@NotNull RequestPath requestPath, javax.servlet.http.HttpServletRequest request) Modifier and TypeMethodDescriptionprotected void
AbstractDownloadStrategy.serveOrdinaryFile
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, TitledFile titledFileToServe) Serves the specified file, handling both full and partial content requests