|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Repository in com.atlassian.bamboo |
|---|
| Methods in com.atlassian.bamboo that return Repository | |
|---|---|
Repository |
Bamboo.getRepository(java.lang.String repositoryName)
Get a specific repository |
| Uses of Repository in com.atlassian.bamboo.build |
|---|
| Fields in com.atlassian.bamboo.build declared as Repository | |
|---|---|
protected Repository |
DefaultBuildDefinition.repository
|
| Methods in com.atlassian.bamboo.build that return Repository | |
|---|---|
Repository |
BuildDefinition.getRepository()
Obtain the build's Repository. |
Repository |
DefaultBuildDefinition.getRepository()
|
Repository |
LegacyBuildObject.getRepository()
Obtain the build's Repository. |
| Methods in com.atlassian.bamboo.build with parameters of type Repository | |
|---|---|
static LegacyBuildObject |
BuildFactoryForTests.createBuild(java.lang.String name,
Builder builder,
Repository repository,
BuilderManager builderManager)
Create a build with the given name and builder |
static LegacyBuildObject |
BuildFactoryForTests.createBuild(java.lang.String name,
Repository repository)
Create a build with the given name and repository |
static LegacyBuildObject |
BuildFactoryForTests.createSelfValidatingBuild(java.lang.String name,
Builder builder,
Repository repository,
BuilderManager builderManager)
This build allways validates without any problems |
void |
BuildDefinition.setRepository(Repository repository)
Set the build's source code repository. |
void |
DefaultBuildDefinition.setRepository(Repository repository)
|
void |
LegacyBuildObject.setRepository(Repository repository)
Set the build's source code repository. |
| Constructors in com.atlassian.bamboo.build with parameters of type Repository | |
|---|---|
LegacyBuildObject(Repository repository,
java.lang.String name)
Create a build |
|
LegacyBuildObject(Repository repository,
java.lang.String name,
java.lang.String emailAddress)
Create a build |
|
LegacyTestBuildObject(Repository repository,
java.lang.String name)
|
|
LegacyTestBuildObject(Repository repository,
java.lang.String name,
java.lang.String emailAddress)
|
|
| Uses of Repository in com.atlassian.bamboo.container |
|---|
| Methods in com.atlassian.bamboo.container that return Repository | |
|---|---|
Repository |
BambooContainer.getRepository(java.lang.String repositoryName)
Returns a specified source code repository tool |
| Uses of Repository in com.atlassian.bamboo.legacy |
|---|
| Classes in com.atlassian.bamboo.legacy that implement Repository | |
|---|---|
class |
LegacyAbstractRepository
This class provides common repository implementation code, |
class |
LegacyCVSRepository
This class provides a CVS implemention of the Repository interface. |
class |
LegacyPerforceRepository
|
class |
LegacySvnRepository
This class provides a Subversion repository for Bamboo. |
| Methods in com.atlassian.bamboo.legacy that return Repository | |
|---|---|
Repository |
LegacyBuildObjectFor110.getRepository()
Obtain the build's Repository. |
| Methods in com.atlassian.bamboo.legacy with parameters of type Repository | |
|---|---|
boolean |
LegacyPerforceRepository.isRepositoryDifferent(Repository repository)
|
boolean |
LegacyCVSRepository.isRepositoryDifferent(Repository repository)
|
boolean |
LegacySvnRepository.isRepositoryDifferent(Repository repository)
|
void |
LegacyBuildObjectFor110.setRepository(Repository repository)
Set the build's source code repository. |
| Constructors in com.atlassian.bamboo.legacy with parameters of type Repository | |
|---|---|
LegacyBuildObjectFor110(Repository repository,
java.lang.String name)
Create a build |
|
LegacyBuildObjectFor110(Repository repository,
java.lang.String name,
java.lang.String emailAddress)
Create a build |
|
| Uses of Repository in com.atlassian.bamboo.repository |
|---|
| Classes in com.atlassian.bamboo.repository that implement Repository | |
|---|---|
class |
AbstractRepository
This class provides common repository implementation code, |
| Methods in com.atlassian.bamboo.repository that return Repository | |
|---|---|
Repository |
RepositoryManager.getNewRepositoryInstance(java.lang.String repositoryKey)
Takes in a repository key a creates a new Repository for that key |
Repository |
DefaultRepositoryManager.getNewRepositoryInstance(java.lang.String key)
|
| Methods in com.atlassian.bamboo.repository with parameters of type Repository | |
|---|---|
boolean |
Repository.isRepositoryDifferent(Repository repository)
Checks if the current repo is the same or not and sets the referencesDifferentRepository flag accordingly |
| Uses of Repository in com.atlassian.bamboo.repository.cvsimpl |
|---|
| Classes in com.atlassian.bamboo.repository.cvsimpl that implement Repository | |
|---|---|
class |
CVSRepository
This class provides a CVS implemention of the Repository interface. |
| Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type Repository | |
|---|---|
boolean |
CVSRepository.isRepositoryDifferent(Repository repository)
|
| Uses of Repository in com.atlassian.bamboo.repository.perforce |
|---|
| Classes in com.atlassian.bamboo.repository.perforce that implement Repository | |
|---|---|
class |
PerforceRepository
This class provides a Perforce implemention of the Repository interface. |
| Methods in com.atlassian.bamboo.repository.perforce with parameters of type Repository | |
|---|---|
boolean |
PerforceRepository.isRepositoryDifferent(Repository repository)
|
| Uses of Repository in com.atlassian.bamboo.repository.svn |
|---|
| Classes in com.atlassian.bamboo.repository.svn that implement Repository | |
|---|---|
class |
SvnRepository
This class provides a Subversion repository for Bamboo. |
| Methods in com.atlassian.bamboo.repository.svn with parameters of type Repository | |
|---|---|
boolean |
SvnRepository.isRepositoryDifferent(Repository repository)
|
| Uses of Repository in com.atlassian.bamboo.upgrade.tasks |
|---|
| Methods in com.atlassian.bamboo.upgrade.tasks that return Repository | |
|---|---|
Repository |
UpgradeTask102BuildObject.getRepository()
Obtain the build's Repository. |
| Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type Repository | |
|---|---|
void |
UpgradeTask102BuildObject.setRepository(Repository repository)
Set the build's source code repository. |
| Constructors in com.atlassian.bamboo.upgrade.tasks with parameters of type Repository | |
|---|---|
UpgradeTask102BuildObject(Repository repository,
java.lang.String name,
BuilderManager builderManager)
Create a build |
|
UpgradeTask102BuildObject(Repository repository,
java.lang.String name,
java.lang.String emailAddress,
BuilderManager builderManager)
Create a build |
|
| Uses of Repository in com.atlassian.bamboo.upgrader.oldModel |
|---|
| Fields in com.atlassian.bamboo.upgrader.oldModel declared as Repository | |
|---|---|
Repository |
OldBuild.myRepository
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||