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

Packages that use BuildConfigurationAwarePlugin
com.atlassian.bamboo.brokenbuildtracker   
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.coverage   
com.atlassian.bamboo.buildtrigger   
com.atlassian.bamboo.plugin.web   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.hg.bitbucket   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.plugins.stash   
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.repository.ui   
com.atlassian.bamboo.studio.scm   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.configuration   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.webrepository.stash   
 

Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.brokenbuildtracker
 

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

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

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

Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build
 

Subinterfaces of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build
 interface BuildTriggerCondition
          Provides the ability to gate whether a build should be triggered or not.
 

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

Classes in com.atlassian.bamboo.build.artifact that implement BuildConfigurationAwarePlugin
 class ArtifactHandlerForPlanConfigurator
           
 

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

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

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

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

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

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

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

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

Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.buildtrigger
 

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

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

Methods in com.atlassian.bamboo.plugin.web with type parameters of type BuildConfigurationAwarePlugin
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass)
          Find all installed plugins of a given class.
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
          Find all installed plugins of a given class and module descriptor.
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
           
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationUIPluginHelper.getEditHtml(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass)
          Generate html page from all plugin edit fragments.
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationPluginUIHelperImpl.getEditHtml(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationUIPluginHelper.getEditHtmlList(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
          Generate list of html edit fragments for all plugins.
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationPluginUIHelperImpl.getEditHtmlList(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
           
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationUIPluginHelper.getViewHtml(Plan plan, java.lang.Class<T> pluginClass)
          Generate html page from all plugin view fragments.
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationPluginUIHelperImpl.getViewHtml(Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationUIPluginHelper.getViewHtmlList(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
          Generate list of html view fragments for all plugins.
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationPluginUIHelperImpl.getViewHtmlList(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
           
 

Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.plugins.git
 

Classes in com.atlassian.bamboo.plugins.git that implement BuildConfigurationAwarePlugin
 class GitHubRepository
           
 class GitRepository
           
 

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

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

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

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

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

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

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

Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement BuildConfigurationAwarePlugin
 class AutomaticDependencyManagementPlugin
           
 

Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.plugins.stash
 

Classes in com.atlassian.bamboo.plugins.stash that implement BuildConfigurationAwarePlugin
 class StashRepository
           
 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 BuildConfigurationAwarePlugin in com.atlassian.bamboo.repository
 

Subinterfaces of BuildConfigurationAwarePlugin in com.atlassian.bamboo.repository
 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() 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 RequiresRepositoryData
          Repository that needs to know things about RepositoryData object that defines it.
 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 BuildConfigurationAwarePlugin
 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 BuildConfigurationAwarePlugin in com.atlassian.bamboo.repository.cvsimpl
 

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

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

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

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

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

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

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

Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.repository.ui
 

Subinterfaces of BuildConfigurationAwarePlugin in com.atlassian.bamboo.repository.ui
 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 BuildConfigurationAwarePlugin in com.atlassian.bamboo.studio.scm
 

Classes in com.atlassian.bamboo.studio.scm that implement BuildConfigurationAwarePlugin
 class AppLinksSvnRepository
          This repository is a hack that uses applinks and inbuilt Bamboo SVN username/password for Bamboo.
 class AppLinksWebRepositoryViewer
           
 

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

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

Classes in com.atlassian.bamboo.v2.build that implement BuildConfigurationAwarePlugin
 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 BuildConfigurationAwarePlugin in com.atlassian.bamboo.v2.build.configuration
 

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

Subinterfaces of BuildConfigurationAwarePlugin in com.atlassian.bamboo.v2.build.repository
 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 RequirementsAwareRepository
           
 

Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.webrepository
 

Subinterfaces of BuildConfigurationAwarePlugin 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 DeploymentsAwareCommitUrlProvider
          CommitUrlProvider that 'knows' how to deal with deployments
 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 BuildConfigurationAwarePlugin
 class AbstractWebRepositoryViewer
           
 class DefaultWebRepositoryViewer
          The code to show the commits etc when no web repository
 class NoWebRepositoryViewer
           
 

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

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

Classes in com.atlassian.bamboo.webrepository.stash that implement BuildConfigurationAwarePlugin
 class LegacyStashWebRepositoryViewer
          Deprecated. use LegacyStashWebRepositoryViewer from new Stash plugin
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.