Uses of Interface
com.atlassian.bamboo.v2.BambooPluginModule

Packages that use BambooPluginModule
com.atlassian.bamboo.brokenbuildtracker   
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.brokenbuildtracker.ui   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.configuration   
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.builder.command   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.buildtrigger   
com.atlassian.bamboo.capability   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.charts.author   
com.atlassian.bamboo.index   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.builderror   
com.atlassian.bamboo.notification.buildhung   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.notification.buildqueuetimeout   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.plan.trigger   
com.atlassian.bamboo.plugin   
com.atlassian.bamboo.plugin.web   
com.atlassian.bamboo.plugins.ant.decorator   
com.atlassian.bamboo.plugins.ant.task   
com.atlassian.bamboo.plugins.buildnumberstamper   
com.atlassian.bamboo.plugins.grails   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.hg.bitbucket   
com.atlassian.bamboo.plugins.jira.release   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.maven   
com.atlassian.bamboo.plugins.maven.decorator   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.plugins.maven.task   
com.atlassian.bamboo.plugins.php.task   
com.atlassian.bamboo.plugins.ssh   
com.atlassian.bamboo.reports.charts   
com.atlassian.bamboo.reports.collector   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.nullrepository   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.task.plugins   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.v2.build.configuration   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.vcsversion   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.webrepository.stash   
 

Uses of BambooPluginModule in com.atlassian.bamboo.brokenbuildtracker
 

Classes in com.atlassian.bamboo.brokenbuildtracker that implement BambooPluginModule
 class BrokenBuildPostProcessor
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement BambooPluginModule
 class ChangeInResponsibilityNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.brokenbuildtracker.ui
 

Classes in com.atlassian.bamboo.brokenbuildtracker.ui that implement BambooPluginModule
 class BrokenBuildConfiguration
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.build
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.build
 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.
 

Classes in com.atlassian.bamboo.build that implement BambooPluginModule
 class CloverGrailsPreBuildAction
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.build.artifact
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.build.artifact
 interface ArtifactHandler
           
 

Classes in com.atlassian.bamboo.build.artifact that implement BambooPluginModule
 class AbstractArtifactHandler
           
 class AbtractLocalArtifactHandler
           
 class AgentLocalArtifactHandler
           
 class ArtifactHandlerForPlanConfigurator
           
 class BambooRemoteArtifactHandler
           
 class BuildArtifactPostProcessor
           
 class ServerLocalArtifactHandler
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.build.configuration
 

Classes in com.atlassian.bamboo.build.configuration that implement BambooPluginModule
 class ConcurrentBuildsPlanConfigurationPlugin
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.build.expiry.plugin
 

Classes in com.atlassian.bamboo.build.expiry.plugin that implement BambooPluginModule
 class BuildExpiryPerPlanPlugin
          A plugin class that allows you to have build expiry occur per build
 

Uses of BambooPluginModule in com.atlassian.bamboo.build.monitoring
 

Classes in com.atlassian.bamboo.build.monitoring that implement BambooPluginModule
 class BuildMonitoringPerPlanPlugin
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.builder.command
 

Classes in com.atlassian.bamboo.builder.command that implement BambooPluginModule
 class AbstractCloverCommandDecorator
          A base class for the Clover Command Line Decorators.
 class CloverAntCommandDecorator
           
 class CloverGrailsCommandDecorator
           
 class CloverMavenCommandDecorator
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.builder.coverage
 

Classes in com.atlassian.bamboo.builder.coverage that implement BambooPluginModule
 class CloverBuildProcessor
           
 class CloverChainResultAggregator
           
 class CloverDeltaCalculator
           
 class CloverPostBuildIndexWriter
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.buildqueue.manager
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.buildqueue.manager
 interface CustomPreBuildQueuedAction
          This plugin runs before the build is put onto the JMS Build Queue.
 

Uses of BambooPluginModule in com.atlassian.bamboo.buildtrigger
 

Classes in com.atlassian.bamboo.buildtrigger that implement BambooPluginModule
 class PlansGreenCondition
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.capability
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.capability
 interface CapabilityConfiguratorPluginModule
          Module descriptor for Capability Configurator plugin point
 

Classes in com.atlassian.bamboo.capability that implement BambooPluginModule
 class AbstractCapabilityConfiguratorPluginModule
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.chains.plugins
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.chains.plugins
 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 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.
 

Classes in com.atlassian.bamboo.chains.plugins that implement BambooPluginModule
 class PostChainIndexAction
          Responsible for indexing the ChainResultsSummary when the Chain execution has completed
 class TestResultSummaryMergeAction
          Merges the TestResultsSummary of the completed Job with the TestResultsSummary of its parent Chain when the Job has finished executing
 

Uses of BambooPluginModule in com.atlassian.bamboo.charts.author
 

Classes in com.atlassian.bamboo.charts.author that implement BambooPluginModule
 class AuthorBrokenBuildsLineChart
           
 class AuthorFailuresLineChart
           
 class AuthorFixedBuildsLineChart
           
 class AuthorNumberBuildsLineChart
           
 class AuthorSuccessRatioLineChart
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.index
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.index
 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
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.notification
 interface NotificationType
          Represents a type of notification.
 

Classes in com.atlassian.bamboo.notification that implement BambooPluginModule
 class AbstractNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildcommented
 

Classes in com.atlassian.bamboo.notification.buildcommented that implement BambooPluginModule
 class CommentNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildcompleted
 

Classes in com.atlassian.bamboo.notification.buildcompleted that implement BambooPluginModule
 class AllBuildsNotificationType
           
 class BuildFailedAndFirstFixedNotificationType
           
 class BuildStatusChangeNotificationType
          sends a notification whenever the build status changes from passed <> failed
 class FirstJobFailedNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification.builderror
 

Classes in com.atlassian.bamboo.notification.builderror that implement BambooPluginModule
 class BuildErrorNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildhung
 

Classes in com.atlassian.bamboo.notification.buildhung that implement BambooPluginModule
 class BuildHungNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildmissingcapableagent
 

Classes in com.atlassian.bamboo.notification.buildmissingcapableagent that implement BambooPluginModule
 class BuildMissingCapableAgentNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification.buildqueuetimeout
 

Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement BambooPluginModule
 class BuildQueueTimeoutNotificationType
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.notification.chain
 

Classes in com.atlassian.bamboo.notification.chain that implement BambooPluginModule
 class AfterXFailedNotificationType
           
 class AllChainNotificationType
           
 class AllStageNotificationType
           
 class ChainFailedAndFirstFixedNotificationType
           
 class ChainStatusChangeNotificationType
          sends a notification whenever the chain status changes from passed <> failed
 

Uses of BambooPluginModule in com.atlassian.bamboo.plan.trigger
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.plan.trigger
 interface PlanTrigger
          When paired with a TriggerReason gives the implementer control over how the Plan is triggered.
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugin
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.plugin
 interface InitablePluginModule<T extends 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
 

Constructor parameters in com.atlassian.bamboo.plugin with type arguments of type BambooPluginModule
ModuleAndMultiDescriptorPredicate(java.lang.Class<? extends BambooPluginModule> moduleClass, com.atlassian.plugin.PluginAccessor pluginAccessor, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugin.web
 

Classes in com.atlassian.bamboo.plugin.web that implement BambooPluginModule
 class DefaultFooter
           
 class DefaultTopNavigation
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.ant.decorator
 

Classes in com.atlassian.bamboo.plugins.ant.decorator that implement BambooPluginModule
 class IsolatedTmpDirCommandDecorator
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.ant.task
 

Classes in com.atlassian.bamboo.plugins.ant.task that implement BambooPluginModule
 class AntCapabilityDefaultsHelper
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.buildnumberstamper
 

Classes in com.atlassian.bamboo.plugins.buildnumberstamper that implement BambooPluginModule
 class BuildNumberStamper
          This class generates a file containing the number of the build.
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.grails
 

Classes in com.atlassian.bamboo.plugins.grails that implement BambooPluginModule
 class GrailsCapabilityDefaultsHelper
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.hg
 

Classes in com.atlassian.bamboo.plugins.hg that implement BambooPluginModule
 class BitbucketRepository
           
 class HgCapabilityTypeModule
           
 class HgRepository
           
 class HgWebRepositoryViewer
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.hg.bitbucket
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.plugins.hg.bitbucket
 interface BitbucketDelegatedRepository
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.jira.release
 

Classes in com.atlassian.bamboo.plugins.jira.release that implement BambooPluginModule
 class JIRAReleasePlanTrigger
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.labeller
 

Classes in com.atlassian.bamboo.plugins.labeller that implement BambooPluginModule
 class BuildLabeller
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven
 

Classes in com.atlassian.bamboo.plugins.maven that implement BambooPluginModule
 class Maven2CapabilityConfigurator
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven.decorator
 

Classes in com.atlassian.bamboo.plugins.maven.decorator that implement BambooPluginModule
 class AbstractIsolatedLocalRepositoryCommandDecorator
           
 class Maven2IsolatedLocalRepositoryCommandDecorator
           
 class Maven3IsolatedLocalRepositoryCommandDecorator
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven.dependencies
 

Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement BambooPluginModule
 class AutomaticDependencyManagementPlugin
           
 class MavenDependenciesServerPostProcessor
          Updates plan particles after a build if the maven dependencies processor was used.
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.maven.task
 

Classes in com.atlassian.bamboo.plugins.maven.task that implement BambooPluginModule
 class Maven1CapabilityDefaultsHelper
           
 class Maven2CapabilityDefaultsHelper
           
 class Maven3CapabilityDefaultsHelper
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.php.task
 

Classes in com.atlassian.bamboo.plugins.php.task that implement BambooPluginModule
 class AbstractPhpUnitCapabilityDefaultsHelper
           
 class PhpUnitBuildTaskCloverCommandDecorator
           
 class PhpUnitCapabilityDefaultsHelper
           
 class PhpUnitPre34CapabilityDefaultsHelper
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.plugins.ssh
 

Classes in com.atlassian.bamboo.plugins.ssh that implement BambooPluginModule
 class SshCapabilityTypeModule
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.reports.charts
 

Classes in com.atlassian.bamboo.reports.charts that implement BambooPluginModule
 class AgentUtilizationLineChart
           
 class BambooReportLineChart
           
 class BuildNumberCoverageLineChart
           
 class BuildSummaryAverageDurationLineChart
           
 class BuildSummaryAverageQueuedDurationLineChart
           
 class BuildSummaryAverageTimeToFixLineChart
           
 class BuildSummaryCoverageLineChart
           
 class BuildSummaryFailureRatioWithLabelUsageLineChart
           
 class BuildSummaryFailuresLineChart
           
 class BuildSummaryLabelUsageCountLineChart
           
 class BuildSummaryLabelUsageRatioLineChart
           
 class BuildSummaryLinesOfCodeLineChart
           
 class BuildSummaryNumberBuildsLineChart
           
 class BuildSummaryNumberTestsLineChart
           
 class BuildSummarySuccessRatioLineChart
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.reports.collector
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.reports.collector
 interface ReportCollector
          Interface that specifies an object that collects statistics from the passed ReportCollector.setResultsList(List)
 

Classes in com.atlassian.bamboo.reports.collector that implement BambooPluginModule
 class AbstractTimePeriodCollector
           
 class AgentUtilizationCollector
           
 class AverageDurationCollector
           
 class AverageQueuedDurationCollector
           
 class CloverCoverageCollector
           
 class CloverLinesOfCodeCollector
           
 class CloverPerBuildCoverageCollector
           
 class LabelUsageCountCollector
           
 class LabelUsageRatioCollector
           
 class NumberOfBuildFailureCollector
           
 class NumberOfBuildsCollector
           
 class NumberOfTestsCollector
           
 class RatioOfFailureWithLabelUsageCollector
           
 class RatioOfSuccessCollector
           
 class TimeToFixCollector
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.repository
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.repository
 interface BranchAwareRepository
          Repository that supports setting and getting the current branch.
 interface BranchDetectionCapableRepository
          Repository that supports retrieving information about open branches.
 interface BranchingAwareRepository
          Repository that supports branching operation.
 interface BranchMergingAwareRepository
           
 interface CachingAwareRepository
          Should be implemented by repositories supporting caching of its method calls.
 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 PreparableRepository
          This interface is introduced for the cases, when special preparation should be done (additional to ConvertibleFromConfig.populateFromConfig() The onPrepare method is called every time the repository is accessed by RepositoryReference} on the server side of Bamboo
 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.
 

Classes in com.atlassian.bamboo.repository that implement BambooPluginModule
 class AbstractRepository
          This class provides common repository implementation code,
 class AbstractStandaloneRepository
          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.cvsimpl
 

Classes in com.atlassian.bamboo.repository.cvsimpl that implement BambooPluginModule
 class CVSRepository
          This class provides a CVS implemention of the Repository interface.
 

Uses of BambooPluginModule in com.atlassian.bamboo.repository.nullrepository
 

Classes in com.atlassian.bamboo.repository.nullrepository that implement BambooPluginModule
 class NullRepository
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.repository.perforce
 

Classes in com.atlassian.bamboo.repository.perforce that implement BambooPluginModule
 class PerforceRepository
          This class provides a Perforce implementation of the Repository interface.
 

Uses of BambooPluginModule in com.atlassian.bamboo.repository.svn
 

Classes in com.atlassian.bamboo.repository.svn that implement BambooPluginModule
 class SvnRepository
          This class provides a Subversion repository for Bamboo.
 

Uses of BambooPluginModule in com.atlassian.bamboo.task.plugins
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.task.plugins
 interface TaskProcessCommandDecorator
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.v2.build
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.v2.build
 interface BuildConfigurationAwarePlugin
           
 interface ConfigurablePlugin
           
 

Classes in com.atlassian.bamboo.v2.build that implement BambooPluginModule
 class BaseBuildConfigurationAwarePlugin
           
 class BaseConfigurableBuildPlugin
          Helper class that allows you to
 class BaseConfigurablePlugin
          Skeleton class which should be extended by implementors of ConfigurablePlugin interface.
 

Uses of BambooPluginModule in com.atlassian.bamboo.v2.build.agent.capability
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.v2.build.agent.capability
 interface CapabilityDefaultsHelper
          If implemented on a CapabilityTypeModule this interface makes the auto-detection of capabilities possible via the CapabilityDefaultsHelper.addDefaultCapabilities(CapabilitySet) method
 interface CapabilityTypeModule
           
 

Classes in com.atlassian.bamboo.v2.build.agent.capability that implement BambooPluginModule
 class AbstractCapabilityTypeModule
           
 class AbstractExecutableCapabilityTypeModule
           
 class AbstractFileCapabilityDefaultsHelper
           
 class AbstractHomeDirectoryCapabilityDefaultsHelper
           
 class AbstractMultipleExecutableCapabilityTypeModule
           
 class CapabilityDefaultsHelperImpl
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.v2.build.configuration
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.v2.build.configuration
 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.
 

Uses of BambooPluginModule in com.atlassian.bamboo.v2.build.repository
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.v2.build.repository
 interface CustomSourceDirectoryAwareRepository
          Repository that supports checkout to any directory.
 interface PostConfigurableRepository
          Deprecated. since 3.4 not compatible with Global Repository feature.
 interface RepositoryEventAware
          An interface that allows the repository to do something before and after the checkout / update occurs
 interface RepositoryV2
           
 interface RequirementsAwareRepository
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.vcsversion
 

Classes in com.atlassian.bamboo.vcsversion that implement BambooPluginModule
 class VCSVersionReader
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.webrepository
 

Subinterfaces of BambooPluginModule in com.atlassian.bamboo.webrepository
 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
 

Classes in com.atlassian.bamboo.webrepository that implement BambooPluginModule
 class AbstractWebRepositoryViewer
           
 class DefaultWebRepositoryViewer
          The code to show the commits etc when no web repository
 class NoWebRepositoryViewer
           
 

Uses of BambooPluginModule in com.atlassian.bamboo.webrepository.fisheye
 

Classes in com.atlassian.bamboo.webrepository.fisheye that implement BambooPluginModule
 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 BambooPluginModule in com.atlassian.bamboo.webrepository.stash
 

Classes in com.atlassian.bamboo.webrepository.stash that implement BambooPluginModule
 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 https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/browse?at=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 changeset https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/commits/8127e6af149297ae95219c3b0a202a84d9a20b33
 



Copyright © 2012 Atlassian. All Rights Reserved.