|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Repository in com.atlassian.bamboo |
---|
Methods in com.atlassian.bamboo that return Repository | |
---|---|
Repository |
Bamboo.getRepository(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(String name,
Builder builder,
Repository repository,
BuilderManager builderManager)
Create a build with the given name and builder |
static LegacyBuildObject |
BuildFactoryForTests.createBuild(String name,
Repository repository)
Create a build with the given name and repository |
static LegacyBuildObject |
BuildFactoryForTests.createSelfValidatingBuild(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,
String name,
BuilderManager builderManager)
Create a build |
|
LegacyBuildObject(Repository repository,
String name,
String emailAddress,
BuilderManager builderManager)
Create a build |
|
LegacyTestBuildObject(Repository repository,
String name,
BuilderManager builderManager)
|
|
LegacyTestBuildObject(Repository repository,
String name,
String emailAddress,
BuilderManager builderManager)
|
Uses of Repository in com.atlassian.bamboo.container |
---|
Methods in com.atlassian.bamboo.container that return Repository | |
---|---|
Repository |
BambooContainer.getRepository(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 |
LegacyCVSRepository.isRepositoryDifferent(Repository repository)
|
boolean |
LegacyPerforceRepository.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,
String name,
BuilderManager builderManager)
Create a build |
|
LegacyBuildObjectFor110(Repository repository,
String name,
String emailAddress,
BuilderManager builderManager)
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(String repositoryKey)
Takes in a repository key a creates a new Repository for that key |
Repository |
DefaultRepositoryManager.getNewRepositoryInstance(String repositoryKey)
|
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,
String name,
BuilderManager builderManager)
Create a build |
|
UpgradeTask102BuildObject(Repository repository,
String name,
String emailAddress,
BuilderManager builderManager)
Create a build |
Uses of Repository in com.atlassian.bamboo.upgrader |
---|
Fields in com.atlassian.bamboo.upgrader declared as Repository | |
---|---|
Repository |
Version28Upgrader.OriginalBuild.myRepository
|
Repository |
Version28Upgrader.MigratedBuild.myRepository
|
Repository |
VersionElevenToVersionTwelveUpgrader.MyBuild.myRepository
|
Repository |
VersionFifteenToVersionSixteenUpgrader.OriginalBuild.myRepository
|
Repository |
VersionFifteenToVersionSixteenUpgrader.MigratedBuild.myRepository
|
Repository |
VersionFourteenToVersionFifteenUpgrader.MyBuild.myRepository
|
Repository |
VersionNineToVersionTenUpgrader.MyBuild.myRepository
|
Repository |
VersionNineteenToVersionTwentyUpgrader.MyOriginalBuild.myRepository
|
Repository |
VersionSeventeenToVersionEighteenUpgrader.MyOriginalBuild.myRepository
|
Repository |
VersionSeventeenToVersionEighteenUpgrader.MyNewBuild.myRepository
|
Repository |
VersionSixteenToVersionSeventeenUpgrader.MyBuild.myRepository
|
Repository |
VersionTenToVersionElevenUpgrader.MyBuild.myRepository
|
Repository |
VersionThirteenToVersionFourteenUpgrader.MyBuild.myRepository
|
Repository |
VersionTwelveToVersionThirteenUpgrader.MyBuild.myRepository
|
Repository |
VersionTwentyToVersionTwentyOneUpgrader.MyOriginalBuild.myRepository
|
Repository |
VersionTwentyToVersionTwentyOneUpgrader.MyReplacementBuild.myRepository
|
Methods in com.atlassian.bamboo.upgrader that return Repository | |
---|---|
Repository |
Version28Upgrader.OriginalBuild.getMyRepository()
|
Methods in com.atlassian.bamboo.upgrader with parameters of type Repository | |
---|---|
void |
Version28Upgrader.MigratedBuild.setMyRepository(Repository myRepository)
|
Constructors in com.atlassian.bamboo.upgrader with parameters of type Repository | |
---|---|
VersionSeventeenToVersionEighteenUpgrader.MyNewBuild(String id,
String name,
Repository repository,
Builder builder,
String emailAddressees,
String vmParameters,
String buildJdk,
BuildStrategy buildStrategy,
EmailStrategy emailStrategy,
List buildResultSummaries,
Date lastBuildStartTime,
long pollingPeriod,
Set buildDependencies)
|
|
VersionTwentyToVersionTwentyOneUpgrader.MyReplacementBuild(String myKey,
String myName,
XmppMessageSender myXmppMessageSender,
Map myArtifacts,
String myExportStatusStyle,
Set myBuildDependencies,
Repository myRepository,
Builder myBuilder,
String myEmailAddressees,
BuildStrategy myBuildStrategy,
EmailStrategy myEmailStrategy,
List myBuildResultSummaries,
Date myLastBuildStartTime,
long myPollingPeriod)
|
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 |