|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RepositoryException in com.atlassian.bamboo.chains |
---|
Methods in com.atlassian.bamboo.chains that throw RepositoryException | |
---|---|
java.util.Collection<BuildContext> |
BuildContextFactory.createBuildContextsForContinuedBuild(ChainResultsSummary chainResultsSummary,
BuildContext parentBuildContext,
PlanExecutionConfig planExecutionConfig)
Creates a BuildContext for each not built or failed Job in the Chain that was partially executed or can be restarted |
java.util.Collection<BuildContext> |
BuildContextFactoryImpl.createBuildContextsForContinuedBuild(ChainResultsSummary chainResultsSummary,
BuildContext parentBuildContext,
PlanExecutionConfig planExecutionConfig)
|
java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> |
BuildContextFactory.createBuildContextsForJobs(ImmutableChain chain,
BuildContext parentBuildContext)
Creates a BuildContext for each Job in the Chain |
java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> |
BuildContextFactoryImpl.createBuildContextsForJobs(ImmutableChain chain,
BuildContext parentBuildContext)
|
Uses of RepositoryException in com.atlassian.bamboo.plan.branch |
---|
Methods in com.atlassian.bamboo.plan.branch that throw RepositoryException | |
---|---|
static BranchIntegrationHelper.MergeResult |
BranchIntegrationHelper.merge(BuildContext buildContext,
java.io.File mergeDirectory,
BuildLogger logger)
|
Uses of RepositoryException in com.atlassian.bamboo.plugins.hg |
---|
Methods in com.atlassian.bamboo.plugins.hg that throw RepositoryException | |
---|---|
void |
HgRepositoryAccessImpl.archiveSourceCode(java.io.File destinationDirectory,
java.io.File cacheDirectory,
java.lang.String vcsRevision,
java.lang.String[] includePattern)
|
void |
HgRepositoryAccess.archiveSourceCode(java.io.File destinationDirectory,
java.io.File cacheDirectory,
java.lang.String revision,
java.lang.String[] includePattern)
"Archive" (as in svn export) contents of specified revision, applying specified --include pattern |
java.io.File |
HgMavenPomAccessor.checkoutMavenPom(java.io.File destinationPath)
|
BuildRepositoryChanges |
HgRepositoryAccessImpl.collectChangesSinceLastBuild(java.io.File cacheDirectory,
java.lang.String previousVcsRevisionKey)
|
BuildRepositoryChanges |
HgRepositoryAccess.collectChangesSinceLastBuild(java.io.File cacheDirectory,
java.lang.String previousRevision)
Checks whether remote repository has newer revision(s). |
BuildRepositoryChanges |
HgRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
|
BuildRepositoryChanges |
BitbucketRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
|
java.lang.String |
HgRepository.commit(java.io.File sourceDirectory,
java.lang.String message)
|
java.lang.String |
BitbucketRepository.commit(java.io.File sourceDirectory,
java.lang.String message)
|
CommitContext |
HgRepository.getFirstCommit()
|
CommitContext |
BitbucketRepository.getFirstCommit()
|
CommitContext |
HgRepositoryAccessImpl.getFirstCommit(java.io.File cacheDirectory)
|
CommitContext |
HgRepositoryAccess.getFirstCommit(java.io.File cacheDirectory)
|
CommitContext |
HgRepository.getLastCommit()
|
CommitContext |
BitbucketRepository.getLastCommit()
|
CommitContext |
HgRepositoryAccessImpl.getLastCommit(java.io.File cacheDirectory)
|
CommitContext |
HgRepositoryAccess.getLastCommit(java.io.File cacheDirectory)
|
java.util.List<VcsBranch> |
HgRepository.getOpenBranches()
|
java.util.List<VcsBranch> |
BitbucketRepository.getOpenBranches()
|
boolean |
HgRepository.mergeWorkspaceWith(BuildContext buildContext,
java.io.File workspace,
java.lang.String targetRevision)
|
boolean |
BitbucketRepository.mergeWorkspaceWith(BuildContext buildContext,
java.io.File checkoutDirectory,
java.lang.String targetRevision)
|
void |
HgRepository.pushRevision(java.io.File sourceDirectory,
java.lang.String vcsRevisionKey)
|
void |
BitbucketRepository.pushRevision(java.io.File sourceDirectory,
java.lang.String vcsRevisionKey)
|
java.lang.String |
HgRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey,
java.io.File sourceDirectory)
|
java.lang.String |
BitbucketRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey,
java.io.File sourceDirectory)
|
java.lang.String |
HgRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey,
java.io.File sourceDirectory,
int depth)
So far mercurial cannot retrieve a "shallow" clone of repository so we're ignoring depth argument |
java.lang.String |
BitbucketRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey,
java.io.File sourceDirectory,
int depth)
|
java.lang.String |
HgRepositoryAccessImpl.retrieveSourceCode(java.io.File sourceDirectory,
java.io.File cacheDirectory,
java.lang.String vcsRevision)
|
java.lang.String |
HgRepositoryAccess.retrieveSourceCode(java.io.File sourceDirectory,
java.io.File cacheDirectory,
java.lang.String targetRevision)
Updates sources in sourceDirectory from remote repository to targetRevision. |
java.lang.String |
HgRepositoryAccessImpl.retrieveSourceCode(java.io.File sourceDirectory,
java.io.File cacheDirectory,
java.lang.String vcsRevision,
int attempt)
|
Constructors in com.atlassian.bamboo.plugins.hg that throw RepositoryException | |
---|---|
HgRepositoryAccessImpl(com.opensymphony.xwork.TextProvider textProvider,
BuildLogger buildLogger,
SshProxyService sshProxyService,
HgRepository repository)
|
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 |
BuildRepositoryChanges |
CustomRevisionDataAwareRepository.collectChangesSinceLastBuild(java.lang.String planKey,
PlanVcsRevisionData lastRevisionData)
|
java.lang.String |
PushCapableRepository.commit(java.io.File sourceDirectory,
java.lang.String message)
Perform a commit (dvcs commit). |
void |
BranchingAwareRepository.createBranch(long repositoryId,
java.lang.String branchName,
BuildContext buildContext)
Creates branch in the repository. |
void |
TaggingAwareRepository.createTag(long repositoryId,
java.lang.String tagName,
BuildContext buildContext)
Creates a tag in the repository |
CommitContext |
BranchDetectionCapableRepository.getFirstCommit()
Retrieve the commit that created the Branch. |
CommitContext |
BranchDetectionCapableRepository.getLastCommit()
Retrieve last commit on the branch set on this Repository. |
java.util.List<VcsBranch> |
BranchDetectionCapableRepository.getOpenBranches()
Set of open branches that are discovered in the repository. |
java.util.List<VcsBranch> |
RepositoryCachingFacade.getOpenBranches(BranchDetectionCapableRepository repository)
|
java.io.File |
AbstractRepository.getSourceCodeDirectory(PlanKey planKey)
Deprecated. since 3.3 Repository must handle checkout to any subdirectory |
boolean |
BranchMergingAwareRepository.mergeWorkspaceWith(BuildContext buildContext,
java.io.File checkoutDirectory,
java.lang.String targetRevision)
Merges a workspace located in checkout directory with the target revision. |
void |
PushCapableRepository.pushRevision(java.io.File sourceDirectory,
java.lang.String vcsRevisionKey)
Push the specified revision to the remote directory. |
java.lang.String |
BranchMergingAwareRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey,
java.io.File sourceDirectory,
int depth)
Checks out the latest source code from an appropriate repository to specified 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)
|
BuildRepositoryChanges |
CVSRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
Gets the code since the link |
java.io.File |
CVSRepository.getSourceCodeDirectory(PlanKey planKey)
Deprecated. |
java.lang.String |
CVSRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey)
Deprecated. |
Uses of RepositoryException in com.atlassian.bamboo.repository.nullrepository |
---|
Methods in com.atlassian.bamboo.repository.nullrepository that throw RepositoryException | |
---|---|
BuildRepositoryChanges |
NullRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
|
java.lang.String |
NullRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey,
java.io.File sourceDirectory)
|
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)
|
BuildRepositoryChanges |
PerforceRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
Access the perforce repository to retrieve change logs since the lastVCSRevisionKey |
java.util.List<Commit> |
PerforceManager.getChangeLogEntries(com.tek42.perforce.Depot perforceDepot,
java.util.List<java.lang.Integer> changeNumbers)
Retrieves a list of Bamboo Commit including 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,
boolean useClientMapping)
|
java.util.List<java.lang.Integer> |
PerforceManager.getChangeNumsBetweenRevisions(com.tek42.perforce.Depot perforceDepot,
java.lang.String depot,
int firstRevision,
int secondRevision,
boolean useClientMapping)
Retrieves a list of change log numbers after the first number and up to (and including) the second number for the depot. |
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,
boolean useClientMapping)
retrieves the latest change list number on the perforce server for comparison to the one stored in Bamboo |
java.io.File |
PerforceRepository.getSourceCodeDirectory(PlanKey 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 |
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)
|
BuildRepositoryChanges |
SvnRepository.collectChangesSinceLastBuild(java.lang.String planKey,
PlanVcsRevisionData revisionData)
|
BuildRepositoryChanges |
SvnRepository.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
|
void |
SvnRepository.createBranch(long repositoryId,
java.lang.String branchName,
BuildContext buildContext)
|
void |
SvnRepository.createTag(long repositoryId,
java.lang.String tagName,
BuildContext buildContext)
|
long |
SvnRepository.export(org.tmatesoft.svn.core.SVNURL url,
org.tmatesoft.svn.core.wc.SVNRevision revision,
java.io.File dstPath,
boolean isRecursive)
|
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.io.File sourceDirectory)
|
Uses of RepositoryException in com.atlassian.bamboo.v2.build.repository |
---|
Methods in com.atlassian.bamboo.v2.build.repository that throw RepositoryException | |
---|---|
BuildRepositoryChanges |
RepositoryV2.collectChangesSinceLastBuild(java.lang.String planKey,
java.lang.String lastVcsRevisionKey)
Collects the changes since the lastVcsRevisionKey. |
java.io.File |
RepositoryV2.getSourceCodeDirectory(PlanKey planKey)
Deprecated. since 3.3 Repository must handle checkout to any sub-directory. |
java.lang.String |
LegacyRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey)
Deprecated. since 3.3 use CustomSourceDirectoryAwareRepository.retrieveSourceCode(BuildContext, String, File) |
java.lang.String |
CustomSourceDirectoryAwareRepository.retrieveSourceCode(BuildContext buildContext,
java.lang.String vcsRevisionKey,
java.io.File sourceDirectory)
Checks out the latest source code from an appropriate repository to specified directory |
Uses of RepositoryException in com.atlassian.bamboo.v2.build.task |
---|
Methods in com.atlassian.bamboo.v2.build.task that throw RepositoryException | |
---|---|
BuildContext |
InitializeBuild.call()
|
Uses of RepositoryException in com.atlassian.bamboo.v2.trigger |
---|
Methods in com.atlassian.bamboo.v2.trigger that throw RepositoryException | |
---|---|
BuildChanges |
ChangeDetectionManager.collectAllChangesSinceLastBuild(ImmutableChain chain,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
Collect changes for a plan since the last build, regardless of whether the build triggering repositories have changes or not. |
BuildChanges |
DefaultChangeDetectionManager.collectAllChangesSinceLastBuild(ImmutableChain chain,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
|
BuildRepositoryChanges |
ChangeDetectionManager.collectChangesBetween(ImmutableChain chain,
RepositoryDefinition repositoryDefinition,
PlanVcsRevisionData fromVcsRevisionData,
PlanVcsRevisionData toVcsRevisionData)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred
between the fromVcsRevisionKey to toVcsRevisionKey |
BuildRepositoryChanges |
DefaultChangeDetectionManager.collectChangesBetween(ImmutableChain chain,
RepositoryDefinition repositoryDefinition,
PlanVcsRevisionData fromVcsRevisionData,
PlanVcsRevisionData toVcsRevisionData)
|
BuildRepositoryChanges |
ChangeDetectionManager.collectChangesSinceLastBuild(ImmutableChain chain,
RepositoryDefinition repositoryDefinition,
PlanVcsRevisionData lastVcsRevisionData,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
Given a RepositoryDefinition finds the BuildRepositoryChanges object that captures all changes that occurred since
the lastVcsRevisionKey to the current latest found on the repository. |
BuildRepositoryChanges |
DefaultChangeDetectionManager.collectChangesSinceLastBuild(ImmutableChain chain,
RepositoryDefinition repositoryDefinition,
PlanVcsRevisionData lastVcsRevisionData,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
|
BuildChanges |
ChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(ImmutableChain chain,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
Collect changes for a plan since the last build. |
BuildChanges |
DefaultChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(ImmutableChain chain,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |