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

Packages that use BambooIdProvider
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.chains.branches   
com.atlassian.bamboo.chains.cache   
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.labels   
com.atlassian.bamboo.matcher.bean   
com.atlassian.bamboo.migration.stream.legacy   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.vcsRevision   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.resultsummary.vcs   
com.atlassian.bamboo.security.trustedapplications   
com.atlassian.bamboo.user   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.ww2.beans   
 

Uses of BambooIdProvider in com.atlassian.bamboo.agent.elastic.schedule
 

Subinterfaces of BambooIdProvider 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 BambooIdProvider
 class ElasticInstanceScheduleImpl
           
 

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

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

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

Uses of BambooIdProvider in com.atlassian.bamboo.author
 

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

Classes in com.atlassian.bamboo.author that implement BambooIdProvider
 class AuthorCachingFacade
           
 class AuthorDataImpl
           
 class AuthorImpl
          Deprecated. since 3.3
 

Uses of BambooIdProvider in com.atlassian.bamboo.bandana
 

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

Uses of BambooIdProvider in com.atlassian.bamboo.build
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.build
 interface Buildable
           
 interface BuildDefinitionForBuild
           
 interface BuildDefinitionForProject
           
 interface BuildDefinitionXml
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement BambooIdProvider
 class BuildDefinitionXmlImpl
           
 class DefaultBuildDefinitionForBuild
           
 class DefaultJob
           
 class PlanDependencyImpl
           
 

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

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.build.artifact
 interface ArtifactLink
          Interface for a simple Artifact
 

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

Uses of BambooIdProvider in com.atlassian.bamboo.buildqueue
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.buildqueue
 interface AgentWithCapabilitiesDefinition
           
 interface ElasticAgentDefinition
           
 interface LocalAgentDefinition
           
 interface PipelineDefinition
           
 interface RemoteAgentAuthentication
          

Represents basic data of any remote agent authentication.

 interface RemoteAgentAuthenticationEntity
          Represents entity with authentication data of a remote agent.
 interface RemoteAgentDefinition
           
 

Classes in com.atlassian.bamboo.buildqueue that implement BambooIdProvider
 class ImmutableRemoteAgentAuthentication
          Immutable business object representing remote agent authentication request.
 class RemoteAgentAuthenticationImpl
          Default implementation of RemoteAgentAuthenticationEntity.
 

Uses of BambooIdProvider in com.atlassian.bamboo.chains
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.chains
 interface Chain
          Mutable version of ImmutableChain.
 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 BambooIdProvider
 class ChainResultsSummaryImpl
           
 class ChainStageImpl
           
 class ChainStageResultImpl
           
 class DefaultChain
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.chains.branches
 

Classes in com.atlassian.bamboo.chains.branches that implement BambooIdProvider
 class MergeResultSummaryImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.chains.cache
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.chains.cache
 interface ImmutableChainStage
          An immutable version of ChainStage.
 

Classes in com.atlassian.bamboo.chains.cache that implement BambooIdProvider
 class ImmutableChainStageImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.comment
 

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

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

Uses of BambooIdProvider in com.atlassian.bamboo.commit
 

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

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

Uses of BambooIdProvider in com.atlassian.bamboo.core
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.core
 interface BambooObject
           
 

Classes in com.atlassian.bamboo.core that implement BambooIdProvider
 class BambooEntityObject
           
 class ScriptImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.deletion
 

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

Uses of BambooIdProvider in com.atlassian.bamboo.fieldvalue
 

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

Uses of BambooIdProvider in com.atlassian.bamboo.index
 

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

Uses of BambooIdProvider in com.atlassian.bamboo.instantmessagingserver
 

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

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

Uses of BambooIdProvider in com.atlassian.bamboo.jira.jiraissues
 

Subinterfaces of BambooIdProvider 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 BambooIdProvider
 class LinkedJiraIssueImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.labels
 

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

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

Uses of BambooIdProvider in com.atlassian.bamboo.matcher.bean
 

Methods in com.atlassian.bamboo.matcher.bean that return types with arguments of type BambooIdProvider
static org.hamcrest.Matcher<BambooIdProvider> IsBambooIdProviderIdEq.hasEqualId(BambooIdProvider reference)
           
 

Methods in com.atlassian.bamboo.matcher.bean with parameters of type BambooIdProvider
static org.hamcrest.Matcher<BambooIdProvider> IsBambooIdProviderIdEq.hasEqualId(BambooIdProvider reference)
           
 

Constructors in com.atlassian.bamboo.matcher.bean with parameters of type BambooIdProvider
IsBambooIdProviderIdEq(BambooIdProvider reference)
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.migration.stream.legacy
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.migration.stream.legacy
 interface JiraServerDefinition
          Defines a JIRA Server.
 

Classes in com.atlassian.bamboo.migration.stream.legacy that implement BambooIdProvider
 class JiraServerDefinitionImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.notification
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.notification
 interface NotificationRule
           
 interface NotificationSet
           
 

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

Uses of BambooIdProvider in com.atlassian.bamboo.persister
 

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

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

Uses of BambooIdProvider in com.atlassian.bamboo.plan
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan
 interface Plan
          Mutable version of the plan.
 interface PlanIdentifier
          Represents the minimal information about a Plan
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Classes in com.atlassian.bamboo.plan that implement BambooIdProvider
 class AbstractChain
           
 class AbstractPlan
           
 class PlanIdentifierImpl
           
 class PlanPermissionSkeleton
          Deprecated. since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking}
 

Uses of BambooIdProvider in com.atlassian.bamboo.plan.artifact
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.artifact
 interface ArtifactDefinition
           
 interface ArtifactSubscription
          Interface for Artifact Subscription
 interface ArtifactSubscriptionSubstitutionAware
           
 interface ConsumedSubscription
           
 

Classes in com.atlassian.bamboo.plan.artifact that implement BambooIdProvider
 class ArtifactDefinitionImpl
           
 class ArtifactSubscriptionImpl
           
 class ArtifactSubscriptionSubstitutionAwareImpl
           
 class ConsumedSubscriptionImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.plan.branch
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.branch
 interface BambooVcsBranch
           
 interface BranchCommitInformation
          Class used for tracking creator and last commiter of vcs branch.
 interface ChainBranch
          Represents a branch of a plan.
 interface ChainBranchIdentifier
           
 

Classes in com.atlassian.bamboo.plan.branch that implement BambooIdProvider
 class BambooVcsBranchImpl
           
 class BranchCommitInformationImpl
           
 class ChainBranchIdentifierImpl
           
 class ChainBranchImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.plan.branch.cache
 

Classes in com.atlassian.bamboo.plan.branch.cache that implement BambooIdProvider
 class ImmutableChainBranchImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.plan.cache
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.cache
 interface ImmutableBuildable
           
 interface ImmutableChain
          Represents a Chain that is immutable.
 interface ImmutableChainBranch
          Interface of an immutable version of ChainBranch
 interface ImmutableJob
          Immutable, threadsafe cacheable version of Job
 interface ImmutablePlan
          Represents a Chain that is immutable.
 interface ImmutableTopLevelPlan
          Represents a TopLevelPlan that is immutable.
 

Classes in com.atlassian.bamboo.plan.cache that implement BambooIdProvider
 class AbstractImmutableChain
           
 class AbstractImmutablePlan
           
 class ImmutableChainImpl
          A ImmutableChain implementation that also implements Chain and throws UnsupportedOperationException for mutators.
 class ImmutableJobImpl
           
 class ImmutableResultsSummary
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.plan.vcsRevision
 

Classes in com.atlassian.bamboo.plan.vcsRevision that implement BambooIdProvider
 class PlanVcsRevisionHistoryItem
          Class representing item in change detection history of a plan.
 

Uses of BambooIdProvider in com.atlassian.bamboo.project
 

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

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

Uses of BambooIdProvider in com.atlassian.bamboo.repository
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.repository
 interface PlanRepositoryLink
          Represents relationship between Plan and Source Repositories.
 interface RepositoryData
          Runtime representation of repository configuration.
 interface RepositoryDataEntity
          Represents repository as persisted in the db.
 interface RepositoryDefinition
           
 interface RepositoryDefinitionEntity
          Deprecated. since 4.0 use RepositoryDataEntity
 

Classes in com.atlassian.bamboo.repository that implement BambooIdProvider
 class DecoratedRepositoryDefinition
          Decoration of repository used when displaying on the UI.
 class PlanRepositoryLinkImpl
           
 class RepositoryDataEntityImpl
           
 class RepositoryDataImpl
           
 class RepositoryDefinitionEntityImpl
          Deprecated. since 4.0 use RepositoryDataEntityImpl
 class RepositoryDefinitionForTest
           
 class RepositoryDefinitionImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.resultsummary
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.resultsummary
 interface BuildResultsSummary
          An interface which provides a database persisted version of the BuildResults
 interface ExtendedBuildResultsSummary
          Deprecated. since 2.7 use BuildResultsSummary
 interface MutableBuildKeyResultsSummary
           
 interface ResultsSummary
          Used to store the result of all Plan executions
 

Classes in com.atlassian.bamboo.resultsummary that implement BambooIdProvider
 class AbstractResultsSummary
           
 class BaseResultSummary
          Base class for mutable and immutable result summaries.
 class BuildResultsSummaryImpl
           
 

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

Subinterfaces of BambooIdProvider 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 BambooIdProvider
 class TestCaseImpl
           
 class TestCaseResultErrorImpl
           
 class TestCaseResultImpl
           
 class TestClassImpl
           
 class TestClassResultImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.resultsummary.vcs
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.resultsummary.vcs
 interface RepositoryChangeset
           
 

Classes in com.atlassian.bamboo.resultsummary.vcs that implement BambooIdProvider
 class RepositoryChangesetImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.security.trustedapplications
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.security.trustedapplications
 interface BambooTrustedApplication
          Bamboo entity to persist trusted apps data.
 

Classes in com.atlassian.bamboo.security.trustedapplications that implement BambooIdProvider
 class BambooTrustedApplicationImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.user
 

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

Uses of BambooIdProvider in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type BambooIdProvider
static com.google.common.base.Function<BambooIdProvider,java.lang.Long> BambooFunctions.getBambooObjectId()
           
static com.google.common.base.Predicate<BambooIdProvider> BambooPredicates.hasBambooObjectEqualId(BambooIdProvider bambooObject)
           
static com.google.common.base.Predicate<BambooIdProvider> BambooPredicates.hasBambooObjectEqualId(long id)
           
 

Methods in com.atlassian.bamboo.utils with parameters of type BambooIdProvider
static com.google.common.base.Predicate<BambooIdProvider> BambooPredicates.hasBambooObjectEqualId(BambooIdProvider bambooObject)
           
 

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

Classes in com.atlassian.bamboo.v2.build.agent that implement BambooIdProvider
 class AgentWithCapabilitiesDefinitionImpl
           
 class ElasticAgentDefinitionImpl
          Defines an Elastic Agent
 class LocalAgentDefinitionImpl
           
 class PipelineDefinitionImpl
           
 class RemoteAgentDefinitionImpl
           
 

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

Subinterfaces of BambooIdProvider 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 BambooIdProvider
 class CapabilityImpl
           
 class CapabilitySetImpl
           
 class ImageCapabilitySetImpl
           
 class LocalCapabilitySet
           
 class RemoteCapabilitySet
           
 class RequirementImpl
           
 class RequirementSetImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.variable
 

Subinterfaces of BambooIdProvider in com.atlassian.bamboo.variable
 interface VariableContextSnapshot
          VariableContextSnapshot is required to allow resuming build execution in the same variable context as its first run.
 interface VariableDefinition
           
 interface VariableSubstitution
           
 

Classes in com.atlassian.bamboo.variable that implement BambooIdProvider
 class VariableContextSnapshotImpl
           
 class VariableDefinitionImpl
           
 class VariableSubstitutionImpl
           
 

Uses of BambooIdProvider in com.atlassian.bamboo.ww2.beans
 

Classes in com.atlassian.bamboo.ww2.beans that implement BambooIdProvider
 class DecoratedPlan
           
 



Copyright © 2012 Atlassian. All Rights Reserved.