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

Packages that use ConvertibleFromConfig
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.xmpp   
 

Uses of ConvertibleFromConfig in com.atlassian.bamboo.build
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.build
 interface Artifact
           
 

Classes in com.atlassian.bamboo.build that implement ConvertibleFromConfig
 class AbstractArtifact
           
 class DefaultArtifact
          The components used to identify a build artifact that need to be kept.
 

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 determin if a build should be built.
 interface QuartzStrategy
           
 

Classes in com.atlassian.bamboo.build.strategy that implement ConvertibleFromConfig
 class AbstractBuildStrategy
          Common build strategy behaviour
 class AbstractQuartzStrategy
           
 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.plugins.hg
 

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

Uses of ConvertibleFromConfig in com.atlassian.bamboo.repository
 

Subinterfaces of ConvertibleFromConfig 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 ConvertibleFromConfig
 class AbstractRepository
          This class provides common repository implementation code,
 

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.perforce
 

Classes in com.atlassian.bamboo.repository.perforce that implement ConvertibleFromConfig
 class PerforceRepository
          This class provides a Perforce implemention 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.v2.build.repository
 

Subinterfaces of ConvertibleFromConfig 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 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 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.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 © 2010 Atlassian. All Rights Reserved.