| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildTriggerCondition
Provides the ability to gate whether a build should be triggered or not.
|
interface |
CustomBuildProcessor
Allows for a custom build process to be run after the main Builder.
|
interface |
CustomBuildProcessorServer
Allows for a custom build process to be run after the main Builder.
|
interface |
CustomPostBuildCompletedAction
Allows for a custom build process to be run after the main Builder.
|
interface |
CustomPreBuildAction
A custom pre build task that occurs on the
ExecutableBuildAgent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactHandler
Handles artifact storage.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactHandlerConfigurator
Configurator for a
ArtifactHandler. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomPreBuildQueuedAction
This plugin runs before the build is put onto the JMS Build Queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CapabilityConfiguratorPluginModule
Module descriptor for Capability Configurator plugin point
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PostChainAction
Custom action that runs after the
Chain has finished executing |
interface |
PostJobAction
Custom action that runs after a
Job has finished executing as part of a ChainStage |
interface |
PostStageAction
Custom action that runs after the
ChainStage has finished executing |
interface |
PreChainAction
Custom action that runs before the
Chain has started executing |
interface |
PreJobAction
Custom action that runs before a
Job has been queued as part of a ChainStage |
interface |
PrePostTaskActions
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 |
PreStageAction
Custom action that runs before the
ChainStage has started executing |
interface |
RestartFailedStageAction
Custom action that runs before a failed
ChainStage has been restarted. |
interface |
ResumeManualStageAction
Custom action that runs before the manual
ChainStage has been continued |
interface |
StopOnManualStageAction
Custom action that runs after the
ChainStage has stopped execution on manual stage. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialType
Handles shared credentials.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomPostBuildIndexWriter
Provides a hook into the indexing code put in your own information to the index
|
interface |
PostChainIndexWriter
Provides a hook into the indexing code put in your own information to the index
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotificationType
Represents a type of notification.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlanTrigger
When paired with a
TriggerReason gives the implementer control over how the Plan is triggered. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitablePluginModule<T extends com.atlassian.plugin.ModuleDescriptor>
Represents a plugin module that can be initialize with its own
module descriptor.
|
interface |
PluggableFooter
A plugin to render the footer in Bamboo.
|
interface |
PluggableTopNavigation
A plugin to render to the top navigation bar in Bamboo
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BranchAwareRepository
Repository that supports setting and getting the current branch.
|
interface |
BranchDetectionCapableRepository
Deprecated.
use
BranchInformationProvider 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 builds
|
interface |
CustomRevisionDataAwareRepository
Repository that uses additional information for change detection.
|
interface |
CustomVariableProviderRepository
Allows the
Repository implementation to provide variables specific to
the repository. |
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 |
OnceOffCapableRepository |
interface |
PreparableRepository
This interface is introduced for the cases, when special preparation should be done (additional to
ConvertibleFromConfig.populateFromConfig(HierarchicalConfiguration)). |
interface |
PushCapableRepository
Repository that supports pushing changes back to the remote repository.
|
interface |
QuietPeriodAwareRepository
Repositories that implement this method will continue to collect changes for every
QuietPeriodAwareRepository.getQuietPeriod() up to
QuietPeriodAwareRepository.getMaxRetries() times. |
interface |
Repository
Basic contract for interfacing with various version control repository systems.
|
interface |
SelectableAuthenticationRepository |
interface |
StandaloneRepository
Represents Repository that does not require
Plan for configuration and
thus is 'visible' to Global Repository feature. |
interface |
TaggingAwareRepository
Repository that supports tags.
|
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskProcessCommandDecorator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildConfigurationAwarePlugin |
interface |
ConfigurablePlugin |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CapabilityDefaultsHelper
If implemented on a
CapabilityTypeModule this interface makes
the auto-detection of capabilities possible via the CapabilityDefaultsHelper.addDefaultCapabilities(CapabilitySet) method |
interface |
CapabilityTypeModule |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildConfigurationUIPlugin
This is not intended to be used directly.
|
interface |
DependenciesBuildConfigurationPlugin
Marker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.
|
interface |
MiscellaneousBuildConfigurationPlugin
Marker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.
|
| Modifier and Type | Interface and 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 occurs
|
interface |
RepositoryV2 |
interface |
RequirementsAwareRepository |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommitUrlProvider
If implementing this interface Bamboo's notifications can make use of it to provide web repository links within html emails
|
interface |
WebRepositoryViewer
Module that decorates change information with required stuff for web repository browsing (e.g linking files)
If you would like web repository links to be provided within you html notifications, also implement
CommitUrlProvider |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.