Uses of Interface
com.atlassian.bamboo.core.BambooObject
Package
Description
-
Uses of BambooObject in com.atlassian.bamboo.accesstoken
Modifier and TypeInterfaceDescriptioninterface
Represents AccessToken which will be stored in database -
Uses of BambooObject in com.atlassian.bamboo.agent
Modifier and TypeInterfaceDescriptioninterface
Entity holding per agent token data. -
Uses of BambooObject in com.atlassian.bamboo.agent.elastic.schedule
Modifier and TypeInterfaceDescriptioninterface
Represents an schedule to attempt to manage the number of elastic agents -
Uses of BambooObject in com.atlassian.bamboo.agent.elastic.server
-
Uses of BambooObject in com.atlassian.bamboo.agent.ephemeral
-
Uses of BambooObject in com.atlassian.bamboo.artifact
-
Uses of BambooObject in com.atlassian.bamboo.author
-
Uses of BambooObject in com.atlassian.bamboo.build
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BambooObject in com.atlassian.bamboo.build.artifact
Modifier and TypeClassDescriptionclass
This class is a simple POJO representing artifact links. -
Uses of BambooObject in com.atlassian.bamboo.buildqueue
Modifier and TypeInterfaceDescriptioninterface
Represents an exclusive assignment between an executable and an executor.interface
interface
interface
Represents information necessary to reestablish tunnel connection between an elastic agent and Bamboo server after restart.interface
interface
interface
Definition of an entity (agent) capable of executing plansinterface
Represents entity with authentication data of a remote agent.interface
Modifier and TypeClassDescriptionclass
class
Default implementation ofRemoteAgentAuthenticationEntity
. -
Uses of BambooObject in com.atlassian.bamboo.chains
Modifier and TypeInterfaceDescriptioninterface
Mutable version ofImmutableChain
.interface
Represents an execution result of aChain
interface
interface
Represents the result of aChainStage
executionModifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooObject in com.atlassian.bamboo.chains.branches
Modifier and TypeInterfaceDescriptioninterface
Represents results of branch integration stored in DB. -
Uses of BambooObject in com.atlassian.bamboo.comment
-
Uses of BambooObject in com.atlassian.bamboo.commit
Modifier and TypeInterfaceDescriptioninterface
Interface that represents a single commit set. -
Uses of BambooObject in com.atlassian.bamboo.core
Modifier and TypeClassDescriptionclass
Deprecated.since 5.10 use HibernateBambooEntityObject.class
Abstract class forBambooEntityObject
s which may have aBambooEntityOid
.class
-
Uses of BambooObject in com.atlassian.bamboo.credentials
-
Uses of BambooObject in com.atlassian.bamboo.crypto.agent
-
Uses of BambooObject in com.atlassian.bamboo.deletion
Modifier and TypeInterfaceDescriptioninterface
Applied only toBambooObject
s that can be deleted by a user. -
Uses of BambooObject in com.atlassian.bamboo.deployments.configuration.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents custom Environment configuration that will be stored in the database. -
Uses of BambooObject in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents the Environment that will be stored in the database. -
Uses of BambooObject in com.atlassian.bamboo.deployments.projects.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents the Deployment Project that will be stored in the database. -
Uses of BambooObject in com.atlassian.bamboo.deployments.projects.persistence.items
Modifier and TypeInterfaceDescriptioninterface
An editable version of a deployment project item. -
Uses of BambooObject in com.atlassian.bamboo.deployments.projects.persistence.versionnaming
Modifier and TypeInterfaceDescriptioninterface
Version Naming Configuration for a Deployment Project that will be stored in the database. -
Uses of BambooObject in com.atlassian.bamboo.deployments.repository
Modifier and TypeInterfaceDescriptioninterface
Represents relationship between Environment and Source Repositories. -
Uses of BambooObject in com.atlassian.bamboo.deployments.results.persistence
-
Uses of BambooObject in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
class
CreationDate property implemented via inheritance from BambooEntityObject -
Uses of BambooObject in com.atlassian.bamboo.deployments.versions.persistence.commits
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
-
Uses of BambooObject in com.atlassian.bamboo.deployments.versions.persistence.issues
-
Uses of BambooObject in com.atlassian.bamboo.deployments.versions.persistence.items
Modifier and TypeInterfaceDescriptioninterface
Mutable interface for DeploymentVersionItems of type BAMBOO_ARTIFACT.interface
Mutable interface for DeploymentVersionItems No setters are exposed here as DeploymentVersionItems should be considered immutable after persisting. -
Uses of BambooObject in com.atlassian.bamboo.hibernate
Modifier and TypeClassDescriptionclass
A class providing basic id mapping for Hibernate entities.class
A class providing basic id mapping for Hibernate entities. -
Uses of BambooObject in com.atlassian.bamboo.index.quicksearch
-
Uses of BambooObject in com.atlassian.bamboo.instantmessagingserver
-
Uses of BambooObject in com.atlassian.bamboo.jira.jiraissues
Modifier and TypeInterfaceDescriptioninterface
A JIRA issue and how it is linked to the corresponding build result summary -
Uses of BambooObject in com.atlassian.bamboo.labels
-
Uses of BambooObject in com.atlassian.bamboo.notification
-
Uses of BambooObject in com.atlassian.bamboo.pageobjects.pages.admin
-
Uses of BambooObject in com.atlassian.bamboo.persistence
Modifier and TypeMethodDescriptionBambooHibernateObjectDao.findById
(long id) @Nullable BambooObject
BambooObjectDao.findById
(long id) Gets the object from its id -
Uses of BambooObject in com.atlassian.bamboo.persistence3
Modifier and TypeClassDescriptionclass
BambooHibernateObjectDao<T extends BambooObject>
class
BambooHibernateVersionAwareObjectDao<T extends BambooObject,
R> interface
BambooObjectDao<T extends BambooObject>
Generic Dao forBambooObject
sModifier and TypeMethodDescriptionstatic <E extends BambooObject>
EHibernateDaoUtils.execute
(@NotNull org.springframework.orm.hibernate5.support.HibernateDaoSupport dao, @NotNull org.springframework.orm.hibernate5.HibernateCallback action) Deprecated.since 5.12, use session objects directlystatic <T extends BambooObject>
com.google.common.base.Function<T,T> HibernateDaoUtils.saveOrUpdateFunction
(@NotNull org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate) Deprecated.since 5.12, use Java 8 features insteadModifier and TypeMethodDescriptionstatic void
HibernateDaoUtils.copyTimestamp
(BambooObject from, BambooObject to) static void
HibernateDaoUtils.saveOrUpdate
(@NotNull org.hibernate.Session session, BambooObject entity) static void
HibernateDaoUtils.saveOrUpdate
(@NotNull org.springframework.orm.hibernate5.support.HibernateDaoSupport dao, BambooObject entity) Deprecated.since 5.12, useHibernateDaoUtils.saveOrUpdate(Session, BambooObject)
static void
HibernateDaoUtils.updateTimestamp
(BambooObject bambooObject) Modifier and TypeMethodDescriptionstatic void
HibernateDaoUtils.saveAll
(@NotNull org.springframework.orm.hibernate5.support.HibernateDaoSupport dao, Collection<? extends BambooObject> entities) Deprecated.since 5.12, useHibernateDaoUtils.saveOrUpdateAll(Session, Iterable)
-
Uses of BambooObject in com.atlassian.bamboo.persister
-
Uses of BambooObject in com.atlassian.bamboo.plan
Modifier and TypeInterfaceDescriptioninterface
Mutable version of the plan.interface
Marker interface that specifies that the implementingPlan
is a 'top level' objectModifier and TypeClassDescriptionclass
class
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism. -
Uses of BambooObject in com.atlassian.bamboo.plan.artifact
Modifier and TypeInterfaceDescriptioninterface
interface
Interface for Artifact Subscriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooObject in com.atlassian.bamboo.plan.branch
Modifier and TypeInterfaceDescriptioninterface
interface
Class used for tracking creator and last committer of vcs branch.interface
Represents a branch of a plan.Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooObject in com.atlassian.bamboo.plan.cache
-
Uses of BambooObject in com.atlassian.bamboo.plan.number
Modifier and TypeInterfaceDescriptioninterface
Object that keeps track of build number range for a plan. -
Uses of BambooObject in com.atlassian.bamboo.plan.pullrequest
Modifier and TypeInterfaceDescriptioninterface
Mutable pull request entity. -
Uses of BambooObject in com.atlassian.bamboo.plan.vcsRevision
Modifier and TypeClassDescriptionclass
Class representing item in change detection history of a plan. -
Uses of BambooObject in com.atlassian.bamboo.project
-
Uses of BambooObject in com.atlassian.bamboo.quickfilter
Modifier and TypeInterfaceDescriptioninterface
A single filter displayed on Bamboo dashboard, which allows quick filtering of plans. -
Uses of BambooObject in com.atlassian.bamboo.quickfilter.rule
-
Uses of BambooObject in com.atlassian.bamboo.repository
Modifier and TypeInterfaceDescriptioninterface
Represents relationship between Plan and Source Repositories.interface
Represents repository as persisted in the db. -
Uses of BambooObject in com.atlassian.bamboo.resultsummary
Modifier and TypeInterfaceDescriptioninterface
An interface which provides a database persisted version of theBuildResults
interface
interface
Used to store the result of allPlan
executionsModifier and TypeClassDescriptionclass
class
Base class for mutable and immutable result summaries.class
-
Uses of BambooObject in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeInterfaceDescriptioninterface
Represents a test in a plan.interface
Represents a run of a TestCase.interface
Represents an error against a testCaseResultinterface
A grouping of TestCases.interface
Represents a run of a test class.Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BambooObject in com.atlassian.bamboo.resultsummary.vcs
-
Uses of BambooObject in com.atlassian.bamboo.resultsummary.warning
Modifier and TypeInterfaceDescriptioninterface
Entity to store warning summary in DB.interface
Entity to store warning summary in DB.Modifier and TypeClassDescriptionclass
class
-
Uses of BambooObject in com.atlassian.bamboo.security
Modifier and TypeClassDescriptionclass
Use for server-agent communication.class
-
Uses of BambooObject in com.atlassian.bamboo.security.trustedapplications
Modifier and TypeInterfaceDescriptioninterface
Bamboo entity to persist trusted apps data. -
Uses of BambooObject in com.atlassian.bamboo.tag
Modifier and TypeInterfaceDescriptioninterface
Interface for entity which persists data about tag and revision -
Uses of BambooObject in com.atlassian.bamboo.user
-
Uses of BambooObject in com.atlassian.bamboo.user.cleanup
Modifier and TypeInterfaceDescriptioninterface
Information about an entity (user or group) deleted in Embedded Crowd. -
Uses of BambooObject in com.atlassian.bamboo.v2.build.agent
Modifier and TypeClassDescriptionclass
class
class
Defines an Elastic Agentclass
class
Defines an Ephemeral Agentclass
class
class
-
Uses of BambooObject in com.atlassian.bamboo.v2.build.agent.capability
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
class
final class
final class
class
class
-
Uses of BambooObject in com.atlassian.bamboo.variable
Modifier and TypeInterfaceDescriptioninterface
Represents state of variables in reference to stage results.interface
VariableContextSnapshot is required to allow resuming build execution in the same variable context as its first run.interface
interface
Deprecated.since 5.15Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooObject in com.atlassian.bamboo.variable.baseline
Modifier and TypeInterfaceDescriptioninterface
In order to ensure that resumed job execution happens in the same variable context as its first run, all the variable assignments need to be saved for future use.interface
Collection ofVariableBaselineItem
In order to ensure that resumed job execution happens in the same variable context as its first run, all the variable assignments need to be saved for future use.Modifier and TypeClassDescriptionclass
class
-
Uses of BambooObject in com.atlassian.bamboo.webhook