Uses of Interface
com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig

Packages that use ConvertibleFromConfig
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.fieldvalue   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.hg.bitbucket   
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.studio.scm   
com.atlassian.bamboo.trigger   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.webrepository.stash   
com.atlassian.bamboo.xmpp   
 

Uses of ConvertibleFromConfig in com.atlassian.bamboo.build
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.build
 interface Artifact
          Deprecated. since 3.0 Use ArtifactDefinitionContext
 

Classes in com.atlassian.bamboo.build that implement ConvertibleFromConfig
 class DefaultArtifact
          Deprecated. since 3.0
 

Uses of ConvertibleFromConfig in com.atlassian.bamboo.build.strategy
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.build.strategy
 interface BuildStrategy
          This interface is used to determine if a build should be built.
 interface QuartzStrategy
           
 interface RepositoryAwareBuildStrategy
          Interface marking BuildStrategy that works with Source Repositories.
 

Classes in com.atlassian.bamboo.build.strategy that implement ConvertibleFromConfig
 class AbstractBuildStrategy
          Common build strategy behaviour
 class AbstractQuartzStrategy
           
 class AfterSuccessfulPlanTrigger
           
 class CronTriggerBuildStrategy
          Build strategy specified by a cron expression
 class ManualBuildStrategy
          This class forces a manual build.
 class PollingBuildStrategy
          This class defines the build, only if the build has changed strategy.
 class SingleDailyBuildStrategy
          Builds once a day at a specified time.
 class TriggeredBuildStrategy
          This class lets someone else decide if the build should be built.
 

Uses of ConvertibleFromConfig in com.atlassian.bamboo.fieldvalue
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.fieldvalue
 interface OptionallyConvertibleFromConfig
           
 

Uses of ConvertibleFromConfig in com.atlassian.bamboo.plan.branch
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.plan.branch
 interface BranchIntegrationConfiguration
          This interface is used to store branch "integration strategy" settings - the thing that does the merge with an arbitrary branch (so called 'integration branch') prior to executing the jobs, and pushing the merge commit back to the repository after successful build.
 interface BranchMonitoringConfiguration
          This interface is used to store plan's branches monitor settings - the thing that monitors the repository for new branches in SCM and manages branches for that plan in Bamboo
 

Classes in com.atlassian.bamboo.plan.branch that implement ConvertibleFromConfig
 class BranchIntegrationConfigurationImpl
           
 class BranchMonitoringConfigurationImpl
          This class stores branch detection parameters
 class BranchSpecificConfiguration
          Dumping ground for any configuration specific to a branch.
 

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

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

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

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

Uses of ConvertibleFromConfig in com.atlassian.bamboo.repository
 

Subinterfaces of ConvertibleFromConfig 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 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 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 ConvertibleFromConfig
 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 ConvertibleFromConfig in com.atlassian.bamboo.repository.cvsimpl
 

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

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

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

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

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

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

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

Uses of ConvertibleFromConfig in com.atlassian.bamboo.studio.scm
 

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

Uses of ConvertibleFromConfig in com.atlassian.bamboo.trigger
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.trigger
 interface UpdatableBuildStrategy
          BuildStrategy that requires actions to be performed on creation, update and removal of Trigger
 

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

Subinterfaces of ConvertibleFromConfig 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 RequirementsAwareRepository
           
 

Uses of ConvertibleFromConfig in com.atlassian.bamboo.webrepository
 

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

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

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

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

Uses of ConvertibleFromConfig in com.atlassian.bamboo.xmpp
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.xmpp
 interface XmppMessageSender
           
 

Classes in com.atlassian.bamboo.xmpp that implement ConvertibleFromConfig
 class SmackXmppMessageSender
          Uses Smack to send an Instant Message to a XMPP compient server
 



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