|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DefaultBuildDefinition.getRepository()
|
Repository |
BuildObjectForTests.getRepository()
Obtain the build's Repository . |
Repository |
BuildDefinition.getRepository()
Obtain the build's Repository . |
Methods in com.atlassian.bamboo.build with parameters of type Repository | |
---|---|
static BuildObjectForTests |
BuildFactoryForTests.createBuild(java.lang.String name,
Builder builder,
Repository repository,
BuilderManager builderManager,
java.lang.String buildKey)
Create a build with the given name and builder |
static BuildObjectForTests |
BuildFactoryForTests.createBuild(java.lang.String name,
Builder builder,
Repository repository,
BuilderManager builderManager,
java.lang.String buildKey,
java.util.Map<java.lang.String,java.lang.String> metadata)
|
static BuildObjectForTests |
BuildFactoryForTests.createBuild(java.lang.String name,
Repository repository)
Create a build with the given name and repository |
void |
DefaultBuildDefinition.setRepository(Repository repository)
|
void |
BuildObjectForTests.setRepository(Repository repository)
Set the build's source code repository. |
void |
BuildDefinition.setRepository(Repository repository)
Set the build's source code repository. |
Constructors in com.atlassian.bamboo.build with parameters of type Repository | |
---|---|
BuildObjectForTests(Repository repository,
java.lang.String name)
Create a build |
|
BuildObjectForTests(Repository repository,
java.lang.String name,
java.lang.String emailAddress)
Create a build |
|
TestBuildObjectForTests(Repository repository,
java.lang.String name)
|
|
TestBuildObjectForTests(Repository repository,
java.lang.String name,
java.lang.String emailAddress)
|
Uses of Repository in com.atlassian.bamboo.build.creation |
---|
Methods in com.atlassian.bamboo.build.creation with parameters of type Repository | |
---|---|
BuildPlanConstructor |
BuildPlanConstructorImpl.setRepository(Repository repository)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.setRepository(Repository repository)
Deprecated. Sets the repository on the plan |
Uses of Repository in com.atlassian.bamboo.plugin.descriptor |
---|
Methods in com.atlassian.bamboo.plugin.descriptor that return Repository | |
---|---|
Repository |
RepositoryModuleDescriptor.getModule()
|
Uses of Repository in com.atlassian.bamboo.plugins.hg |
---|
Classes in com.atlassian.bamboo.plugins.hg that implement Repository | |
---|---|
class |
HgRepository
|
Methods in com.atlassian.bamboo.plugins.hg with parameters of type Repository | |
---|---|
java.lang.String |
HgWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
HgWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
|
java.util.Map<Commit,java.lang.String> |
HgWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
Used in defaultCommitSummaryView.ftl |
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file,
Repository repository)
Used in defaultCommitView.ftl |
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file,
Repository repository)
Used in defaultCommitView.ftl |
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file,
Repository repository)
Used in defaultCommitView.ftl |
boolean |
HgRepository.isRepositoryDifferent(Repository repository)
|
Uses of Repository in com.atlassian.bamboo.repository |
---|
Subinterfaces of Repository 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 |
SelectableAuthenticationRepository
|
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 |
DefaultRepositoryManager.getNewRepositoryInstance(java.lang.String key)
|
Repository |
RepositoryManager.getNewRepositoryInstance(java.lang.String repositoryKey)
Takes in a repository key and creates a new Repository for that key |
Methods in com.atlassian.bamboo.repository that return types with arguments of type Repository | |
---|---|
java.util.List<Repository> |
DefaultRepositoryManager.getRepositories()
|
java.util.List<Repository> |
RepositoryManager.getRepositories()
Retuns a list of available Repository objects |
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.upgrader.oldModel |
---|
Fields in com.atlassian.bamboo.upgrader.oldModel declared as Repository | |
---|---|
Repository |
OldBuild.myRepository
|
Uses of Repository in com.atlassian.bamboo.v2.build.repository |
---|
Subinterfaces of Repository 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 |
Methods in com.atlassian.bamboo.v2.build.repository with parameters of type Repository | |
---|---|
boolean |
RepositoryV2.isRepositoryDifferent(Repository repository)
Checks if the current repo is the same as the given repository |
Uses of Repository in com.atlassian.bamboo.webrepository |
---|
Methods in com.atlassian.bamboo.webrepository with parameters of type Repository | |
---|---|
java.lang.String |
NoWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
DefaultWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
WebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary,
Repository repository)
Renders the html to display the full commits on the changes tab. |
java.lang.String |
NoWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
DefaultWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
WebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary,
Repository repository)
Renders the html to display a summary of the commits on the Build Results Summary tab. |
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
|
java.lang.String |
CommitUrlProvider.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
Provide the url to link to the given commit in the web repository |
java.util.Map<Commit,java.lang.String> |
DefaultWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
|
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file,
Repository repository)
|
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file,
Repository repository)
Generate the link to a given file in a given repository |
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file,
Repository repository)
|
Uses of Repository in com.atlassian.bamboo.webrepository.fisheye |
---|
Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type Repository | |
---|---|
java.lang.String |
FisheyeWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
FisheyeWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary,
Repository repository)
|
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
|
java.util.Map<Commit,java.lang.String> |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
|
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file,
Repository repository)
|
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file,
Repository repository)
Generate the link to a given file in a given repository |
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file,
Repository repository)
|
Uses of Repository in com.atlassian.bamboo.ww2.actions.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type Repository | |
---|---|
java.util.List<Repository> |
ImportMavenPlanAction.getRepositories()
|
Uses of Repository in com.atlassian.bamboo.ww2.actions.admin.bulk |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return Repository | |
---|---|
Repository |
UpdateSvnCredentialsBulkAction.getRepository()
|
Repository |
UpdateCvsRootCredentialsBulkAction.getRepository()
|
Uses of Repository in com.atlassian.bamboo.ww2.actions.build.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return Repository | |
---|---|
Repository |
ViewBuildConfiguration.getRepository()
|
Uses of Repository in com.atlassian.bamboo.ww2.actions.build.admin.create |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type Repository | |
---|---|
java.util.List<Repository> |
UIConfigBean.getRepositories()
|
Uses of Repository in com.atlassian.bamboo.ww2.actions.chains.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return Repository | |
---|---|
Repository |
ViewPlanConfiguration.getRepository()
|
Repository |
ViewChainConfiguration.getRepository()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |