Uses of Interface
com.atlassian.bamboo.v2.BambooPluginModule
Package
Description
-
Uses of BambooPluginModule in com.atlassian.bamboo.brokenbuildtracker
-
Uses of BambooPluginModule in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeClassDescriptionclass
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.build
Modifier and TypeInterfaceDescriptioninterface
Provides the ability to gate whether a build should be triggered or not.interface
Allows for a custom build process to be run after the main Builder.interface
Allows for a custom build process to be run after the main Builder.interface
Allows for a custom build process to be run after the main Builder.interface
A custom pre build task that occurs on theExecutableBuildAgent
. -
Uses of BambooPluginModule in com.atlassian.bamboo.build.artifact
Modifier and TypeInterfaceDescriptioninterface
Handles artifact storage.interface
Artifact handler that supports build resiliency by allowing republishing or artifacts.Modifier and TypeClassDescriptionclass
class
class
class
class
class
Allows to decorate anArtifactHandler
by overwriting some of it's methods.class
class
class
class
class
class
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.build.artifact.handlers
Modifier and TypeClassDescriptionclass
class
A decorator for anArtifactHandler
that adds packaging of artifact files when certain conditions are met. -
Uses of BambooPluginModule in com.atlassian.bamboo.build.configuration
-
Uses of BambooPluginModule in com.atlassian.bamboo.build.docker
Modifier and TypeInterfaceDescriptioninterface
Experimental API, work in progress. -
Uses of BambooPluginModule in com.atlassian.bamboo.build.expiry.plugin
Modifier and TypeClassDescriptionclass
A plugin class that allows you to have build expiry occur per build -
Uses of BambooPluginModule in com.atlassian.bamboo.build.monitoring
Modifier and TypeClassDescriptionclass
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.build.test
-
Uses of BambooPluginModule in com.atlassian.bamboo.buildqueue.manager
Modifier and TypeInterfaceDescriptioninterface
This plugin runs before the build is put onto the JMS Build Queue. -
Uses of BambooPluginModule in com.atlassian.bamboo.buildtrigger
-
Uses of BambooPluginModule in com.atlassian.bamboo.capability
Modifier and TypeInterfaceDescriptioninterface
Module descriptor for Capability Configurator plugin point -
Uses of BambooPluginModule in com.atlassian.bamboo.chains.plugins
Modifier and TypeInterfaceDescriptioninterface
Custom action that runs after theChain
has finished executinginterface
Custom action that runs after aJob
has finished executing as part of aChainStage
interface
Custom action that runs after theChainStage
has finished executinginterface
Custom action that runs before theChain
has started executinginterface
Custom action that runs before aJob
has been queued as part of aChainStage
interface
Custom actions that run before and after a build task (TaskType
), a deployment task (com.atlassian.bamboo.deployments.execution.DeploymentTaskType, or a common task (CommonTaskType
) in a build or a deployment plan.interface
Custom action that runs before theChainStage
has started executinginterface
Custom action that runs before a failedChainStage
has been restarted.interface
Custom action that runs before the manualChainStage
has been continuedinterface
Custom action that runs after theChainStage
has stopped execution on manual stage. -
Uses of BambooPluginModule in com.atlassian.bamboo.charts.author
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.clover.builder.coverage
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.clover.reports.charts
Modifier and TypeClassDescriptionclass
class
Base class for charts showing various metrics related with lines of code.class
class
Chart showing LOC (lines of code).class
Chart showing NCLOC (non-comment lines of code) -
Uses of BambooPluginModule in com.atlassian.bamboo.clover.reports.collector
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.credentials
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.deployments
Modifier and TypeInterfaceDescriptioninterface
A custom pre deployment task that is executed on theExecutableBuildAgent
, just before actual deployment execution on environment. -
Uses of BambooPluginModule in com.atlassian.bamboo.deployments.configuration
Modifier and TypeInterfaceDescriptioninterface
Plugin with custom configuration for each environment. -
Uses of BambooPluginModule in com.atlassian.bamboo.deployments.notification
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.deployments.plugins
Modifier and TypeInterfaceDescriptioninterface
Custom action that runs before aEnvironment
has been queued -
Uses of BambooPluginModule in com.atlassian.bamboo.index
Modifier and TypeInterfaceDescriptioninterface
Deprecated.since 7.2.0 without replacement.interface
Deprecated.since 7.2.0 without replacement. -
Uses of BambooPluginModule in com.atlassian.bamboo.notification
Modifier and TypeInterfaceDescriptioninterface
Representation of a recipient of notifications.interface
Represents a type of notification. -
Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildcommented
-
Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildcompleted
Modifier and TypeClassDescriptionclass
class
class
sends a notification whenever the build status changes from passed <> failedclass
-
Uses of BambooPluginModule in com.atlassian.bamboo.notification.builderror
-
Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildhung
-
Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildmissingcapableagent
-
Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildqueuetimeout
-
Uses of BambooPluginModule in com.atlassian.bamboo.notification.chain
Modifier and TypeClassDescriptionclass
class
class
class
class
sends a notification whenever the chain status changes from passed <> failed -
Uses of BambooPluginModule in com.atlassian.bamboo.notification.recipients
Modifier and TypeInterfaceDescriptioninterface
Represents a user notification recipient.Modifier and TypeClassDescriptionclass
class
Represents a notification recipient for whoever has committed to a build Only relevant for a build completed notification related events.class
Represents a single email address notification recipientclass
Represents a group recipient.class
Represents a single IM address recipientclass
Represents a user notification recipient.class
Represents a watcher notification recipient.class
-
Uses of BambooPluginModule in com.atlassian.bamboo.plan.configuration
Modifier and TypeInterfaceDescriptioninterface
Marker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.interface
Marker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.interface
This is not intended to be used directly. -
Uses of BambooPluginModule in com.atlassian.bamboo.plan.trigger
Modifier and TypeInterfaceDescriptioninterface
When paired with aTriggerReason
gives the implementer control over how thePlan
is triggered. -
Uses of BambooPluginModule in com.atlassian.bamboo.plugin
Modifier and TypeInterfaceDescriptioninterface
InitablePluginModule<T extends com.atlassian.plugin.ModuleDescriptor>
Represents a plugin module that can be initialize with its own module descriptor.interface
A plugin to render the footer in Bamboo.interface
A plugin to render to the top navigation bar in BambooModifierConstructorDescriptionModuleAndMultiDescriptorPredicate
(@NotNull Class<? extends BambooPluginModule> moduleClass, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) -
Uses of BambooPluginModule in com.atlassian.bamboo.plugin.web
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.ant.decorator
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.ant.task
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.bitbucket
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.dummy
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.git
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.grails
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.jira.release
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.labeller
Modifier and TypeClassDescriptionclass
Server side processor which reads build result metadata and adds labels to build result entity.class
class
Agent side pre build action which adds build log interceptor. -
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven.decorator
Modifier and TypeClassDescriptionclass
class
class
class
class
This class will automatically add '--batch-mode' to any Maven 2 and 3 commands that do not already contain '--batch-mode'. -
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven.dependencies
Modifier and TypeClassDescriptionclass
class
Updates plan particles after a build if the maven dependencies processor was used. -
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven.task
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.php.task
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.ssh
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.stash
Modifier and TypeClassDescriptionclass
class
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 BambooPluginModule in com.atlassian.bamboo.plugins.stash.api
-
Uses of BambooPluginModule in com.atlassian.bamboo.plugins.testutils.docker
-
Uses of BambooPluginModule in com.atlassian.bamboo.quickfilter.rule
-
Uses of BambooPluginModule in com.atlassian.bamboo.quickfilter.rule.plugin
Modifier and TypeClassDescriptionclass
Quick filter rule that filters plans by their labels.class
Quick filter rule that filters plans by their projects.class
Quick filter rule that filters plans by completion date of their latest build result.class
Quick filter rule that filters plans by their last build result's status.class
Quick filter rule that filters plans by name, matching against a regular expression.class
Quick filter rule that filters plans by suspension status. -
Uses of BambooPluginModule in com.atlassian.bamboo.reports.charts
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.reports.collector
Modifier and TypeInterfaceDescriptioninterface
Interface that specifies an object that collects statistics from the passedReportCollector.setResultsList(List)
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.repository
Modifier and TypeInterfaceDescriptioninterface
Repository that supports setting and getting the current branch.interface
Deprecated.useBranchInformationProvider
instead.interface
Repository that can provide information about branches.interface
Repository that supports branching operation.interface
interface
Should be implemented by repositories supporting caching of its method calls.interface
Repository that uses additional information for code checkout.interface
Whether the repository supports commits being broken up into individual buildsinterface
Repository that uses additional information for change detection.interface
Allows theRepository
implementation to provide variables specific to the repository.interface
interface
Allows theRepository
to perform custom actionsinterface
Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.htmlinterface
interface
Deprecated.since 5.14interface
Repository that supports pushing changes back to the remote repository.interface
Repositories that implement this method will continue to collect changes for everyQuietPeriodAwareRepository.getQuietPeriod()
up toQuietPeriodAwareRepository.getMaxRetries()
times.interface
Deprecated.since 5.14interface
Repository that needs to know things aboutRepositoryData
object that defines it.interface
interface
Represents Repository that does not requirePlan
for configuration and thus is 'visible' to Global Repository feature.interface
Repository that supports tags.interface
Repository that supports testing connection.Modifier and TypeClassDescriptionclass
Deprecated.since 5.14 use new repository plugin API insteadclass
This class provides common repository implementation code for Repositories that can be used by Global Repository feature. -
Uses of BambooPluginModule in com.atlassian.bamboo.repository.nullrepository
-
Uses of BambooPluginModule in com.atlassian.bamboo.repository.svn
Modifier and TypeClassDescriptionclass
This class provides a Subversion repository for Bamboo. -
Uses of BambooPluginModule in com.atlassian.bamboo.repository.ui
Modifier and TypeInterfaceDescriptioninterface
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 BambooPluginModule in com.atlassian.bamboo.task.plugins
-
Uses of BambooPluginModule in com.atlassian.bamboo.v2.build
Modifier and TypeInterfaceDescriptioninterface
BuildConfigurationAwarePlugin<T extends com.atlassian.plugin.ModuleDescriptor>
interface
ConfigurablePlugin<T extends com.atlassian.plugin.ModuleDescriptor>
interface
ImportExportAwarePlugin<T extends com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration<P>,
P extends com.atlassian.bamboo.specs.api.model.plan.configuration.PluginConfigurationProperties> Interface for plugin modules that support importing and exporting of their configuration.Modifier and TypeClassDescriptionclass
class
Helper class that allows you toclass
Skeleton class which should be extended by implementors of ConfigurablePlugin interface. -
Uses of BambooPluginModule in com.atlassian.bamboo.v2.build.agent.capability
Modifier and TypeInterfaceDescriptioninterface
If implemented on aCapabilityTypeModule
this interface makes the auto-detection of capabilities possible via theCapabilityDefaultsHelper.addDefaultCapabilities(CapabilitySet)
methodinterface
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of BambooPluginModule in com.atlassian.bamboo.v2.build.repository
Modifier and TypeInterfaceDescriptioninterface
Repository that supports checkout to any directory.interface
An interface that allows the repository to do something before and after the checkout / update occursinterface
interface
-
Uses of BambooPluginModule in com.atlassian.bamboo.vcsversion
-
Uses of BambooPluginModule in com.atlassian.bamboo.webrepository
Modifier and TypeInterfaceDescriptioninterface
If implementing this interface Bamboo's notifications can make use of it to provide web repository links within html emailsinterface
CommitUrlProvider
that 'knows' how to deal with deploymentsinterface
Deprecated.since 5.14Modifier and TypeClassDescriptionclass
class
Deprecated.since 5.14 it implements old interfaceclass
-
Uses of BambooPluginModule in com.atlassian.bamboo.webrepository.fisheye
Modifier and TypeClassDescriptionclass
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 BambooPluginModule in com.atlassian.bamboo.webrepository.stash
Modifier and TypeClassDescriptionclass
Deprecated.use LegacyStashWebRepositoryViewer from new Stash plugin