Uses of Class
com.atlassian.bamboo.plugin.servlet.TitledFile
Packages that use TitledFile
-
Uses of TitledFile in com.atlassian.bamboo.plugin.servlet
Methods in com.atlassian.bamboo.plugin.servlet that return TitledFileModifier and TypeMethodDescriptionprotected abstract @NotNull TitledFileAbstractDownloadStrategy.getFileToServe(RequestPath requestPath, jakarta.servlet.http.HttpServletRequest request) @NotNull TitledFileArtifactDownloadStrategy.getFileToServe(RequestPath requestPath, jakarta.servlet.http.HttpServletRequest request) protected @NotNull TitledFileBambooSpecsZipDownloadStrategy.getFileToServe(RequestPath requestPath, jakarta.servlet.http.HttpServletRequest request) protected @NotNull TitledFileDefaultDownloadStrategy.getFileToServe(RequestPath requestPath, jakarta.servlet.http.HttpServletRequest request) protected @NotNull TitledFileDeploymentDownloadStrategy.getFileToServe(RequestPath requestPath, jakarta.servlet.http.HttpServletRequest request) protected @NotNull TitledFileGlobalArtifactDownloadStrategy.getFileToServe(RequestPath requestPath, jakarta.servlet.http.HttpServletRequest request) protected @NotNull TitledFileSpecLogsDownloadStrategy.getFileToServe(@NotNull RequestPath requestPath, jakarta.servlet.http.HttpServletRequest request) Methods in com.atlassian.bamboo.plugin.servlet with parameters of type TitledFileModifier and TypeMethodDescriptionprotected voidAbstractDownloadStrategy.serveOrdinaryFile(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, TitledFile titledFileToServe) Serves the specified file, handling both full and partial content requests