Uses of Interface
com.atlassian.bamboo.v2.build.ConfigurablePlugin
-
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.brokenbuildtracker
Classes in com.atlassian.bamboo.brokenbuildtracker that implement ConfigurablePlugin Modifier and Type Class Description class
BrokenBuildPostProcessor
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.build.artifact
Classes in com.atlassian.bamboo.build.artifact that implement ConfigurablePlugin Modifier and Type Class Description class
ArtifactHandlerForPlanConfigurator
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.build.expiry.plugin
Classes in com.atlassian.bamboo.build.expiry.plugin that implement ConfigurablePlugin Modifier and Type Class Description class
BuildExpiryPerPlanPlugin
A plugin class that allows you to have build expiry occur per build -
Uses of ConfigurablePlugin in com.atlassian.bamboo.build.monitoring
Classes in com.atlassian.bamboo.build.monitoring that implement ConfigurablePlugin Modifier and Type Class Description class
BuildMonitoringPerPlanPlugin
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.clover.builder.coverage
Classes in com.atlassian.bamboo.clover.builder.coverage that implement ConfigurablePlugin Modifier and Type Class Description class
CloverBuildProcessor
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.bitbucket
Subinterfaces of ConfigurablePlugin in com.atlassian.bamboo.plugins.bitbucket Modifier and Type Interface Description interface
BitbucketDelegatedRepository
Classes in com.atlassian.bamboo.plugins.bitbucket that implement ConfigurablePlugin Modifier and Type Class Description class
BitbucketRepository
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement ConfigurablePlugin Modifier and Type Class Description class
GitHubRepository
class
GitRepository
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.labeller
Classes in com.atlassian.bamboo.plugins.labeller that implement ConfigurablePlugin Modifier and Type Class Description class
BuildLabellerCustomBuildProcessor
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.maven.dependencies
Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement ConfigurablePlugin Modifier and Type Class Description class
AutomaticDependencyManagementPlugin
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement ConfigurablePlugin Modifier and Type Class Description class
StashRepositoryImpl
class
StashWebRepositoryViewer
URL FORMATS: file https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/browse/webapp/default/src/main/webapp/static/page/repository/editRepository.soy?at=8127e6af149297ae95219c3b0a202a84d9a20b33 revision/changeset https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/commits/8127e6af149297ae95219c3b0a202a84d9a20b33 diff https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/diff/webapp/default/src/main/webapp/static/page/repository/editRepository.soy?at=8127e6af149297ae95219c3b0a202a84d9a20b33&until=8127e6af149297ae95219c3b0a202a84d9a20b33 -
Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.stash.api
Subinterfaces of ConfigurablePlugin in com.atlassian.bamboo.plugins.stash.api Modifier and Type Interface Description interface
StashRepository
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.repository
Subinterfaces of ConfigurablePlugin in com.atlassian.bamboo.repository Modifier and Type Interface Description interface
BranchAwareRepository
Repository that supports setting and getting the current branch.interface
BranchDetectionCapableRepository
Deprecated.useBranchInformationProvider
instead.interface
BranchInformationProvider
Repository that can provide information about branches.interface
BranchingAwareRepository
Repository that supports branching operation.interface
BranchMergingAwareRepository
interface
CachingAwareRepository
Should be implemented by repositories supporting caching of its method calls.interface
CheckoutCustomRevisionDataAwareRepository
Repository that uses additional information for code checkout.interface
CommitIsolationAwareRepository
Whether the repository supports commits being broken up into individual buildsinterface
CustomRevisionDataAwareRepository
Repository that uses additional information for change detection.interface
CustomVariableProviderRepository
Allows theRepository
implementation to provide variables specific to the repository.interface
IncludeExcludeAwareRepository
interface
InitialBuildAwareRepository
Allows theRepository
to perform custom actionsinterface
MavenPomAccessorCapableRepository
Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.htmlinterface
OnceOffCapableRepository
interface
PreparableRepository
Deprecated.since 5.14interface
PushCapableRepository
Repository that supports pushing changes back to the remote repository.interface
QuietPeriodAwareRepository
Repositories that implement this method will continue to collect changes for everyQuietPeriodAwareRepository.getQuietPeriod()
up toQuietPeriodAwareRepository.getMaxRetries()
times.interface
Repository
Deprecated.since 5.14interface
RequiresRepositoryData
Repository that needs to know things aboutRepositoryData
object that defines it.interface
SelectableAuthenticationRepository
interface
StandaloneRepository
Represents Repository that does not requirePlan
for configuration and thus is 'visible' to Global Repository feature.interface
TaggingAwareRepository
Repository that supports tags.interface
TestConnectionAwareRepository
Repository that supports testing connection.Classes in com.atlassian.bamboo.repository that implement ConfigurablePlugin Modifier and Type Class Description class
AbstractRepository
Deprecated.since 5.14 use new repository plugin API insteadclass
AbstractStandaloneRepository
This class provides common repository implementation code for Repositories that can be used by Global Repository feature. -
Uses of ConfigurablePlugin in com.atlassian.bamboo.repository.nullrepository
Classes in com.atlassian.bamboo.repository.nullrepository that implement ConfigurablePlugin Modifier and Type Class Description class
NullRepository
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement ConfigurablePlugin Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface. -
Uses of ConfigurablePlugin in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement ConfigurablePlugin Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo. -
Uses of ConfigurablePlugin in com.atlassian.bamboo.repository.ui
Subinterfaces of ConfigurablePlugin in com.atlassian.bamboo.repository.ui Modifier and Type Interface Description interface
EditActionAwareRepository
Repository that needs to perform additional actions before edit page is rendered for the repository and/or if additional, possibly failing, action needs to be taken before configuration is saved. -
Uses of ConfigurablePlugin in com.atlassian.bamboo.v2.build
Classes in com.atlassian.bamboo.v2.build that implement ConfigurablePlugin Modifier and Type Class Description class
BaseConfigurableBuildPlugin
Helper class that allows you toclass
BaseConfigurablePlugin
Skeleton class which should be extended by implementors of ConfigurablePlugin interface. -
Uses of ConfigurablePlugin in com.atlassian.bamboo.v2.build.repository
Subinterfaces of ConfigurablePlugin in com.atlassian.bamboo.v2.build.repository Modifier and Type Interface Description interface
CustomSourceDirectoryAwareRepository
Repository that supports checkout to any directory.interface
RepositoryEventAware
An interface that allows the repository to do something before and after the checkout / update occursinterface
RequirementsAwareRepository
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.webrepository
Subinterfaces of ConfigurablePlugin in com.atlassian.bamboo.webrepository Modifier and Type Interface Description interface
CommitUrlProvider
If implementing this interface Bamboo's notifications can make use of it to provide web repository links within html emailsinterface
DeploymentsAwareCommitUrlProvider
CommitUrlProvider
that 'knows' how to deal with deploymentsinterface
WebRepositoryViewer
Deprecated.since 5.14Classes in com.atlassian.bamboo.webrepository that implement ConfigurablePlugin Modifier and Type Class Description class
AbstractWebRepositoryViewer
class
DefaultWebRepositoryViewer
Deprecated.since 5.14 it implements old interfaceclass
NoWebRepositoryViewer
-
Uses of ConfigurablePlugin in com.atlassian.bamboo.webrepository.fisheye
Classes in com.atlassian.bamboo.webrepository.fisheye that implement ConfigurablePlugin Modifier and Type Class Description class
FisheyeWebRepositoryViewer
URL FORMATS: file https://atlaseye.atlassian.com/browse/bamboo/branches/atlassian_bamboo_2_4_branch/atlassian-ide-plugin.shared.xml#r68584 url/browse/reponame/file~ revision https://atlaseye.atlassian.com/browse/bamboo/trunk/atlassian-ide-plugin.shared.xml?r=68584 url/browse/reponame/file?r=XXX diff https://atlaseye.atlassian.com/browse/bamboo/trunk/atlassian-ide-plugin.shared.xml?r2=68584&r1=68581 url/browse/reponame/file?r2=XX&r1=YYY -- is this working for perforce yet? - no. -
Uses of ConfigurablePlugin in com.atlassian.bamboo.webrepository.stash
Classes in com.atlassian.bamboo.webrepository.stash that implement ConfigurablePlugin Modifier and Type Class Description class
LegacyStashWebRepositoryViewer
Deprecated.use LegacyStashWebRepositoryViewer from new Stash plugin
-