|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RepositoryV2 in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return RepositoryV2 | |
---|---|
RepositoryV2 |
DefaultBuildDefinition.getRepositoryV2()
|
RepositoryV2 |
BuildObjectForTests.getRepositoryV2()
|
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.hg |
---|
Classes in com.atlassian.bamboo.plugins.hg that implement RepositoryV2 | |
---|---|
class |
HgRepository
|
Uses of RepositoryV2 in com.atlassian.bamboo.repository |
---|
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.repository | |
---|---|
interface |
CleanCheckoutAwareRepository
|
interface |
CleanWorkingDirectoryAwareRepository
Allows the user to configure the Build so that the working directory is cleared builds that are BuildState.SUCCESS |
interface |
IncludeExcludeAwareRepository
|
interface |
InitialBuildAwareRepository
Allows the Repository to perform custom actions |
interface |
MavenPomAccessorCapableRepository
Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html |
interface |
MutableQuietPeriodAwareRepository
An extension of the QuietPeriodAwareRepository that allows you to set the values as well as read them |
interface |
QuietPeriodAwareRepository
Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to
QuietPeriodAwareRepository.getMaxRetries() times. |
interface |
Repository
Basic contract for interfacing with various version control repository systems. |
interface |
SelectableAuthenticationRepository
|
Classes in com.atlassian.bamboo.repository that implement RepositoryV2 | |
---|---|
class |
AbstractRepository
This class provides common repository implementation code, |
Uses of RepositoryV2 in com.atlassian.bamboo.repository.cvsimpl |
---|
Classes in com.atlassian.bamboo.repository.cvsimpl that implement RepositoryV2 | |
---|---|
class |
CVSRepository
This class provides a CVS implemention of the Repository interface. |
Uses of RepositoryV2 in com.atlassian.bamboo.repository.perforce |
---|
Classes in com.atlassian.bamboo.repository.perforce that implement RepositoryV2 | |
---|---|
class |
PerforceRepository
This class provides a Perforce implemention of the Repository interface. |
Uses of RepositoryV2 in com.atlassian.bamboo.repository.svn |
---|
Classes in com.atlassian.bamboo.repository.svn that implement RepositoryV2 | |
---|---|
class |
SvnRepository
This class provides a Subversion repository for Bamboo. |
Uses of RepositoryV2 in com.atlassian.bamboo.v2.build |
---|
Methods in com.atlassian.bamboo.v2.build that return RepositoryV2 | |
---|---|
RepositoryV2 |
BuildPlanDefinition.getRepository()
Deprecated. use BuildPlanDefinition.getRepositoryV2() instead |
RepositoryV2 |
BuildPlanDefinition.getRepositoryV2()
A repository object that can be used to perform |
Uses of RepositoryV2 in com.atlassian.bamboo.v2.build.repository |
---|
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.v2.build.repository | |
---|---|
interface |
PostConfigurableRepository
|
interface |
RepositoryEventAware
An interface that allows the repository to do something before and after the checkout / update occurs |
Uses of RepositoryV2 in com.atlassian.bamboo.v2.trigger |
---|
Methods in com.atlassian.bamboo.v2.trigger with parameters of type RepositoryV2 | |
---|---|
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 |