Uses of Interface
com.atlassian.bamboo.utils.CreationDateProvider

Packages that use CreationDateProvider
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.deployments.versions.persistence   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build.agent   
 

Uses of CreationDateProvider in com.atlassian.bamboo.buildqueue
 

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

Uses of CreationDateProvider in com.atlassian.bamboo.comment
 

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

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

Uses of CreationDateProvider in com.atlassian.bamboo.deployments.versions
 

Subinterfaces of CreationDateProvider in com.atlassian.bamboo.deployments.versions
 interface DeploymentVersion
           
 interface DeploymentVersionStatus
           
 interface InternalDeploymentVersion
           
 interface InternalDeploymentVersionStatus
           
 

Classes in com.atlassian.bamboo.deployments.versions that implement CreationDateProvider
 class DeploymentVersionImpl
           
 class DeploymentVersionStatusImpl
           
 

Fields in com.atlassian.bamboo.deployments.versions with type parameters of type CreationDateProvider
static com.google.common.collect.Ordering<CreationDateProvider> DeploymentVersion.orderingByCreationDate
           
 

Uses of CreationDateProvider in com.atlassian.bamboo.deployments.versions.index
 

Subinterfaces of CreationDateProvider in com.atlassian.bamboo.deployments.versions.index
 interface IndexedVersion
          Represents the Deployment Version document stored in lucene
 

Classes in com.atlassian.bamboo.deployments.versions.index that implement CreationDateProvider
 class IndexedVersionImpl
           
 

Uses of CreationDateProvider in com.atlassian.bamboo.deployments.versions.persistence
 

Subinterfaces of CreationDateProvider in com.atlassian.bamboo.deployments.versions.persistence
 interface MutableDeploymentVersion
           
 interface MutableDeploymentVersionStatus
           
 

Classes in com.atlassian.bamboo.deployments.versions.persistence that implement CreationDateProvider
 class MutableDeploymentVersionImpl
           
 class MutableDeploymentVersionStatusImpl
          CreationDate property implemented via inheritance from BambooEntityObject
 

Uses of CreationDateProvider in com.atlassian.bamboo.labels
 

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

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

Uses of CreationDateProvider in com.atlassian.bamboo.utils
 

Fields in com.atlassian.bamboo.utils with type parameters of type CreationDateProvider
static com.google.common.collect.Ordering<CreationDateProvider> CreationDateProvider.ORDERING
           
 

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

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



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.