Uses of Interface
com.atlassian.bamboo.v2.build.ConfigurablePlugin

Packages that use ConfigurablePlugin
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.plugins.builder.php   
com.atlassian.bamboo.plugins.grails   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.maven2   
com.atlassian.bamboo.plugins.maven2.dependencies   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
 

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

Classes in com.atlassian.bamboo.build.expiry.plugin that implement ConfigurablePlugin
 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
 class BuildMonitoringPerPlanPlugin
           
 

Uses of ConfigurablePlugin in com.atlassian.bamboo.builder
 

Subinterfaces of ConfigurablePlugin in com.atlassian.bamboo.builder
 interface Builder
          This interface defines a Builder tool plugin.
 interface EnvironmentVariablesAwareBuilder
           
 interface MutableEnvironmentVariablesAwareBuilder
           
 interface PostConfigurableBuilder
           
 

Classes in com.atlassian.bamboo.builder that implement ConfigurablePlugin
 class AbstractBuilder
          Common builder functionality.
 class AbstractMavenBuilder
           
 class AntBuilder
          This class provides an Ant version of Builder.
 class CustomCommandBuilder
           
 class Maven2Builder
          This class provides a Maven 2.x version of Builder.
 class MavenBuilder
          This class provides an Maven 1.x version of Builder.
 class ScriptBuilder
          This class provides a command line Script version of Builder.
 

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

Classes in com.atlassian.bamboo.builder.coverage that implement ConfigurablePlugin
 class CloverBuildProcessor
           
 

Uses of ConfigurablePlugin in com.atlassian.bamboo.labels
 

Classes in com.atlassian.bamboo.labels that implement ConfigurablePlugin
 class AutoLabelBuildCompleteAction
           
 

Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.builder.php
 

Classes in com.atlassian.bamboo.plugins.builder.php that implement ConfigurablePlugin
 class AbstractPhpUnitBuilder
          This class provides a PHPUnit version of Builder.
 class PhpUnit33XBuilder
           
 class PhpUnitBuilder
           
 

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

Classes in com.atlassian.bamboo.plugins.grails that implement ConfigurablePlugin
 class GrailsBuilder
           
 

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

Classes in com.atlassian.bamboo.plugins.hg that implement ConfigurablePlugin
 class HgRepository
           
 class HgWebRepositoryViewer
           
 

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

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

Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.maven2
 

Classes in com.atlassian.bamboo.plugins.maven2 that implement ConfigurablePlugin
 class Maven2BuildProcessor
           
 

Uses of ConfigurablePlugin in com.atlassian.bamboo.plugins.maven2.dependencies
 

Classes in com.atlassian.bamboo.plugins.maven2.dependencies that implement ConfigurablePlugin
 class AutomaticDependencyManagementPlugin
           
 

Uses of ConfigurablePlugin in com.atlassian.bamboo.repository
 

Subinterfaces of ConfigurablePlugin 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 Repository
          Basic contract for interfacing with various version control repository systems.
 interface SelectableAuthenticationRepository
           
 

Classes in com.atlassian.bamboo.repository that implement ConfigurablePlugin
 class AbstractRepository
          This class provides common repository implementation code,
 

Uses of ConfigurablePlugin in com.atlassian.bamboo.repository.cvsimpl
 

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

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

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

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

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

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

Classes in com.atlassian.bamboo.v2.build that implement ConfigurablePlugin
 class BaseConfigurableBuildPlugin
          Helper class that allows you to
 class BaseConfigurablePlugin
          Helper class that allows you to
 

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

Subinterfaces of ConfigurablePlugin 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
 

Uses of ConfigurablePlugin in com.atlassian.bamboo.webrepository
 

Subinterfaces of ConfigurablePlugin 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 ConfigurablePlugin
 class AbstractWebRepositoryViewer
           
 class DefaultWebRepositoryViewer
          The code to show the commits etc when no web repository
 class NoWebRepositoryViewer
           
 

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

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



Copyright © 2010 Atlassian. All Rights Reserved.