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

Packages that use NameProvider
com.atlassian.bamboo   
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.cache   
com.atlassian.bamboo.deployments.cache   
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.environments.persistence   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.persistence   
com.atlassian.bamboo.deployments.projects.persistence.items   
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.persistence   
com.atlassian.bamboo.deployments.versions.persistence.items   
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.plugin.descriptor   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.hg.bitbucket   
com.atlassian.bamboo.plugins.jira.rest.model.build   
com.atlassian.bamboo.plugins.jira.rest.model.deployment   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.plugins.stash.rest.entity   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.nullrepository   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.repository.ui   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.security.trustedapplications   
com.atlassian.bamboo.studio.scm   
com.atlassian.bamboo.task   
com.atlassian.bamboo.testutils   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.ww2.actions.agent   
com.atlassian.bamboo.ww2.beans   
com.atlassian.bamboo.ww2.beans.author   
 

Uses of NameProvider in com.atlassian.bamboo
 

Subinterfaces of NameProvider in com.atlassian.bamboo
 interface Describable
           
 

Uses of NameProvider in com.atlassian.bamboo.author
 

Subinterfaces of NameProvider in com.atlassian.bamboo.author
 interface Author
           
 interface AuthorData
           
 interface ExtendedAuthor
           
 

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

Uses of NameProvider in com.atlassian.bamboo.build
 

Subinterfaces of NameProvider in com.atlassian.bamboo.build
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement NameProvider
 class DefaultJob
           
 

Uses of NameProvider in com.atlassian.bamboo.chains
 

Subinterfaces of NameProvider in com.atlassian.bamboo.chains
 interface Chain
          Mutable version of ImmutableChain.
 interface ChainStage
           
 interface ChainStageResult
          Represents the result of a ChainStage execution
 

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

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

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

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

Uses of NameProvider in com.atlassian.bamboo.deployments.cache
 

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.cache
 interface LinkedDeploymentProject
          Stub class representing a deployment project related to a chain.
 

Classes in com.atlassian.bamboo.deployments.cache that implement NameProvider
 class LinkedDeploymentProjectImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.deployments.environments
 

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.environments
 interface Environment
          Represents a Deployment Environment within Bamboo.
 interface InternalEnvironment
          Common interface between all types of deployment environments.
 

Classes in com.atlassian.bamboo.deployments.environments that implement NameProvider
 class EnvironmentImpl
           
 class EnvironmentWithConfigCounts
          Extended environment bean with some more data for UI
 

Uses of NameProvider in com.atlassian.bamboo.deployments.environments.persistence
 

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.environments.persistence
 interface MutableEnvironment
          Represents the Environment that will be stored in the database.
 

Classes in com.atlassian.bamboo.deployments.environments.persistence that implement NameProvider
 class MutableEnvironmentImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.deployments.projects
 

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.projects
 interface DeploymentProject
          Represents a Deployment Project.
 interface DeploymentProjectItem
           
 interface InternalDeploymentProject
          Common interface between all types of Deployment Projects.
 interface InternalDeploymentProjectItem
           
 

Classes in com.atlassian.bamboo.deployments.projects that implement NameProvider
 class AbstractDeploymentProjectItem
           
 class BambooArtifactDeploymentProjectItem
           
 class DeploymentProjectIdentifier
           
 class DeploymentProjectImpl
          Immutable implementation to be exposed by the service
 

Uses of NameProvider in com.atlassian.bamboo.deployments.projects.persistence
 

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.projects.persistence
 interface MutableDeploymentProject
          Represents the Deployment Project that will be stored in the database.
 

Classes in com.atlassian.bamboo.deployments.projects.persistence that implement NameProvider
 class MutableDeploymentProjectImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.deployments.projects.persistence.items
 

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.projects.persistence.items
 interface MutableDeploymentProjectItem
          An editable version of a deployment project item.
 

Classes in com.atlassian.bamboo.deployments.projects.persistence.items that implement NameProvider
 class AbstractMutableDeploymentProjectItem
           
 class MutableBambooArtifactDeploymentProjectItem
           
 

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

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.versions
 interface ArtifactDeploymentVersionItem
           
 interface DeploymentVersion
           
 interface DeploymentVersionItem
          Implementations need to be serializable
 interface InternalDeploymentVersion
           
 interface InternalDeploymentVersionItem
           
 

Classes in com.atlassian.bamboo.deployments.versions that implement NameProvider
 class AbstractDeploymentVersionItem
           
 class ArtifactDeploymentVersionItemImpl
           
 class DeploymentVersionImpl
           
 

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

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

Classes in com.atlassian.bamboo.deployments.versions.persistence that implement NameProvider
 class MutableDeploymentVersionImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.deployments.versions.persistence.items
 

Subinterfaces of NameProvider in com.atlassian.bamboo.deployments.versions.persistence.items
 interface MutableArtifactDeploymentVersionItem
          Mutable interface for DeploymentVersionItems of type BAMBOO_ARTIFACT.
 interface MutableDeploymentVersionItem
          Mutable interface for DeploymentVersionItems No setters are exposed here as DeploymentVersionItems should be considered immutable after persisting.
 

Classes in com.atlassian.bamboo.deployments.versions.persistence.items that implement NameProvider
 class AbstractMutableDeploymentVersionItem
           
 class MutableArtifactDeploymentVersionItemImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.plan
 

Subinterfaces of NameProvider in com.atlassian.bamboo.plan
 interface Plan
          Mutable version of the plan.
 interface PlanIdentifier
          Represents the minimal information about a Plan
 interface StageIdentifier
          Used as a values holder for ChainStage data for Plan execution modification related to manual stages
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

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

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

Subinterfaces of NameProvider in com.atlassian.bamboo.plan.artifact
 interface ArtifactDefinition
           
 interface ArtifactDefinitionBase
           
 interface ArtifactDefinitionContext
          This class contains additional artifact information.
 interface ArtifactSubscription
          Interface for Artifact Subscription
 interface ArtifactSubscriptionSubstitutionAware
           
 interface ConsumedSubscription
           
 interface ImmutableArtifactDefinition
           
 interface ImmutableArtifactDefinitionBase
           
 interface ImmutableArtifactSubscription
           
 

Classes in com.atlassian.bamboo.plan.artifact that implement NameProvider
 class ArtifactDefinitionContextImpl
           
 class ArtifactDefinitionImpl
           
 class ArtifactSubscriptionImpl
           
 class ArtifactSubscriptionSubstitutionAwareImpl
           
 class ConsumedSubscriptionImpl
           
 class ImmutableArtifactDefinitionImpl
           
 class ImmutableArtifactSubscriptionImpl
           
 

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

Subinterfaces of NameProvider in com.atlassian.bamboo.plan.branch
 interface BambooVcsBranch
           
 interface ChainBranch
          Represents a branch of a plan.
 interface ChainBranchIdentifier
           
 interface VcsBranch
           
 

Classes in com.atlassian.bamboo.plan.branch that implement NameProvider
 class BambooVcsBranchImpl
           
 class ChainBranchIdentifierImpl
           
 class ChainBranchImpl
           
 class VcsBranchImpl
           
 

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

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

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

Subinterfaces of NameProvider 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 Plan that is immutable.
 interface ImmutableTopLevelPlan
          Represents a TopLevelPlan that is immutable.
 

Classes in com.atlassian.bamboo.plan.cache that implement NameProvider
 class AbstractImmutableChain
           
 class AbstractImmutablePlan
           
 class ImmutableChainImpl
          A ImmutableChain implementation.
 class ImmutableJobImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.plugin.descriptor
 

Classes in com.atlassian.bamboo.plugin.descriptor that implement NameProvider
 class TaskModuleDescriptorImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.plugins.git
 

Classes in com.atlassian.bamboo.plugins.git that implement NameProvider
 class GitHubRepository
           
 class GitRepository
           
 

Uses of NameProvider in com.atlassian.bamboo.plugins.hg
 

Classes in com.atlassian.bamboo.plugins.hg that implement NameProvider
 class BitbucketRepository
           
 class HgRepository
           
 

Uses of NameProvider in com.atlassian.bamboo.plugins.hg.bitbucket
 

Subinterfaces of NameProvider in com.atlassian.bamboo.plugins.hg.bitbucket
 interface BitbucketDelegatedRepository
           
 

Uses of NameProvider in com.atlassian.bamboo.plugins.jira.rest.model.build
 

Classes in com.atlassian.bamboo.plugins.jira.rest.model.build that implement NameProvider
 class PlanSummary
           
 class ProjectSummary
           
 

Uses of NameProvider in com.atlassian.bamboo.plugins.jira.rest.model.deployment
 

Classes in com.atlassian.bamboo.plugins.jira.rest.model.deployment that implement NameProvider
 class DeploymentProjectSummary
           
 class EnvironmentSummary
           
 class VersionSummary
           
 

Uses of NameProvider in com.atlassian.bamboo.plugins.stash
 

Classes in com.atlassian.bamboo.plugins.stash that implement NameProvider
 class StashRepository
           
 

Uses of NameProvider in com.atlassian.bamboo.plugins.stash.rest.entity
 

Classes in com.atlassian.bamboo.plugins.stash.rest.entity that implement NameProvider
 class StashProjectEntity
           
 class StashRepositoryEntity
           
 class StashServerEntity
           
 

Uses of NameProvider in com.atlassian.bamboo.project
 

Subinterfaces of NameProvider in com.atlassian.bamboo.project
 interface Project
          Represents a Bamboo project object.
 interface ProjectIdentifier
          Represents the minimal information about a project
 

Classes in com.atlassian.bamboo.project that implement NameProvider
 class DefaultProject
           
 class ProjectIdentifierImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.repository
 

Subinterfaces of NameProvider in com.atlassian.bamboo.repository
 interface BranchAwareRepository
          Repository that supports setting and getting the current branch.
 interface BranchDetectionCapableRepository
          Deprecated. use BranchInformationProvider instead.
 interface BranchInformationProvider
          Repository that can provide information about branches.
 interface BranchingAwareRepository
          Repository that supports branching operation.
 interface BranchMergingAwareRepository
           
 interface CachingAwareRepository
          Should be implemented by repositories supporting caching of its method calls.
 interface CheckoutCustomRevisionDataAwareRepository
          Repository that uses additional information for code checkout.
 interface CommitIsolationAwareRepository
          Whether the repository supports commits being broken up into individual builds
 interface CustomRevisionDataAwareRepository
          Repository that uses additional information for change detection.
 interface CustomVariableProviderRepository
          Allows the Repository implementation to provide variables specific to the repository.
 interface IncludeExcludeAwareRepository
           
 interface InitialBuildAwareRepository
          Allows the Repository to perform custom actions
 interface MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
 interface OnceOffCapableRepository
           
 interface PreparableRepository
          This interface is introduced for the cases, when special preparation should be done (additional to ConvertibleFromConfig.populateFromConfig() The onPrepare method is called every time the repository is accessed by RepositoryReference} on the server side of Bamboo
 interface PushCapableRepository
          Repository that supports pushing changes back to the remote repository.
 interface QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
 interface Repository
          Basic contract for interfacing with various version control repository systems.
 interface RepositoryData
          Runtime representation of repository configuration.
 interface RepositoryDataEntity
          Represents repository as persisted in the db.
 interface RepositoryDefinition
           
 interface RequiresRepositoryData
          Repository that needs to know things about RepositoryData object that defines it.
 interface SelectableAuthenticationRepository
           
 interface StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 interface TaggingAwareRepository
          Repository that supports tags.
 

Classes in com.atlassian.bamboo.repository that implement NameProvider
 class AbstractRepository
          This class provides common repository implementation code,
 class AbstractStandaloneRepository
          This class provides common repository implementation code for Repositories that can be used by Global Repository feature.
 class DecoratedRepositoryDefinition
          Decoration of repository used when displaying on the UI.
 class RepositoryDataEntityImpl
           
 class RepositoryDataImpl
           
 class RepositoryDefinitionForTest
           
 class RepositoryDefinitionImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.repository.cvsimpl
 

Classes in com.atlassian.bamboo.repository.cvsimpl that implement NameProvider
 class CVSRepository
          This class provides a CVS implemention of the Repository interface.
 

Uses of NameProvider in com.atlassian.bamboo.repository.nullrepository
 

Classes in com.atlassian.bamboo.repository.nullrepository that implement NameProvider
 class NullRepository
           
 

Uses of NameProvider in com.atlassian.bamboo.repository.perforce
 

Classes in com.atlassian.bamboo.repository.perforce that implement NameProvider
 class PerforceRepository
          This class provides a Perforce implementation of the Repository interface.
 

Uses of NameProvider in com.atlassian.bamboo.repository.svn
 

Classes in com.atlassian.bamboo.repository.svn that implement NameProvider
 class SvnRepository
          This class provides a Subversion repository for Bamboo.
 

Uses of NameProvider in com.atlassian.bamboo.repository.ui
 

Subinterfaces of NameProvider in com.atlassian.bamboo.repository.ui
 interface EditActionAwareRepository
          Repository that needs to perform additional actions before edit page is rendered for the repository and/or if additional, possibly failing, action needs to be taken before configuration is saved.
 

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

Subinterfaces of NameProvider in com.atlassian.bamboo.resultsummary.tests
 interface TestCaseResult
          Represents a run of a TestCase.
 interface TestClassResult
          Represents a run of a test class.
 interface TestClassResultDescriptor
           
 

Classes in com.atlassian.bamboo.resultsummary.tests that implement NameProvider
 class TestCaseResultImpl
           
 class TestClassResultImpl
           
 

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

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

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

Uses of NameProvider in com.atlassian.bamboo.studio.scm
 

Classes in com.atlassian.bamboo.studio.scm that implement NameProvider
 class AppLinksSvnRepository
          This repository is a hack that uses applinks and inbuilt Bamboo SVN username/password for Bamboo.
 

Uses of NameProvider in com.atlassian.bamboo.task
 

Subinterfaces of NameProvider in com.atlassian.bamboo.task
 interface TaskModuleDescriptor
          Note that this should not be directly used by plugin developers.
 

Uses of NameProvider in com.atlassian.bamboo.testutils
 

Classes in com.atlassian.bamboo.testutils that implement NameProvider
 class TestStageDetails
           
 

Uses of NameProvider in com.atlassian.bamboo.utils
 

Subinterfaces of NameProvider in com.atlassian.bamboo.utils
 interface DescriptionProvider
          General interface for entities providing name and description without ability to change them
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type NameProvider
static com.google.common.base.Function<NameProvider,java.lang.String> NameProviderFunctions.getName()
           
static com.google.common.collect.Ordering<NameProvider> Comparators.getNameProviderCaseInsensitiveOrdering()
          Do not use this for plans unless you know the plans you are sorting are within the same parent (e.g.
static com.google.common.collect.Ordering<NameProvider> Comparators.getNameProviderOrdering()
          Not that this order is case sensitive.
static com.google.common.base.Predicate<NameProvider> BambooPredicates.hasNameProviderEqualName(java.lang.String name)
           
static com.google.common.base.Predicate<NameProvider> NameProviderFunctions.isNameEqual(java.lang.String name)
           
static com.google.common.base.Predicate<NameProvider> NameProviderFunctions.isNameIn(java.util.Collection<java.lang.String> names)
           
 

Methods in com.atlassian.bamboo.utils with parameters of type NameProvider
 java.lang.String BambooFunctions.GetName.apply(NameProvider input)
           
 

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

Subinterfaces of NameProvider in com.atlassian.bamboo.v2.build.agent
 interface BuildAgent
          Represents a UI view of a given build agent
 interface LocalBuildAgent
           
 

Classes in com.atlassian.bamboo.v2.build.agent that implement NameProvider
 class BuildAgentImpl
           
 class LocalBuildAgentImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.v2.build.repository
 

Subinterfaces of NameProvider in com.atlassian.bamboo.v2.build.repository
 interface CustomSourceDirectoryAwareRepository
          Repository that supports checkout to any directory.
 interface RepositoryEventAware
          An interface that allows the repository to do something before and after the checkout / update occurs
 interface RequirementsAwareRepository
           
 

Uses of NameProvider in com.atlassian.bamboo.ww2.actions.agent
 

Classes in com.atlassian.bamboo.ww2.actions.agent that implement NameProvider
 class BuildAgentDecorator
           
 

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

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

Uses of NameProvider in com.atlassian.bamboo.ww2.beans.author
 

Subinterfaces of NameProvider in com.atlassian.bamboo.ww2.beans.author
 interface DecoratedPersonaBuildStatistics
           
 

Classes in com.atlassian.bamboo.ww2.beans.author that implement NameProvider
 class DecoratedAuthorBuildStatistics
           
 class DecoratedUserBuildStatistics
           
 



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