|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
QuartzStrategyImpl.requiresBuild(Build build)
|
boolean |
TriggeredBuildStrategy.requiresBuild(Build build)
Has the build been triggered |
boolean |
FisheyeTriggeredBuildStrategy.requiresBuild(Build build)
Has the build been triggered |
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 |
ManualBuild.requiresBuild(Build build)
Force a build of the build |
| Uses of RepositoryException in com.atlassian.bamboo.legacy |
|---|
| Methods in com.atlassian.bamboo.legacy that throw RepositoryException | |
|---|---|
void |
LegacyPerforceRepository.getAllSourceCode(Build build)
|
void |
LegacyCVSRepository.getAllSourceCode(Build build)
Clean and re-get all the build source code from the repository. |
void |
LegacySvnRepository.getAllSourceCode(Build build)
|
java.util.Collection |
LegacyAbstractRepository.getChangesSinceLastBuild(Build build,
java.util.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 |
java.util.Collection |
Repository.getChangesSinceLastBuild(Build build,
java.util.Date lastBuild)
Obtain the number of changes that have been made to the build since the build was last executed. |
java.io.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. |
java.util.Collection |
CVSRepository.getChangesSinceLastBuild(Build build,
java.util.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. |
java.util.Collection |
PerforceRepository.getChangesSinceLastBuild(Build build,
java.util.Date lastBuildStartTime)
What changes to the build depot have happened since the given lastBuild? |
| 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 |
java.util.Collection |
SvnRepository.getChangesSinceLastBuild(Build build,
java.util.Date lastBuild)
Get the build's changes (if any) since the last build |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||