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

Packages that use BambooObject
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.author   
com.atlassian.bamboo.bandana   
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.jira.jiraissues   
com.atlassian.bamboo.jira.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.agent.elastic.schedule
 

Subinterfaces of BambooObject in com.atlassian.bamboo.agent.elastic.schedule
 interface ElasticInstanceSchedule
          Represents an schedule to attempt to manage the number of elastic agents
 

Classes in com.atlassian.bamboo.agent.elastic.schedule that implement BambooObject
 class ElasticInstanceScheduleImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.agent.elastic.server
 

Subinterfaces of BambooObject in com.atlassian.bamboo.agent.elastic.server
 interface ElasticImageConfiguration
           
 

Classes in com.atlassian.bamboo.agent.elastic.server that implement BambooObject
 class ElasticImageConfigurationImpl
           
 

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

Classes in com.atlassian.bamboo.bandana that implement BambooObject
 class BandanaItem
           
 

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
 

Subinterfaces of BambooObject in com.atlassian.bamboo.buildqueue
 interface AgentWithCapabilitiesDefinition
           
 interface ElasticAgentDefinition
           
 interface LocalAgentDefinition
           
 interface PipelineDefinition
           
 interface RemoteAgentDefinition
           
 

Uses of BambooObject in com.atlassian.bamboo.comment
 

Subinterfaces of BambooObject in com.atlassian.bamboo.comment
 interface Comment
          A comment on a build result in Bamboo
 

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.jira.jiraissues
 

Subinterfaces of BambooObject in com.atlassian.bamboo.jira.jiraissues
 interface LinkedJiraIssue
          A jira issue and how it is linked to the corresponding build result summary
 

Classes in com.atlassian.bamboo.jira.jiraissues that implement BambooObject
 class LinkedJiraIssueImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.jira.jiraserver
 

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

Classes in com.atlassian.bamboo.jira.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
           
 interface NotificationSet
           
 

Classes in com.atlassian.bamboo.notification that implement BambooObject
 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 AgentWithCapabilitiesDefinitionImpl
           
 class ElasticAgentDefinitionImpl
          Defines an Elastic Agent
 class LocalAgentDefinitionImpl
           
 class PipelineDefinitionImpl
           
 class RemoteAgentDefinitionImpl
           
 

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 ImageCapabilitySet
           
 interface Requirement
           
 

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



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.