com.atlassian.bamboo.plugin.servlet
Class EnvironmentArtifactDownloadStrategy

java.lang.Object
  extended by com.atlassian.bamboo.plugin.servlet.AbstractArtifactDownloadStrategy
      extended by com.atlassian.bamboo.plugin.servlet.EnvironmentArtifactDownloadStrategy
All Implemented Interfaces:
com.atlassian.plugin.servlet.DownloadStrategy

public class EnvironmentArtifactDownloadStrategy
extends AbstractArtifactDownloadStrategy


Field Summary
static java.lang.String SERVLET_PATH_DOWNLOAD
           
 
Constructor Summary
EnvironmentArtifactDownloadStrategy(BambooContentTypeResolver bambooContentTypeResolver, BambooPermissionManager bambooPermissionManager, EnvironmentService environmentService)
           
 
Method Summary
protected  com.atlassian.fugue.Pair<java.io.File,com.atlassian.fugue.Option<java.lang.String>> getFileToServe(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 boolean matches(java.lang.String requestUri)
           
 
Methods inherited from class com.atlassian.bamboo.plugin.servlet.AbstractArtifactDownloadStrategy
isCompressionEnabled, serveFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVLET_PATH_DOWNLOAD

public static final java.lang.String SERVLET_PATH_DOWNLOAD
See Also:
Constant Field Values
Constructor Detail

EnvironmentArtifactDownloadStrategy

public EnvironmentArtifactDownloadStrategy(BambooContentTypeResolver bambooContentTypeResolver,
                                           BambooPermissionManager bambooPermissionManager,
                                           EnvironmentService environmentService)
Method Detail

matches

public boolean matches(java.lang.String requestUri)

getFileToServe

@NotNull
protected com.atlassian.fugue.Pair<java.io.File,com.atlassian.fugue.Option<java.lang.String>> getFileToServe(javax.servlet.http.HttpServletRequest httpServletRequest)
                                                                                                      throws org.acegisecurity.AccessDeniedException,
                                                                                                             java.io.FileNotFoundException
Specified by:
getFileToServe in class AbstractArtifactDownloadStrategy
Returns:
pair of file to served and optional display name if file is a directory
Throws:
org.acegisecurity.AccessDeniedException
java.io.FileNotFoundException


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.