Uses of Interface
com.atlassian.bamboo.agent.installer.strategy.InstallStrategy

Packages that use InstallStrategy
com.atlassian.bamboo.agent.installer   
com.atlassian.bamboo.agent.installer.strategy   
 

Uses of InstallStrategy in com.atlassian.bamboo.agent.installer
 

Constructors in com.atlassian.bamboo.agent.installer with parameters of type InstallStrategy
InstallableFile(java.lang.String src, java.lang.String dest, InstallStrategy installStrategy)
           
 

Uses of InstallStrategy in com.atlassian.bamboo.agent.installer.strategy
 

Classes in com.atlassian.bamboo.agent.installer.strategy that implement InstallStrategy
 class CopyStrategy
           
 class ExpandTemplateStrategy
           
 class InstallIfMissingStrategy
          This strategy will install a file only if it does not exist already.
 class UnzipInstallStrategy
           
 

Constructors in com.atlassian.bamboo.agent.installer.strategy with parameters of type InstallStrategy
InstallIfMissingStrategy(InstallStrategy chainedStrategy)
          Creates strategy object and links it with supplied strategy.
 



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