|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RepositoryException in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that throw RepositoryException | |
---|---|
java.io.File |
BuildObjectForTests.getSourceCodeDirectory()
|
Uses of RepositoryException in com.atlassian.bamboo.builder |
---|
Methods in com.atlassian.bamboo.builder that throw RepositoryException | |
---|---|
void |
AbstractBuilder.executeBuild(BuildContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
|
Uses of RepositoryException in com.atlassian.bamboo.plan |
---|
Methods in com.atlassian.bamboo.plan that throw RepositoryException | |
---|---|
java.io.File |
AbstractPlan.getSourceCodeDirectory()
|
java.io.File |
Plan.getSourceCodeDirectory()
Returns a file representing the source directory from the Repository |
Uses of RepositoryException in com.atlassian.bamboo.plugins.grails |
---|
Methods in com.atlassian.bamboo.plugins.grails that throw RepositoryException | |
---|---|
void |
GrailsBuilder.executeBuild(BuildContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
|
Uses of RepositoryException in com.atlassian.bamboo.repository |
---|
Methods in com.atlassian.bamboo.repository that throw RepositoryException | |
---|---|
java.io.File |
MavenPomAccessor.checkoutMavenPom(java.io.File destinationPath)
Checkout Maven POM and return File pointing to the project file |
java.io.File |
AbstractRepository.getSourceCodeDirectory(java.lang.String planKey)
For Subversion, we use the build name's directory within the system's working directory |
Uses of RepositoryException in com.atlassian.bamboo.repository.cvsimpl |
---|
Methods in com.atlassian.bamboo.repository.cvsimpl that throw RepositoryException | |
---|---|
java.io.File |
CvsRepositoryMavenPomAccessor.checkoutMavenPom(java.io.File destinationPath)
|
BuildChanges |
CVSRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
Gets the code since the link |
java.lang.String |
CVSRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey)
|
java.lang.String |
CVSRepository.retrieveSourceCode(java.lang.String planKey,
java.lang.String vcsRevisionKey)
|
Uses of RepositoryException in com.atlassian.bamboo.repository.perforce |
---|
Methods in com.atlassian.bamboo.repository.perforce that throw RepositoryException | |
---|---|
java.io.File |
PerforceRepositoryMavenPomAccessor.checkoutMavenPom(java.io.File destinationPath)
|
BuildChanges |
PerforceRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
Access the perforce repository to retrieve change logs since the lastVCSRevisionKey |
void |
PerforceRepository.getAllSourceCode(Build build)
Deprecated. |
java.util.List<Commit> |
PerforceManager.getChangeLogEntries(com.tek42.perforce.Depot perforceDepot,
java.util.List<java.lang.Integer> changeNumbers)
Retrieves a list of Bamboo Commit Files based on list of change numbers |
java.util.List<java.lang.Integer> |
PerforceManager.getChangeNumbersFromRevision(com.tek42.perforce.Depot perforceDepot,
java.lang.String clientViewDepot,
int lastRevisionInBamboo)
|
java.util.List<java.lang.Integer> |
PerforceManager.getChangeNumsBetweenRevisions(com.tek42.perforce.Depot perforceDepot,
java.lang.String depot,
int firstRevision,
int secondRevision)
Retrieves a list of change log numbers between two revision numbers for the depot. |
java.util.Collection<ChangeLogEntry> |
PerforceRepository.getChangesSinceLastBuild(Build build,
java.util.Date lastBuildStartTime)
Deprecated. |
java.lang.String |
PerforceManager.getClientRoot(com.tek42.perforce.Depot perforceDepot)
Retrieves the workspace root as defined in the client configuration |
int |
PerforceManager.getLatestChangeNumber(com.tek42.perforce.Depot perforceDepot,
java.lang.String depot,
int latestRevisionInBamboo)
retrieves the latest change list number on the perforce server for comparison to the one stored in Bamboo |
java.io.File |
PerforceRepository.getSourceCodeDirectory(java.lang.String planKey)
Retrieves the location that the build will occur, If the workspace is managed this includes the source code directory specified by bamboo followed by the directory structure as indicated in the client view. |
java.lang.String |
PerforceRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey)
Checkout the sourcecode as at the vcsRevisionKey, if revisionKey is null source will be checked out from head |
java.lang.String |
PerforceRepository.retrieveSourceCode(java.lang.String planKey,
java.lang.String vcsRevisionKey)
|
void |
PerforceManager.setupSync(com.tek42.perforce.Depot perforceDepot,
java.io.File sourceDirectory)
Sets the directory for perforce to check the code out to. |
void |
PerforceManager.syncToHead(com.tek42.perforce.Depot perforceDepot,
java.lang.String depot,
boolean forceSync)
Syncs the source code to head |
void |
PerforceManager.syncToRevision(com.tek42.perforce.Depot perforceDepot,
java.lang.String depot,
int revisionNumber,
boolean forceSync)
Syncs the source code to a specific revision number |
Uses of RepositoryException in com.atlassian.bamboo.repository.svn |
---|
Methods in com.atlassian.bamboo.repository.svn that throw RepositoryException | |
---|---|
long |
SvnRepository.checkout(org.tmatesoft.svn.core.SVNURL url,
org.tmatesoft.svn.core.wc.SVNRevision revision,
java.io.File dstPath,
boolean isRecursive)
Checks out a working copy from a repository. |
java.io.File |
SvnRepositoryMavenPomAccessor.checkoutMavenPom(java.io.File destinationPath)
|
BuildChanges |
SvnRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
|
org.tmatesoft.svn.core.wc.SVNInfo |
SvnRepository.info(org.tmatesoft.svn.core.SVNURL url,
org.tmatesoft.svn.core.wc.SVNRevision revision)
Runs 'svn info' operation on a given URL. |
java.lang.String |
SvnRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey)
|
java.lang.String |
SvnRepository.retrieveSourceCode(java.lang.String planKey,
java.lang.String vcsRevisionKey)
|
Uses of RepositoryException in com.atlassian.bamboo.v2.build |
---|
Methods in com.atlassian.bamboo.v2.build that throw RepositoryException | |
---|---|
void |
BuilderV2.executeBuild(BuildContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
Runs the build, and updates the build results in the build context. |
Uses of RepositoryException in com.atlassian.bamboo.v2.build.repository |
---|
Methods in com.atlassian.bamboo.v2.build.repository that throw RepositoryException | |
---|---|
BuildChanges |
RepositoryV2.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
Collects the changes since the lastVcsRevisionKey |
java.io.File |
RepositoryV2.getSourceCodeDirectory(java.lang.String planKey)
Where has the source code been checked out? |
java.lang.String |
RepositoryV2.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey)
Checks out the latest source code to an appropriate repository |
java.lang.String |
RepositoryV2.retrieveSourceCode(java.lang.String planKey,
java.lang.String vcsRevisionKey)
Deprecated. |
Uses of RepositoryException in com.atlassian.bamboo.v2.build.task |
---|
Methods in com.atlassian.bamboo.v2.build.task that throw RepositoryException | |
---|---|
BuildContext |
CheckoutUpdateForBuild.call()
|
Uses of RepositoryException in com.atlassian.bamboo.v2.trigger |
---|
Methods in com.atlassian.bamboo.v2.trigger that throw RepositoryException | |
---|---|
BuildChanges |
DefaultChangeDetectionManager.collectChangesBetween(java.lang.String planKey,
RepositoryV2 repository,
java.lang.String fromVcsRevisionKey,
java.lang.String toVcsRevisionKey)
|
BuildChanges |
ChangeDetectionManager.collectChangesBetween(java.lang.String planKey,
RepositoryV2 repository,
java.lang.String fromVcsRevisionKey,
java.lang.String toVcsRevisionKey)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred between
the fromVcsRevisionKey to toVcsRevisionKey |
BuildChanges |
DefaultChangeDetectionManager.collectChangesSinceLastBuild(java.lang.String planKey,
RepositoryV2 repository,
java.lang.String lastVcsRevisionKey)
|
BuildChanges |
ChangeDetectionManager.collectChangesSinceLastBuild(java.lang.String planKey,
RepositoryV2 repository,
java.lang.String lastVcsRevisionKey)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred since the
lastVcsRevisionKey to the current latest found on the repository |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |