Deprecated API


Contents
Deprecated Classes
com.atlassian.bamboo.repository.perforce.AbstractPerforceCommand
           
com.atlassian.bamboo.repository.perforce.PerforceChangesCommand
           
com.atlassian.bamboo.repository.perforce.PerforceClientCommand
           
com.atlassian.bamboo.repository.perforce.PerforceCommandExecuteStreamHandler
           
com.atlassian.bamboo.repository.perforce.PerforceDescribeCommand
           
com.atlassian.bamboo.repository.perforce.PerforceFilesCommand
           
com.atlassian.bamboo.repository.perforce.PerforceInfoCommand
           
com.atlassian.bamboo.repository.perforce.PerforceSyncCommand
           
com.atlassian.bamboo.repository.perforce.PerforceUsersCommand
           
 

Deprecated Methods
com.atlassian.bamboo.persister.Persister.addBuildResults(Build, BuildResults)
            
com.atlassian.bamboo.ww2.BambooActionSupport.addError(String, String)
          Use ActionSupport.addFieldError(String, String) instead 
com.atlassian.bamboo.ww2.BambooActionSupport.addErrorMessage(String)
          Use ActionSupport.addActionError(String) instead 
com.atlassian.bamboo.persister.Persister.deleteBuild(Build)
            
com.atlassian.bamboo.persister.Persister.deleteBuildResults(Build, long)
            
com.atlassian.bamboo.repository.perforce.PerforceRepository.getAllSourceCode(Build)
           
com.atlassian.bamboo.results.BuildResults.getBuild()
            
com.atlassian.bamboo.persister.Persister.getBuildByKey(String)
            
com.atlassian.bamboo.persister.Persister.getBuildByName(String)
            
com.atlassian.bamboo.persister.file.FileBasedPersister.getBuildByName(String)
            
com.atlassian.bamboo.build.BuildDefinition.getBuildDependencies()
          use Build.getChildBuilds() instead. 
com.atlassian.bamboo.configuration.AdministrationConfiguration.getBuildDirectory()
          Since 1.2 - user BootstrapManager.getBuildWorkingDirectory() instead 
com.atlassian.bamboo.Bamboo.getBuildResults(Build, long)
           
com.atlassian.bamboo.container.BambooContainer.getBuildResults(Build, long)
           
com.atlassian.bamboo.persister.Persister.getBuilds()
            
com.atlassian.bamboo.repository.perforce.PerforceRepository.getChangesSinceLastBuild(Build, Date)
           
com.atlassian.bamboo.filter.CompressingFilter.getFilterConfig()
          Not needed in latest version of Servlet 2.3 API. NOTE: Filter doesn't work with Orion 1.5.2 without this method 
com.atlassian.bamboo.builder.AntBuilder.getUrl()
          assume we are not using these anymore - andy? 
com.atlassian.bamboo.security.BambooPermissionManager.isEnableAnonymousAccess()
           
com.atlassian.bamboo.persister.Persister.isExistingBuild(String)
            
com.atlassian.bamboo.persister.Persister.saveBuild(Build)
            
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerManager.sendMessage(InstantMessagingServerDefinition, Set, String)
          - use BambooSmackClient 
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerManagerImpl.sendMessage(InstantMessagingServerDefinition, Set, String)
          Use BambooSmackClient.send(Message) instead 
com.atlassian.bamboo.configuration.AdministrationConfiguration.setBuildDirectory(String)
          Since 1.2 - user BootstrapManager.setBuildWorkingDirectory(String) instead 
com.atlassian.bamboo.ww2.BambooActionSupport.setErrorMessages(Collection)
          Use ActionSupport.setActionErrors(Collection) instead 
com.atlassian.bamboo.filter.CompressingFilter.setFilterConfig(FilterConfig)
          Not needed in latest version of Servlet 2.3 API - replaced by init(). NOTE: Filter doesn't work with Orion 1.5.2 without this method 
com.atlassian.bamboo.build.BuildDefinition.setWorkingDirectory(String)
            
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.