Uses of Interface
com.atlassian.bamboo.core.BambooObject

Packages that use BambooObject
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.commit   
com.atlassian.bamboo.core   
com.atlassian.bamboo.fieldvalue   
com.atlassian.bamboo.index   
com.atlassian.bamboo.instantmessagingserver   
com.atlassian.bamboo.jiraserver   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.persistence   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.project   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.capability   
 

Uses of BambooObject in com.atlassian.bamboo.author
 

Subinterfaces of BambooObject in com.atlassian.bamboo.author
 interface ExtendedAuthor
           
 

Classes in com.atlassian.bamboo.author that implement BambooObject
 class AuthorImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.build
 

Subinterfaces of BambooObject in com.atlassian.bamboo.build
 interface Build
          This interface describes a Bamboo Build.
 interface BuildDefinitionForBuild
           
 interface BuildDefinitionForProject
           
 interface BuildDefinitionXml
           
 

Classes in com.atlassian.bamboo.build that implement BambooObject
 class BuildDefinitionXmlImpl
           
 class BuildObjectForTests
          Information about a build under Continuous Integration.
 class DefaultBuild
           
 class DefaultBuildDefinitionForBuild
           
 class DefaultBuildDefinitionForProject
           
 class TestBuildObjectForTests
           
 

Uses of BambooObject in com.atlassian.bamboo.buildqueue
 

Classes in com.atlassian.bamboo.buildqueue that implement BambooObject
 class PipelineDefinition
           
 

Uses of BambooObject in com.atlassian.bamboo.comment
 

Subinterfaces of BambooObject in com.atlassian.bamboo.comment
 interface Comment
           
 

Classes in com.atlassian.bamboo.comment that implement BambooObject
 class CommentImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.commit
 

Subinterfaces of BambooObject in com.atlassian.bamboo.commit
 interface Commit
          Interface that represents a single commit set.
 

Classes in com.atlassian.bamboo.commit that implement BambooObject
 class CommitImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.core
 

Classes in com.atlassian.bamboo.core that implement BambooObject
 class BambooEntityObject
           
 

Uses of BambooObject in com.atlassian.bamboo.fieldvalue
 

Classes in com.atlassian.bamboo.fieldvalue that implement BambooObject
 class FieldValueItem
           
 

Uses of BambooObject in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement BambooObject
 class BuildResultsSummaryDocument
          A lucene implementation of an AbstractBuildResultsSummary which mirrors the BuildResultsSummary object closely.
 

Uses of BambooObject in com.atlassian.bamboo.instantmessagingserver
 

Subinterfaces of BambooObject in com.atlassian.bamboo.instantmessagingserver
 interface InstantMessagingServerDefinition
           
 

Classes in com.atlassian.bamboo.instantmessagingserver that implement BambooObject
 class InstantMessagingServerDefinitionImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.jiraserver
 

Subinterfaces of BambooObject in com.atlassian.bamboo.jiraserver
 interface JiraServerDefinition
          Defines a JIRA Server.
 

Classes in com.atlassian.bamboo.jiraserver that implement BambooObject
 class JiraServerDefinitionImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.labels
 

Subinterfaces of BambooObject in com.atlassian.bamboo.labels
 interface Label
           
 interface Labelling
           
 

Classes in com.atlassian.bamboo.labels that implement BambooObject
 class LabelImpl
           
 class LabellingImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.notification
 

Subinterfaces of BambooObject in com.atlassian.bamboo.notification
 interface NotificationRule
           
 

Classes in com.atlassian.bamboo.notification that implement BambooObject
 class NotificationRecipientImpl
           
 class NotificationRuleImpl
           
 class NotificationSetImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.persistence
 

Methods in com.atlassian.bamboo.persistence that return BambooObject
 BambooObject BambooHibernateObjectDao.findById(long id)
           
 BambooObject BambooObjectDao.findById(long id)
          Gets the object from its id
 

Uses of BambooObject in com.atlassian.bamboo.persister
 

Subinterfaces of BambooObject in com.atlassian.bamboo.persister
 interface AuditLog
           
 

Classes in com.atlassian.bamboo.persister that implement BambooObject
 class AuditLogMessage
           
 

Uses of BambooObject in com.atlassian.bamboo.project
 

Subinterfaces of BambooObject in com.atlassian.bamboo.project
 interface Project
          Represents a Bamboo project object.
 

Classes in com.atlassian.bamboo.project that implement BambooObject
 class DefaultProject
           
 

Uses of BambooObject in com.atlassian.bamboo.resultsummary
 

Subinterfaces of BambooObject in com.atlassian.bamboo.resultsummary
 interface ExtendedBuildResultsSummary
           
 

Classes in com.atlassian.bamboo.resultsummary that implement BambooObject
 class AbstractBuildResultsSummary
           
 class BuildResultsSummaryForTesting
           
 class BuildResultsSummaryImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.v2.build.agent
 

Classes in com.atlassian.bamboo.v2.build.agent that implement BambooObject
 class LocalAgentDefinition
           
 class RemoteAgentDefinition
           
 

Uses of BambooObject in com.atlassian.bamboo.v2.build.agent.capability
 

Subinterfaces of BambooObject in com.atlassian.bamboo.v2.build.agent.capability
 interface Capability
           
 interface CapabilitySet
           
 interface Requirement
           
 

Classes in com.atlassian.bamboo.v2.build.agent.capability that implement BambooObject
 class CapabilityImpl
           
 class CapabilitySetImpl
           
 class LocalCapabilitySet
           
 class RemoteCapabilitySet
           
 class RequirementImpl
           
 class RequirementSetImpl
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.