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

Packages that use ConvertibleFromConfig
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
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 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 AbstractPollingBuildStrategy
          Common polling behaviour
 class CronTriggerBuildStrategy
          Build strategy specified by a cron expression
 class FisheyeTriggeredBuildStrategy
          This class lests Fisheye decide if the build has changed and should be built.
 class InitialBootstapBuildStrategy
          This class instructs the system to start a clean bootstrap build of bamboo.
 class ManualBuild
          This class forces a manual build.
 class ManualBuildStrategy
          This class forces a manual build.
 class PollingBuildStrategy
          This class defines the build, only if the build has changed strategy.
 class QuartzStrategyImpl
           
 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.legacy
 

Classes in com.atlassian.bamboo.legacy that implement ConvertibleFromConfig
 class LegacyAbstractBuildStrategy
          Common build strategy behaviour
 class LegacyAbstractPollingBuildStrategy
          Common polling behaviour
 class LegacyAbstractRepository
          This class provides common repository implementation code,
 class LegacyArtifact
          The components used to identify a build artifact that need to be kept.
 class LegacyCVSRepository
          This class provides a CVS implemention of the Repository interface.
 class LegacyInitialBootstapBuildStrategy
          This class instructs the system to start a clean bootstrap build of bamboo.
 class LegacyPerforceRepository
           
 class LegacyPollingBuildStrategy
          This class defines the build, only if the build has changed strategy.
 class LegacySmackXmppMessageSender
          Uses Smack to send an Instant Message to a XMPP compient server
 class LegacySvnRepository
          This class provides a Subversion repository for Bamboo.
 class LegacyTriggeredBuildStrategy
          This class lets someone else decide if the build should be built.
 

Uses of ConvertibleFromConfig in com.atlassian.bamboo.repository
 

Subinterfaces of ConvertibleFromConfig in com.atlassian.bamboo.repository
 interface Repository
          Basic contract for interfacing with various version control repository systems.
 

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.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 © 2006 Atlassian Software Systems. All Rights Reserved.