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.build.artifact   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.commit   
com.atlassian.bamboo.core   
com.atlassian.bamboo.deletion   
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.migration   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.persistence   
com.atlassian.bamboo.persistence3   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.project   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.user   
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
          Deprecated. since 2.7 as there are no more buildable top level plans
 interface Buildable
           
 interface BuildDefinitionForBuild
           
 interface BuildDefinitionForProject
           
 interface BuildDefinitionXml
           
 interface Job
           
 

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

Uses of BambooObject in com.atlassian.bamboo.build.artifact
 

Classes in com.atlassian.bamboo.build.artifact that implement BambooObject
 class DefaultArtifactLink
          This class is a simple POJO representing artifact links.
 

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

Subinterfaces of BambooObject in com.atlassian.bamboo.chains
 interface Chain
           
 interface ChainResultsSummary
          Represents an execution result of a Chain
 interface ChainStage
           
 interface ChainStageResult
          Represents the result of a ChainStage execution
 

Classes in com.atlassian.bamboo.chains that implement BambooObject
 class ChainResultsSummaryImpl
           
 class ChainStageImpl
           
 class ChainStageResultImpl
           
 class DefaultChain
           
 

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

Subinterfaces of BambooObject in com.atlassian.bamboo.deletion
 interface Deletable
          Applied only to BambooObjects that can be deleted by a user.
 

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 AbstractResultsSummary 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.migration
 

Methods in com.atlassian.bamboo.migration with parameters of type BambooObject
protected  void BambooStAXMappingHelperAbstractImpl.saveBambooObject(net.sf.hibernate.Session session, BambooObject object)
          Save object without regenerating the id if already assigned.
 

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

Classes in com.atlassian.bamboo.persistence3 with type parameters of type BambooObject
 class BambooHibernateObjectDao<T extends BambooObject>
           
 interface BambooObjectDao<T extends BambooObject>
          Generic Dao for BambooObjects
 

Uses of BambooObject in com.atlassian.bamboo.persister
 

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

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

Uses of BambooObject in com.atlassian.bamboo.plan
 

Subinterfaces of BambooObject in com.atlassian.bamboo.plan
 interface Plan
           
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Classes in com.atlassian.bamboo.plan that implement BambooObject
 class AbstractPlan
           
 

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 BuildResultsSummary
          An interface which provides a database persisted version of the BuildResults
 interface ExtendedBuildResultsSummary
          Deprecated. use BuildResultsSummary
 interface MutableBuildKeyResultsSummary
           
 interface ResultsSummary
          Used to store the result of all Plan executions
 

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

Uses of BambooObject in com.atlassian.bamboo.resultsummary.tests
 

Subinterfaces of BambooObject in com.atlassian.bamboo.resultsummary.tests
 interface TestCase
          Represents a test in a plan.
 interface TestCaseResultError
          Represents an error against a testCaseResult
 

Classes in com.atlassian.bamboo.resultsummary.tests that implement BambooObject
 class TestCaseImpl
           
 class TestCaseResultErrorImpl
           
 class TestCaseResultImpl
           
 class TestClassImpl
           
 class TestClassResultImpl
           
 

Uses of BambooObject in com.atlassian.bamboo.user
 

Classes in com.atlassian.bamboo.user that implement BambooObject
 class LoginInformationImpl
           
 class PasswordResetTokenImpl
           
 

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