Uses of Interface
com.atlassian.bamboo.core.BambooIdProvider
Package
Description
-
Uses of BambooIdProvider in com.atlassian.bamboo.accesstoken
Modifier and TypeInterfaceDescriptioninterface
Represents AccessToken which will be stored in database -
Uses of BambooIdProvider in com.atlassian.bamboo.agent
Modifier and TypeInterfaceDescriptioninterface
Entity holding per agent token data. -
Uses of BambooIdProvider in com.atlassian.bamboo.agent.elastic.schedule
Modifier and TypeInterfaceDescriptioninterface
Represents an schedule to attempt to manage the number of elastic agents -
Uses of BambooIdProvider in com.atlassian.bamboo.agent.elastic.server
-
Uses of BambooIdProvider in com.atlassian.bamboo.agent.ephemeral
-
Uses of BambooIdProvider in com.atlassian.bamboo.artifact
Modifier and TypeInterfaceDescriptioninterface
Represents an artifact produced by a Bamboo build.interface
Artifact extended with additional data (e.g.interface
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.author
-
Uses of BambooIdProvider in com.atlassian.bamboo.build
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
A connection which indicates that aChainBranch
was created for a particularVcsPullRequest
.Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.build.artifact
Modifier and TypeClassDescriptionclass
This class is a simple POJO representing artifact links. -
Uses of BambooIdProvider 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 basic data of any remote agent authentication.interface
Represents entity with authentication data of a remote agent.interface
Modifier and TypeClassDescriptionclass
class
Immutable business object representing remote agent authentication request.class
Default implementation ofRemoteAgentAuthenticationEntity
. -
Uses of BambooIdProvider in com.atlassian.bamboo.buildqueue.dao
Modifier and TypeMethodDescriptionvoid
AgentAssignmentDao.removeAll
(@NotNull Iterable<? extends BambooIdProvider> agentAssignments) Remove a list of agent assignmentsvoid
AgentAssignmentDaoImpl.removeAll
(@NotNull Iterable<? extends BambooIdProvider> agentAssignmentIds) -
Uses of BambooIdProvider in com.atlassian.bamboo.buildqueue.manager
Modifier and TypeClassDescriptionstatic class
static class
-
Uses of BambooIdProvider 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
executioninterface
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.chains.branches
Modifier and TypeInterfaceDescriptioninterface
Represents results of branch integration stored in DB. -
Uses of BambooIdProvider in com.atlassian.bamboo.chains.cache
-
Uses of BambooIdProvider in com.atlassian.bamboo.comment
Modifier and TypeMethodDescriptionCommentService.addComment
(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity) CommentServiceImpl.addComment
(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity) void
CommentManager.deleteAllCommentsForEntity
(@NotNull BambooIdProvider entity) void
CommentManagerImpl.deleteAllCommentsForEntity
(@NotNull BambooIdProvider entity) CommentService.getCommentsForEntity
(BambooIdProvider entity) CommentServiceImpl.getCommentsForEntity
(BambooIdProvider entity) -
Uses of BambooIdProvider in com.atlassian.bamboo.commit
Modifier and TypeInterfaceDescriptioninterface
Interface that represents a single commit set. -
Uses of BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.credentials
Modifier and TypeInterfaceDescriptioninterface
Shared Credentials object representation.interface
Modifier and TypeClassDescriptionclass
DB objects for credentials data.class
-
Uses of BambooIdProvider in com.atlassian.bamboo.crypto.agent
-
Uses of BambooIdProvider in com.atlassian.bamboo.deletion
Modifier and TypeInterfaceDescriptioninterface
Applied only toBambooObject
s that can be deleted by a user. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.cache
Modifier and TypeInterfaceDescriptioninterface
Stub class representing a deployment project related to a chain. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.configuration.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents custom Environment configuration that will be stored in the database. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments
Modifier and TypeInterfaceDescriptioninterface
Represents decorated environment for the purpose of using it in the Freemarker generated UIinterface
Represents a Deployment Environment within Bamboo.interface
Common interface between all types of deployment environments.Modifier and TypeClassDescriptionclass
class
class
Extended environment bean with some more data for UI. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments.dashboard
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents the Environment that will be stored in the database. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments.persistence.internal
Modifier and TypeClassDescriptionclass
Minimal, user context agnostic, but fully functional implementation ofInternalEnvironment
, used when processing deployment environments en masse.class
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects
Modifier and TypeInterfaceDescriptioninterface
Represents a Deployment Project.interface
interface
Common interface between all types of Deployment Projects.interface
Modifier and TypeClassDescriptionclass
class
class
Immutable implementation to be exposed by the serviceclass
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents the Deployment Project that will be stored in the database. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence.items
Modifier and TypeInterfaceDescriptioninterface
An editable version of a deployment project item. -
Uses of BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.deployments.projects.versionnaming
Modifier and TypeInterfaceDescriptioninterface
Version Naming Configuration for a Deployment Projectinterface
Version Naming Configuration for a Deployment Project. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.repository
Modifier and TypeInterfaceDescriptioninterface
Represents relationship between Environment and Source Repositories. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.results
Modifier and TypeInterfaceDescriptioninterface
interface
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.results.persistence
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.specs
Modifier and TypeInterfaceDescriptioninterface
A permission for repository to modify configuration of a deployment project. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Implementations need to be serializableinterface
interface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.history.commit
Modifier and TypeInterfaceDescriptioninterface
Represents commits from single source repository related to singleDeploymentVersion
interface
Represents single commit associated with aDeploymentVersion
interface
Modifier and TypeClassDescriptionclass
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
class
class
CreationDate property implemented via inheritance from BambooEntityObject -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.commits
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.issues
-
Uses of BambooIdProvider 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 BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.index.quicksearch
-
Uses of BambooIdProvider in com.atlassian.bamboo.instantmessagingserver
-
Uses of BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.labels
-
Uses of BambooIdProvider in com.atlassian.bamboo.migration
Modifier and TypeMethodDescriptionprotected void
BambooStAXMappingHelperAbstractImpl.saveBambooObject
(@NotNull org.hibernate.Session session, @NotNull BambooIdProvider object) Save object without regenerating the id if already assigned. -
Uses of BambooIdProvider in com.atlassian.bamboo.mock
Modifier and TypeMethodDescriptionstatic <T extends BambooIdProvider>
TBambooMocks.mockIdProvider
(@NotNull Class<T> entityClass, long id) -
Uses of BambooIdProvider in com.atlassian.bamboo.notification
-
Uses of BambooIdProvider in com.atlassian.bamboo.pageobjects.pages.admin
-
Uses of BambooIdProvider in com.atlassian.bamboo.persister
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan
Modifier and TypeInterfaceDescriptioninterface
Mutable version of the plan.interface
Represents the minimal information about a Planinterface
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.class
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.artifact
Modifier and TypeInterfaceDescriptioninterface
interface
interface
This class contains additional artifact information.interface
Interface for Artifact Subscriptioninterface
interface
interface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of BambooIdProvider 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.interface
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.branch.cache
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.cache
Modifier and TypeInterfaceDescriptioninterface
interface
Represents aChain
that is immutable.interface
Interface of an immutable version ofChainBranch
interface
Immutable, threadsafe cacheable version ofJob
interface
Represents aPlan
that is immutable.interface
Represents aTopLevelPlan
that is immutable. -
Uses of BambooIdProvider in com.atlassian.bamboo.plan.number
Modifier and TypeInterfaceDescriptioninterface
Object that keeps track of build number range for a plan. -
Uses of BambooIdProvider in com.atlassian.bamboo.plan.pullrequest
Modifier and TypeInterfaceDescriptioninterface
Mutable pull request entity.interface
Holds information about pull requests. -
Uses of BambooIdProvider in com.atlassian.bamboo.plan.vcsRevision
Modifier and TypeClassDescriptionclass
Class representing item in change detection history of a plan. -
Uses of BambooIdProvider in com.atlassian.bamboo.plugins.rest.deployments.projects
-
Uses of BambooIdProvider in com.atlassian.bamboo.plugins.testutils.permission
Modifier and TypeMethodDescriptionvoid
PermissionsTestService.grantPermission
(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName) void
PermissionsTestServiceImpl.grantPermission
(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName) boolean
PermissionsTestService.hasPermission
(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName) boolean
PermissionsTestServiceImpl.hasPermission
(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName) void
PermissionsTestService.revokePermission
(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName) void
PermissionsTestServiceImpl.revokePermission
(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName) -
Uses of BambooIdProvider in com.atlassian.bamboo.project
Modifier and TypeInterfaceDescriptioninterface
Represents a Bamboo project object.interface
Represents the minimal information about a projectModifier and TypeClassDescriptionclass
class
class
A type created artificially for ACL purposes to store inherited plan permissions of projects. -
Uses of BambooIdProvider in com.atlassian.bamboo.quickfilter
Modifier and TypeInterfaceDescriptioninterface
A single filter displayed on Bamboo dashboard, which allows quick filtering of plans. -
Uses of BambooIdProvider in com.atlassian.bamboo.quickfilter.rule
-
Uses of BambooIdProvider in com.atlassian.bamboo.repository
Modifier and TypeInterfaceDescriptioninterface
Represents relationship between Plan and Source Repositories.interface
Deprecated.since 5.14interface
Represents repository as persisted in the db.interface
Deprecated.since 5.14 usePlanRepositoryDefinition
Modifier and TypeClassDescriptionclass
Deprecated.since 5.14 useVcsRepositoryDataImpl
class
Deprecated.since 5.14 useRepositoryDefinitionImpl
class
class
class
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.agent
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.artifact
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.deployments.results
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.deployments.versions
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.plan.stage.job.artifact
-
Uses of BambooIdProvider in com.atlassian.bamboo.resultsummary
Modifier and TypeInterfaceDescriptioninterface
An interface which provides a database persisted version of theBuildResults
interface
interface
interface
Used to store the result of allPlan
executionsModifier and TypeClassDescriptionclass
class
Base class for mutable and immutable result summaries.class
-
Uses of BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.resultsummary.vcs
-
Uses of BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.security
Modifier and TypeClassDescriptionclass
Use for server-agent communication.class
-
Uses of BambooIdProvider in com.atlassian.bamboo.security.acegi.acls
Modifier and TypeMethodDescription@NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper.clonePermissions
(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, org.acegisecurity.acls.Acl parentAcl) @NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper.clonePermissions
(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, org.acegisecurity.acls.Acl parentAcl, Set<org.acegisecurity.acls.Permission> permissionsToSkip) @NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper.copyProjectPermissionsToEnvironment
(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, org.acegisecurity.acls.Acl parentAcl, boolean accessForAllUsers) @NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper.createNewObjectAcl
(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, boolean accessForAllUsers) Creates a default Acl for a object which has: - EDIT permission for the creator (user argument) of the deployment project - READ permission for all logged in users - READ permission for all anonymous usersModifierConstructorDescriptionHibernateObjectIdentityImpl
(@NotNull BambooIdProvider object) Creates theObjectIdentityImpl
based on the passed object instance. -
Uses of BambooIdProvider in com.atlassian.bamboo.security.acegi.acls.objectidentity
Modifier and TypeMethodDescriptionObjectIdentityUtils.getAclClassForEntity
(@NotNull BambooIdProvider entity) Returns a class to be used when definingObjectIdentity
of any entity.ModifierConstructorDescriptionIdentifierObjectIdentityRetrievalStrategyImpl
(Class<? extends BambooIdProvider> objectClass) -
Uses of BambooIdProvider in com.atlassian.bamboo.security.trustedapplications
Modifier and TypeInterfaceDescriptioninterface
Bamboo entity to persist trusted apps data. -
Uses of BambooIdProvider in com.atlassian.bamboo.specs
Modifier and TypeInterfaceDescriptioninterface
A permission for repository to modify configuration of a project (also to create and modify any build plans in it).interface
Modifier and TypeClassDescriptionclass
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.tag
Modifier and TypeInterfaceDescriptioninterface
Interface for entity which persists data about tag and revision -
Uses of BambooIdProvider in com.atlassian.bamboo.trigger
Modifier and TypeInterfaceDescriptioninterface
An entity that can start a process or task when triggered.interface
Generic trigger configuration. -
Uses of BambooIdProvider in com.atlassian.bamboo.user
-
Uses of BambooIdProvider in com.atlassian.bamboo.user.cleanup
Modifier and TypeInterfaceDescriptioninterface
Information about an entity (user or group) deleted in Embedded Crowd. -
Uses of BambooIdProvider in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic @NotNull com.google.common.collect.Ordering<BambooIdProvider>
Comparators.getBambooIdProviderOrdering()
static com.google.common.base.Function<BambooIdProvider,
Long> BambooFunctions.getBambooObjectId()
static com.google.common.base.Predicate<BambooIdProvider>
BambooPredicates.hasBambooObjectEqualId
(long id) static com.google.common.base.Predicate<BambooIdProvider>
BambooPredicates.hasBambooObjectEqualId
(@NotNull BambooIdProvider bambooObject) Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<BambooIdProvider>
BambooPredicates.hasBambooObjectEqualId
(@NotNull BambooIdProvider bambooObject) -
Uses of BambooIdProvider in com.atlassian.bamboo.utils.db
Modifier and TypeMethodDescriptionstatic int
JdbcUtils.runDeleteQuery
(@NotNull Connection connection, @NotNull String tableName, @NotNull String idColumn, @NotNull Iterable<? extends BambooIdProvider> objects) -
Uses of BambooIdProvider in com.atlassian.bamboo.v2.build.agent
Modifier and TypeInterfaceDescriptioninterface
Represents a UI view of a given build agentinterface
Modifier and TypeClassDescriptionclass
class
class
class
Defines an Elastic Agentclass
class
Defines an Ephemeral Agentclass
class
class
class
-
Uses of BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.v2.build.requirement
Modifier and TypeInterfaceDescriptioninterface
Read only view of a requirementinterface
Decorated requirement with extra information for view -
Uses of BambooIdProvider 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 BambooIdProvider 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 BambooIdProvider in com.atlassian.bamboo.vcs.configuration
Modifier and TypeInterfaceDescriptioninterface
Low level configuration view of a repository.interface
Effective repository definition as seen "from aPlan
's perspective.interface
interface
Effective repository definition as seen outside any specificPlan
's context Product of: - importing parent's configuration - applying local configuration overrides (e.g.Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.vcs.configuration.service
Modifier and TypeMethodDescriptionboolean
VcsRepositoryConfigurationService.validateLinkedRepositoryName
(@NotNull String repositoryName, @Nullable BambooIdProvider vcsRepositoryData) Checks if name of a linked repository is unique.boolean
VcsRepositoryConfigurationServiceImpl.validateLinkedRepositoryName
(@NotNull String repositoryName, @Nullable BambooIdProvider vcsRepositoryData) boolean
VcsRepositoryConfigurationService.validateProjectRepositoryName
(@NotNull String repositoryName, @NotNull Long projectId, @Nullable BambooIdProvider vcsRepositoryData) Checks if name of a project repository is unique in the project.boolean
VcsRepositoryConfigurationServiceImpl.validateProjectRepositoryName
(@NotNull String repositoryName, @NotNull Long projectId, @Nullable BambooIdProvider vcsRepositoryData) boolean
VcsRepositoryConfigurationService.validateRepositoryName
(@NotNull ImmutablePlan immutablePlan, @NotNull String repositoryName, @Nullable BambooIdProvider repositoryDefinition) Checks if provided name for repository is unique in the Planboolean
VcsRepositoryConfigurationServiceImpl.validateRepositoryName
(@NotNull ImmutablePlan immutablePlan, @NotNull String repositoryName, @Nullable BambooIdProvider repositoryDefinition) -
Uses of BambooIdProvider in com.atlassian.bamboo.webhook
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BambooIdProvider in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescriptionboolean
FreemarkerContext.hasComments
(@NotNull BambooIdProvider entity) -
Uses of BambooIdProvider in com.atlassian.bamboo.ww2.actions.agent
-
Uses of BambooIdProvider in com.atlassian.bamboo.ww2.beans
Modifier and TypeClassDescriptionclass
static class
Branches are top level branch plans. -
Uses of BambooIdProvider in it.com.atlassian.bamboo.configuration.external.yaml.export
-
Uses of BambooIdProvider in it.com.atlassian.bamboo.deployments
Modifier and TypeMethodDescriptionstatic void
DeploymentsTestHelper.addWritePermission
(@NotNull HibernateMutableAclService aclService, BambooIdProvider object, @NotNull TestUser testUser)