Uses of Class
com.atlassian.bamboo.repository.RepositoryException

Packages that use RepositoryException
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
 

Uses of RepositoryException in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy that throw RepositoryException
protected  void AbstractBuildStrategy.populateChangeList(Build build)
           
 boolean BuildStrategy.requiresBuild(Build build)
          Should the build be built?
 boolean FisheyeTriggeredBuildStrategy.requiresBuild(Build build)
          Has the build been triggered
 boolean ManualBuild.requiresBuild(Build build)
          Force a build of the build
 boolean PollingBuildStrategy.requiresBuild(Build build)
          Has the given build changed since this last time is was built?

If the elapsed time since the build is within the build's polling period it's ignored

 boolean QuartzStrategyImpl.requiresBuild(Build build)
           
 boolean TriggeredBuildStrategy.requiresBuild(Build build)
          Has the build been triggered
 

Uses of RepositoryException in com.atlassian.bamboo.legacy
 

Methods in com.atlassian.bamboo.legacy that throw RepositoryException
 void LegacyCVSRepository.getAllSourceCode(Build build)
          Clean and re-get all the build source code from the repository.
 void LegacyPerforceRepository.getAllSourceCode(Build build)
           
 void LegacySvnRepository.getAllSourceCode(Build build)
           
 Collection LegacyAbstractRepository.getChangesSinceLastBuild(Build build, Date lastBuild)
           
 boolean LegacyPollingBuildStrategy.requiresBuild(Build build)
          Has the given build changed since this last time is was built?

If the elapsed time since the build is within the build's polling period it's ignored

 boolean LegacyTriggeredBuildStrategy.requiresBuild(Build build)
          Has the build been triggered
 

Uses of RepositoryException in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that throw RepositoryException
 void Repository.getAllSourceCode(Build build)
          Forces the repository to refresh all the source code in the repository
 Collection Repository.getChangesSinceLastBuild(Build build, Date lastBuild)
          Obtain the number of changes that have been made to the build since the build was last executed.
 File Repository.getSourceCodeDirectory(Build build)
          Where has the source code been checked out?
 

Uses of RepositoryException in com.atlassian.bamboo.repository.cvsimpl
 

Methods in com.atlassian.bamboo.repository.cvsimpl that throw RepositoryException
 void CVSRepository.getAllSourceCode(Build build)
          Clean and re-get all the build source code from the repository.
 Collection CVSRepository.getChangesSinceLastBuild(Build build, Date lastBuildStartTime)
          Obtain the number of changes that have been made to the build since the build was last executed.
 

Uses of RepositoryException in com.atlassian.bamboo.repository.perforce
 

Methods in com.atlassian.bamboo.repository.perforce that throw RepositoryException
 void PerforceRepository.getAllSourceCode(Build build)
          Force perforce to checkout all the source code.
 Collection PerforceRepository.getChangesSinceLastBuild(Build build, Date lastBuildStartTime)
          What changes to the build depot have happened since the given lastBuild date?
 

Uses of RepositoryException in com.atlassian.bamboo.repository.svn
 

Methods in com.atlassian.bamboo.repository.svn that throw RepositoryException
 void SvnRepository.getAllSourceCode(Build build)
          Check out the latest revision of the code
 Collection SvnRepository.getChangesSinceLastBuild(Build build, Date lastBuild)
          Get the build's changes (if any) since the last build
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.